

/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

/* GERAL */
* {
	padding: 0;
	margin-bottom: 0;
	box-sizing: border-box;	
	font-family: "Parkinsans", sans-serif;
	scroll-behavior: smooth;
}

html {
  font-size: var(--base-font-size);
  transition: font-size 0.3s ease;
}

:root {
      --base-font-size: 1rem;
}

.grayscale {
  filter: grayscale(1);
}


.invert-colors {
  filter: invert(1);
}


.highlight-links a,
.highlight-links button,
.highlight-links [role="button"] {
  background-color: yellow;
  color: black !important;
  text-decoration: underline !important;
  font-weight: bold;
}

/* Container flutuante no topo direito */
.acessibilidade-container {
  position: fixed;
  top: 160px; /* ajuste conforme altura da header */
  right: 20px;
  z-index: 9999;
  font-family: sans-serif;
}

/* Botão principal */
.acessibilidade-btn {
  background-image: linear-gradient(45deg, #0499B1, #327939);
  background-color: #0080bc;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: background 0.3s;
}

.acessibilidade-btn:hover {
  background-color: #005f85;
}

/* Dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  top: 110%; /* abaixo do botão */
  right: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column;
}

/* Botões dentro do dropdown */
.dropdown-content button {
  background: none;
  border: none;
  text-align: left;
  padding: 0.6rem 1rem;
  cursor: pointer;
  width: 100%;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.2s;
}

.dropdown-content button:hover {
  background-color: #f0f0f0;
}

/* Mostrar dropdown ativo */
.dropdown-content.show {
  display: flex;
}

body {
	margin: 0;
	padding: 0;	
	font-size: 1em;
	font-weight: 400;
}

h1 {
	font-size: 4.5em;
	letter-spacing: -0.9px;
}

h2 {
	font-size: 3.375em;
	letter-spacing: -0.8px;
}

h3 {
	font-size: 2.45em
	letter-spacing: -0.5px;
}

h4 {
	font-size: 2.25em;
	letter-spacing: -0.2px;
}

h5 {
	font-size: 1.75em;
}

h6 {
	font-size: 1.25em;
	font-weight:bold;
}

p {
	font-size: 1.125em;
	letter-spacing: 0px;
}

input:focus, select:focus, textarea:focus, button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;

}

.links-hover {
	transition: 0.3s;

}

.links-hover:hover {
	opacity: 0.7;
}

.vinheta-interna {
	/*background-image: linear-gradient(to bottom, #f9f9f9, #fff);*/
	padding: 15px 0px;
	z-index: 9;
}

.vinheta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
  text-align: center;
}

.vinheta-container h2 {
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  font-family: "Parkinsans", sans-serif;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
}

.linha {
  flex-grow: 1;
  height: 1px;
  background-color: #003569;
  min-width: 40px;
  max-width: 200px;
}

.vinheta-texto {
	margin-top: -15px;
	padding-bottom: 20px;

}

.btn-default-1 {
	border: 2px solid #003569;
	border-radius: 40px;
	background-color: #003569;
	padding: 4px 25px;
	text-align: center;
	color: #171111;
	font-size: 1em;
	font-weight: 700;
	margin-right: 0px;
	transition: 0.3s;
}


.btn-default-1:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #171111;
	text-decoration: none;
}

.thumbnail {
	border-radius: 10px;
	width:100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.versao-desktop {
	display: block;
}

.versao-mobile {
	display: none;
}



.header {
	transition: 0.4s;
	background-color: #fff;
	padding: 12px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.header-fixo {

}

.header-desktop {
	display: block;
}

.header-tablet {
	display: none;
}

.header-mobile {
	display: none;
}

.header-desktop-logo {	
	height: 75px;	
}

.header-menu {
	padding-top: 22px;
}

.header-btn-zap {
	border: 2px solid #00c94b;
	border-radius: 25px;
	background-color: #00c94b;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 0.70em;
	font-weight: 700;
	margin-left: 15px;
	margin-right: 0px;
	transition: 0.3s;
	margin-top: 2px;
	margin-top: 18px;
}


.header-btn-zap:hover {
	border: 2px solid #00c94b;
	background-color: #fff;
	color: #00c94b;
	text-decoration: none;
}

.header-btn-resultado {
	border: 2px solid #0080bc;
	border-radius: 5px;
	background-color: #0080bc;
	padding: 4px 12px;
	text-align: center;
	color: #fff;
	font-size: 0.72em;
	font-weight: 700;
	margin-left: 25px;
	margin-right: 0px;
	transition: 0.3s;
	margin-top: 2px;
}


.header-btn-resultado:hover {
	border: 2px solid #0080bc;
	background-color: #fff;
	color: #0080bc;
	text-decoration: none;
}

.header-icons-social i {
	color: #b40606;
	font-size: 1;.25em;
	transition: 0.3s;
	margin-left: 12px;
}

.header-icons-social i:hover {
	color: #033141;
}


/* BANNER DESKTOP */
.banner-home-mobile {
	display: none;
}

.banner-home {
	display: block;
	background-image: url(https://luzanianutricomportamental.com.br/wp-content/uploads/2025/11/banner-home-desktop-5.webp);

	/*background-image: linear-gradient(to top,#D6E6E8, #f9f9f9);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 560px;
	position: relative;
	z-index: 1;
}

.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(30, 3, 3, 0.30);
}

.banner-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.banner-content h3 {
	font-family: "Parkinsans", sans-serif;
	font-size: 3em;
	font-weight: 800;
	color: #006A7A;
	letter-spacing: -1px;
}

.banner-content h4 {
	font-family: "Parkinsans", sans-serif;
	font-size: 2.4em;
	font-weight: 600;
	color: #617275;
	letter-spacing: -0.4px;
}

.banner-content h6 {
	font-family: "Parkinsans", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color:#327939;
	letter-spacing: -0.5px;
}

.banner-content p {
	font-family: "Parkinsans", sans-serif;
	font-size: 1.2em;
	color: #617275;
	font-weight: 400;
	letter-spacing: -0.5px;
}


.banner-btn {
	border: 2px solid #0080bc;
	border-radius: 25px;
	background-color: #0080bc;
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	font-size: 0.72em;
	font-weight: 700;
	margin-right: 0px;
	transition: 0.3s;
	margin-top: 5px;
}

.banner-btn:hover {
	border: 2px solid #0080bc;
	background-color: #fff;
	color: #0080bc;
	text-decoration: none;
}

.btn-default-depoimentos {
	padding: 5px 15px;
	border-radius: 40px;
	color: #DEC670;
	background-color: #171111;
	border: none;
	font-size: 0.9em;
	font-weight: bold;
	transition: 0.3s;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-top: 15px;
}

.btn-default-depoimentos:hover {
	text-decoration: none;
	color: #171111;
	background-color: #DEC670;
}

.slick-prev:before,
.slick-next:before {
  color: #90969b !important;
  font-size: 30px;
}



.banner-btn-agenda {
	border: 2px solid #00c94b;
	border-radius: 25px;
	background-color: #00c94b;
	padding: 12px 24px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	transition: 0.3s;
	margin-top: 18px;
}


.banner-btn-agenda:hover {
	border: 2px solid #00c94b;
	background-color: #fff;
	color: #00c94b;
	text-decoration: none;
}


.acesso-rapido {
	padding: 50px 0px;
	background-color: #f9f9fe;
}

.acesso-rapido-item {
	padding: 20px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
	border-radius: 10px;
	margin-bottom: 30px;
	text-decoration: none;
	transition: 0.3s;
}

.acesso-rapido-item:hover {
	transform: scale(1.04);
	opacity: 0.85;
}

.acesso-rapido-item h5 {
	color: #0499B1;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: -0.3px;
	text-decoration: none;
}

.acesso-rapido-item p {
	color: #13547c;
	font-size: 0.75em;
	font-weight: 400;
	margin-bottom: -0px;
	text-decoration: none;
}

.acesso-rapido-item button {
	background: none;
	border:none;
	color: #327939;
	font-size: 0.75em;
	font-weight: 700;
	transition: 0.3s;
}

.acesso-rapido-item button:hover {
	opacity: 0.75;
}

.acesso-rapido-item-icon {
  width: 90px;              /* tamanho do círculo (ajuste conforme necessário) */
  height: 90px;
  border: 1px solid #6AB071; /* borda azul */
  border-radius: 50%;        /* deixa redondo */
  background: #fff;          /* fundo branco */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;            /* centraliza horizontalmente se for em grid */
}

.acesso-rapido-item-icon i {
  color: #6AB071;   /* cor do ícone */
  font-size: 2.5em;   /* tamanho do ícone (ajuste se quiser maior/menor) */
}

/* Seção Especialidades */
.especialidades {
  background: #fff; /* leve contraste no fundo */
}

.especialidades h5 {
  font-size: 0.95rem;
  color: #003569;
}

.especialidades p {
  font-size: 1rem;
}

/* Cards */
.especialidades .card {
  border: 1px solid #e0e0e0;
  bordefamily: "Parkinsans", sans-serif;
  margin: 0px 10px;

r-radius: 1rem; /* cantos bem arredondados */
  transition: all 0.3s ease;
  background: #fff;
}

/* Cards */
.especialidades .card-body p {
  font-size: 0.8rem;
}

.especialidades .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-color: #0080bc;
}

/* Título do exame */
.especialidades .card-title {
  color: #0080bc;
  font-size: 1.2rem;
}

/* Botão WhatsApp */
.especialidades .btn {
  background: #00c94b;
  border: 1px solid #00c94b;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  border-radius: 8px;
}

.especialidades .btn:hover {
  background: #0080bc;
  border: 1px solid #0080bc;
  color: #fff;
}

.especialidades h2 {
	color: #0499B1;
}



.aviso-convenio {
    padding: 60px 0;
    background: #F7F9FA;
}

.aviso-box {
    background: #ffffff;
    border-left: 6px solid #0499B1;
    padding: 30px 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
}

.aviso-box h3 {
    color: #0499B1;
    font-weight: 700;
    margin-bottom: 20px;
}

.aviso-box p {
    color: #617275;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.aviso-box .aviso-final {
    font-weight: 600;
    color: #0499B1;
    margin-top: 25px;
}


/* Seção Sobre Dr. Gustavo Faria */

.sobre {
	padding: 50px 0px;
	background-image: linear-gradient(45deg, #f1f1f1, #ddd);
	/*background-image: linear-gradient(45deg, #010a2e, #0051a1);*/
}

.sobre h2 {
	color: #617275;
}

.sobre h6 {
	color: #006A7A;
}

.sobre p li {
	font-size: 1rem;
	font-weight: 300;
	color: #617275;
}

/* Botão WhatsApp */
.sobre .btn {
  background: #00c94b;
  border: 1px solid #00c94b;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  border-radius: 8px;
}

.sobre .btn:hover {
  background: #0080bc;
  border: 1px solid #0080bc;
  color: #fff;
}

/* Seção Especialidades */
.sobre-interna {
  background: #fff; /* leve contraste no fundo */
}

.sobre-interna h2 {
	color: #003569;
}

.sobre-interna h5 {
  font-size: 1.3rem;
  color: #0092d7;
}

.sobre-interna p {
  font-size: 1rem;
}

.sobre-interna-foto {
	border-radius: 5px;
	margin: 10px 12px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}



/* CONVENIOS */

.convenios {
	padding: 40px 0px;
}

.convenios h2 {
	color: #0092d7;
}

.convenios h6 {
	color: #464c51;
	font-weight: 300;
}

.convenios p {
	font-size: 1em;
	color: #171111;
	letter-spacing: -0.3px;
}

.convenios-item-logo {
	border-radius: 5px;
	margin: 10px 12px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	filter: grayscale(100%);
	opacity: 0.6;
}

.convenios-item {
	border-radius: 15px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	width: 100%;
}

.convenios .btn {
  background: #0092d7;
  border: 1px solid #0092d7;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  border-radius: 8px;
}

.convenios .btn:hover {
  background: #0080bc;
  border: 1px solid #0080bc;
  color: #fff;
}

/* NOTICIAS */

.noticias {
	padding: 40px 0px;
	background-color: #e5e6f2;
}

.noticias h2 {
	color: #828891;
}

.noticias h6 {
	color: #464c51;
	font-weight: 300;
}

.noticias p {
	font-size: 1em;
	color: #171111;
	letter-spacing: -0.3px;
}

.noticia-item {
	padding: 0px 0px 0px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin: 20px 0px;
	height: 350px;
	background-color: #fff;
}

.noticia-item-content {
	padding: 15px 12px 15px 12px;
	background-color: #fff;
}

.noticia-item-content h6 {
	font-size: 18px;
	font-weight: 600;
	color: #06404c;
	line-height: 22px;
	letter-spacing: -.5px;
	text-transform: none;
}

.noticia-item-content p {
	font-size: 13px;
	font-weight: 400;
	color: #666;
}

.noticia-item-content button {
	background-color: #fff;
	padding: 4px 12px;
	color: #555;
	text-align: center;
	transition: 0.3s;
	font-weight: 600;
	font-size: 11px;
	margin-top: 5px;
	border:1px solid #555;
	border-radius: 35px;
}

.noticia-item-content button:hover {
	text-decoration: none;
	background-color: #555;
	color: #fff;
}

.noticia-item-content-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #666;
}


/* DEPOIMENTOS */
.depoimentos {
	padding: 40px 0px;
	background-color: #fff;
}

.depoimentos h2 {
	color: #828891;
}

.depoimentos h6 {
	color: #464c51;
	font-weight: 300;
}

.depoimentos p {
	font-size: 1em;
	color: #171111;
	letter-spacing: -0.3px;
}

.depoimentos .btn {
  background: #0092d7;
  border: 1px solid #0092d7;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  border-radius: 8px;
}

.depoimentos .btn:hover {
  background: #0080bc;
  border: 1px solid #0080bc;
  color: #fff;
}

/* Container para grid de 3 colunas */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* Card */
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* empurra autor pro rodapé */
  height: 100%; /* garante altura igual dentro do grid */
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  margin-bottom: 25px;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-color: #0080bc;
}

/* Aspas decorativas */
.quote {
  position: relative;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #464c51;
  margin: 0 0 1rem 0;
  padding: 0 2rem;
}
.quote::before,
.quote::after {
  position: absolute;
  font-size: 2.5rem;
  line-height: 1;
  color: #0080bc;
  font-family: serif;
}
.quote::before { content: "“"; left: 0; top: -0.5rem; }
.quote::after  { content: "”"; right: 0; bottom: -0.5rem; }

/* Autor */
.author {
  border-top: 1px solid #f0f0f0;
  padding-top: 0.75rem;
}
.name {
  color: #0080bc;
  font-weight: 600;
  font-size: 1rem;
  display: block;
}
.role {
  color: #777;
  font-size: 0.85rem;
}

/* Responsividade */
@media (max-width: 992px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .testimonials-grid { grid-template-columns: 1fr; } }


/* INSTAGRAM */

.instagram{
	padding: 40px 0px 0px 0px;
	background-color: #f9f9f9;
}

.instagram h3 {
	font-family: "Parkinsans", sans-serif;
	color: #464c51;
	font-weight: 700;
	letter-spacing: -0.8px;
}

.instagram h6 {
	font-family: "Parkinsans", sans-serif;
	color: #171111;
	font-weight: 300;
	letter-spacing: -0.1px;
}

.instagram p {
	font-size: 1.3em;
	color: #464c51;
	letter-spacing: -0.3px;
}

/* CONTATO */
.contato {
	background-image: linear-gradient(to bottom, #f1f1f1, #fff);
  	padding: 40px 0px;
}

.contato h2 {
	color: #006A7A;
	font-weight: 700;
}

.contato h5 {
  font-size: 1.2rem;
  color: #327939;
  font-weight: bold;
  margin-bottom: 15px;
}

.contato h6 {
  font-size: 1rem;
  font-weight: bold;
  color: #327939;
  margin-top: -15px
}

.contato p {
 font-size: 0.8em;
 color: #666;
 font-weight: 300;
  margin-top: -12px

}

.contato-icon i {
	font-size: 1.8em;
	color: #327939;
	margin-bottom: 10px;
}

.contato .btn {
  background: #0092d7;
  border: 1px solid #0092d7;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  border-radius: 8px;
}

.contato .btn:hover {
  background: #0080bc;
  border: 1px solid #0080bc;
  color: #fff;
}

/* FOOTER */

footer {
	/*background-color: #D6E6E8;*/
	background-image: linear-gradient(to top,#D6E6E8, #f9f9f9);
	color: #617275;
	font-size: 	0.85em;
	padding: 45px 0px 45px 0px;
	border-top: none;
	margin-top: 0px;
	width: 100%;
}

footer h6 {
	font-family: "Parkinsans", sans-serif;
	font-size: 1.5em;
	color:#006A7A;
}

footer i {
	margin-bottom: 10px;
	color:#617275;
}


footer p {
	color: #617275;
	font-size: 0.87em;
	margin-bottom: 10px;
}

.footer-link-menu {
	border-bottom: 1px solid #d1d1d1;
	width: 100%;
	padding: 5px 0px;
}

.footer-link-menu a {
	color: #617275;
	font-size: 0.85em;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
	text-decoration: none;
}

.footer-link-menu a i {
	color: #006A7A;
}

.footer-link-menu:hover {
	text-decoration: none;
	opacity: 0.75;
}

footer ul {
	margin-left: -30px;
}

footer ul li {
	list-style: none;
}


footer ul li {
	color: #617275;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 22px;
}

footer ul li a {
	color: #617275;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	border-bottom: 1px solid #034485;
	width: 100%;
}


footer ul li a:hover {
	text-decoration: none;	
	opacity: 0.5;
}

.footer-btn-zap {
	border: 1px solid #96C12B;
	border-radius: 5px;
	background-color: #96C12B;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 0.9375em;
	font-weight: 700;
	transition: 0.3s;
}

.footer-btn-zap:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #033141;
	text-decoration: none;
}

footer .qr-code {
	width: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	margin: 10px 0px;
	

}

.logo-footer {
	width: 240px;
}

.footer-align-left {
	text-align: left;
}

.footer-align-right {
	text-align: right;
}

.footer-align-logo {
	text-align: right;
}


.footer-icon {
	background-color: #bd9a40;
	color: #2f2b24;
	font-size: 1.6em;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 15px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 1px;
	float: left;

}



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

	.header-desktop {
		display: none;
	}

	.header-tablet {
		display: block;
		padding: 10px 0px;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	}

	.header-tablet-logo {
		width: 150px;
	}
	
	

}





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

	h1 {
		font-family: "Parkinsans", sans-serif;
		font-size: 50px;
		letter-spacing: -1.1px;
		font-weight: 900;
	}

	h2 {
		font-family: "Parkinsans", sans-serif;
		font-size: 42px;
		letter-spacing: -0.7px;
		font-weight: 900;
	}

	h3 {
		font-family: "Parkinsans", sans-serif;
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-family: "Parkinsans", sans-serif;
		font-size: 32px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-family: "Parkinsans", sans-serif;
		font-size: 28px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-family: "Parkinsans", sans-serif;
		font-size: 20px;
		line-height: 24px
		font-weight:bold;
	}

	p {
		font-family: "Parkinsans", sans-serif;
		font-size: 14px;
		letter-spacing: 0px;
	}

	.section-padding {
		padding: 45px 20px;
	}

	.section-internas {
		padding: 45px 20px;
	}

	.section-internas h3 {
		text-align: center;
		font-size: 28px;
	}

	.section-internas p {
		font-size: 14px;
	}



	/* HEADER */

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}


	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;		
		background-image: linear-gradient(to top,#D6E6E8, #f9f9f9);
		overflow-x: hidden;
		transition: 0.3s;
		padding-top: 70px;
		z-index: 999;
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	}

	.sidenav .menuMobile {
		padding-left: 32px;
	}


	.sidenav .menuMobile nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sidenav .menuMobile nav ul li {
		padding: 0;
	}

	.sidenav .menuMobile a {
		padding: 5px 0px;
		text-decoration: none;
		font-size: 1rem;
		color: #617275;
		display: block;
		transition: 0.3s;
		font-weight: 700;
	}

	.sidenav .menuMobile a:hover {
		color: #0499B1;
		text-decoration: none;
	}

	.sidenav .redes-sociais a {
		text-decoration: none;
		font-size: 1.2rem;
		color: #617275;
		margin-right: 20px;
		transition: 0.3s;
		display: inline;
	}

	.sidenav .redes-sociais a:hover {
		color: #0499B1;
		text-decoration: none;
	}

	.sidenav .closebtn a {
		margin-top: 10px;
		position: absolute;
		top: 0;
		left: 0px;
		font-size: 1.8rem;
		margin-left: 30px;
		color: #617275;
		transition: 0.3s;
		text-decoration: none;
	}

	.sidenav .closebtn a:hover {		
		color: #0499B1;
		text-decoration: none;
		opacity: 0.75;
	}

	.open-menu-btn {
		border: none;
		background-color: transparent;
		color: #0499B1;
		font-size: 32px;
		margin-right: 5px;
		margin-top: -12px;
	}

	.header-mobile-logo {
		width: 275px;
		padding-top: 5px;
	}

	.header-btn-zap {
		width: 90%;
		font-size: 14px;
		font-weight: 600;
		margin-left: 0px;
		margin-right: 10px;
	}


	.footer-align {
		text-align: center;
	}

	.footer-align-logo {
		text-align: center;
		margin-top: 50px;
	}

}


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

	.versao-desktop {
		display: none;
	}

	.versao-mobile {
		display: block;
	}


	.section-padding {
		padding: 40px 20px;
	}

	.section-padding h2 {
		font-size: 32px;
		letter-spacing: -1.5px;
	}

	.section-padding h6 {
		font-size: 18px;
	}


	.header-desktop {
		display: none;
	}

	/* FOOTER */

	footer {
		padding: 50px 20px;
	}

	footer p {
		font-size: 0.75em;
	}

	.footer-align-left {
		text-align: center;
	}

	.footer-align-right {
		text-align: center;
	}

	.footer-link-menu {
		padding: 8px 0px;
	}

}

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

	h1 {
		font-size: 42px;
		letter-spacing: -0.9px;
	}

	h2 {
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h3 {
		font-size: 28px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-size: 24px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-size: 20px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-size: 18px;
	}

	p {
		font-size: 13px;
	}

	.acessibilidade-container {
	  position: fixed;
	  top: 120px; /* ajuste conforme altura da header */
	  right: 20px;
	}

	/* Botão principal */
	.acessibilidade-btn {
	  background-image: linear-gradient(45deg, #0499B1, #327939);
	  color: #fff;
	  border: solid 1px #fff;
	  border-radius: 6px;
	  padding: 0.2rem 0.6rem;
	  cursor: pointer;
	  font-size: 1.3rem;
	  display: flex;
	  align-items: center;
	  gap: 0.3rem;
	  transition: background 0.3s;
	}

	.acessibilidade-btn:hover {
	  background-color: #005f85;
	}

	/* Dropdown */
	.dropdown-content {
	  display: none;
	  position: absolute;
	  top: 110%; /* abaixo do botão */
	  right: 0;
	  background-color: #fff;
	  min-width: 200px;
	  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	  border-radius: 8px;
	  overflow: hidden;
	  flex-direction: column;
	}

	/* Botões dentro do dropdown */
	.dropdown-content button {
	  background: none;
	  border: 1.5px solid #fff;
	  text-align: left;
	  padding: 0.3rem 0.6rem;
	  cursor: pointer;
	  width: 100%;
	  font-size: 0.75rem;
	  display: flex;
	  align-items: center;
	  gap: 0.5rem;
	  transition: background 0.2s;
	}

	.dropdown-content button:hover {
	  background-color: #f0f0f0;
	}

	/* Mostrar dropdown ativo */
	.dropdown-content.show {
	  display: flex;
	}

	.vinheta-container {
	  gap: 2rem;
	  margin: 1rem 0;
	}

	.vinheta-container h2 {
	  font-size: 1.2rem;
	}

	.linha {
	  flex-grow: 1;
	  height: 1px;
	  background-color: #003569;
	  min-width: 30px;
	}

	.vinheta-texto p {
		font-size: 1em;

	}

	.vinheta-texto {
		margin-top: -10px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;

	}

	.section-padding {
		padding: 30px 0px;
	}

	.section-padding h3 {
		font-size: 28px;
	}

	.convenios-item-logo {
		border-radius: 15px;
		margin: 10px 10px;
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	}

	.section-padding p {
		font-size: 14px;
		font-weight: 400;
		color: #444;
		letter-spacing: -0.3px;
	}

	.header {
		padding: 10px 0px 5px 0px;
	}

	.header-mobile-logo {
		width: 180px;
		padding-top: 0px;
	}
	
	/* BANNER */

	.banner-home {
		display: none;
	}

	.banner-home-mobile {
		display: block;
		/*background-image: linear-gradient(to top,#D6E6E8, #f9f9f9);*/
		background-image: url(https://luzanianutricomportamental.com.br/wp-content/uploads/2025/11/banner-home-mobile-1-1.webp);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		width: 100%;
		height: 490px;
		position: relative;
		z-index: 1;
		padding: 15px 0px 20px 0px;
	}

	
	.banner-content-mobile {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
 	 	align-items: flex-start
	}

	.banner-content-mobile h3 {
		font-family: "Parkinsans", sans-serif;
		font-size: 1.4em;
		font-weight: 800;
		color: #0499B1;
		letter-spacing: -1px;
	}

	.banner-content-mobile h4 {
		font-family: "Parkinsans", sans-serif;
		font-size: 1em;
		font-weight: 800;
		color: #617275;
		letter-spacing: -0.4px;
		margin-top: -10px;
	}

	.banner-content-mobile h6 {
		font-family: "Parkinsans", sans-serif;
		font-size: 0.8em;
		font-weight: 700;
		color: #327939;
		letter-spacing: -0.4px;
	}

	.banner-content-mobile p {
		font-family: "Parkinsans", sans-serif;
		font-size: 0.60em;
		font-weight: 500;
		color: #617275;
		letter-spacing: -0.2px;
	}

	
	.banner-btn-mobile {
		padding: 4px 12px;
		border-radius: 40px;
		color: #fff;
		background-color: #0080bc;
		border: 2px solid #0080bc;
		font-size: 0.72em;
		font-weight: 700;
		transition: 0.3s;
		text-decoration: none;
		text-align: center;
	}

	.banner-btn-mobile:hover {
		text-decoration: none;
		border: 2px solid #0080bc;
		background-color: #fff;
		color: #0080bc;
	}


	.acesso-rapido {
		padding: 30px 0px;
	}

	.acesso-rapido-item {
		padding: 12px 12px;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
		border-radius: 8px;
		margin-bottom: 30px;
	}

	.acesso-rapido-item h5 {
		font-size: 1em;
	}

	.acesso-rapido-item p {
		font-size: 0.60em;
		margin-top: -5px;
	}

	.acesso-rapido-item a button {
		font-size: 0.6em;
		margin-top: -10px;
	}

	

	.acesso-rapido-item-icon {
	  width: 70px;              /* tamanho do círculo (ajuste conforme necessário) */
	  height: 70px; /* borda azul */
	  border-radius: 50%;        /* deixa redondo */
	  background: #fff;          /* fundo branco */
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin: 0 auto;            /* centraliza horizontalmente se for em grid */
	}

	.acesso-rapido-item-icon i {
	  font-size: 1.5em;   /* tamanho do ícone (ajuste se quiser maior/menor) */
	}

	/* DEPOIMENTOS */

	.depoimentos{
		padding: 30px 0px 30px 0px;
	}

	.depoimentos h3 {
		letter-spacing: -1.2px;
	}

	.depoimentos h6 {
		font-family: "Parkinsans", sans-serif;
		color: #171111;
		font-weight: 300;
		letter-spacing: -0.5px;
	}

	/* Card */
	.testimonial-card {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between; /* empurra autor pro rodapé */
	  height: 100%; /* garante altura igual dentro do grid */
	  background: #fff;
	  border: 1px solid #e0e0e0;
	  border-radius: 12px;
	  padding: 1.5rem;
	  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	  transition: all 0.3s ease;
	  margin-bottom: 25px;
	  margin-left: 10px;
	  margin-right: 10px;
	}

	/* INSTAGRAM */

	.instagram{
		padding: 20px 0px 0px 0px;
		margin-top: -30px;
	}

	.instagram h3 {
		font-size: 1.0em;
		letter-spacing: -1.1px;
	}	

	/* CONTATO */

	.contato {
		padding: 30px 0px 20px 0px;
	}
	
	/* FOOTER */

	footer {
		/*background-color: #92b014;*/
		/*background-color: #033141;*/
		font-size: 14px;
		padding: 25px 0px 30px 0px;
		text-align: center;
	}

	footer h6 {
		font-size: 1em;
		margin-top: 10px;
	}

	footer i {
		margin-bottom: 10px;
	}


	footer p {
		font-size: 0.75em
		margin-bottom: 5px;
	}


	
	.footer-btn-zap {
		padding: 10px 20px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	footer .qr-code {
		width: 100px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
		margin: 10px 0px;
	}

	.logo-footer {
		width: 250px;
	}	
	

}

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


	

	

}

