@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --fTema: #193854;
  --fTema2: #0c253aff;
  --fTema3: #8da4b8ff;
  --fTema4: #1d0213;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}
/* force scrollbar */
html {
  overflow-y: scroll;
}

body {
  background: #fff;
  font-family: "Archivo", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

/* Quebras */
.quebra {
  clear: both;
}
.quebra10 {
  clear: both;
  height: 10px;
}
.quebra15 {
  clear: both;
  height: 15px;
}
.quebra20 {
  clear: both;
  height: 20px;
}
.quebra30 {
  clear: both;
  height: 30px;
}
.quebra50 {
  clear: both;
  height: 50px;''
}
.quebra70 {
  clear: both;
  height: 70px;
}
.quebra80 {
  clear: both;
  height: 80px;
}
.quebra100 {
  clear: both;
  height: 100px;
}
.quebraPalavra {
  word-wrap: break-word;
}

/* Display */
.cp {
  cursor: pointer;
}
.cn {
  cursor: text;
}

.db {
  display: block;
}
.dn {
  display: none;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
}
.dif {
  display: inline-flex;
}
.dtc {
  display: table-cell;
}
.dt {
  display: table;
}
.df {
  display: flex;
}

.alCenter {
  align-items: center;
}

.ovf {
  overflow: hidden;
}

.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.pr {
  position: relative;
}

.float {
  float: left;
  position: relative;
}
.floatD {
  float: right;
  position: relative;
}
.floatF {
  float: left;
  position: relative;
  width: 100%;
}
.floatN {
  float: none;
}

/* Espaçamento (Margin e Padding) */
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.m {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}
.ml75 {
  margin-left: 75px;
}
.ml80 {
  margin-left: 80px;
}
.ml85 {
  margin-left: 85px;
}
.ml90 {
  margin-left: 90px;
}
.ml95 {
  margin-left: 95px;
}
.ml100 {
  margin-left: 100px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.mr70 {
  margin-right: 70px;
}
.mr75 {
  margin-right: 75px;
}
.mr80 {
  margin-right: 80px;
}
.mr85 {
  margin-right: 85px;
}
.mr90 {
  margin-right: 90px;
}
.mr95 {
  margin-right: 95px;
}
.mr100 {
  margin-right: 100px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb200 {
  margin-bottom: 200px;
}
.mb250 {
  margin-bottom: 250px;
}
.mbN20 {
  margin-bottom: -20px;
}
.mtb25 {
  margin-bottom: 25px;
  margin-top: 25px;
}

.p0 {
  padding: 0px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
.p55 {
  padding: 55px;
}
.p60 {
  padding: 60px;
}
.p65 {
  padding: 65px;
}
.p70 {
  padding: 70px;
}
.p75 {
  padding: 75px;
}
.p80 {
  padding: 80px;
}
.p85 {
  padding: 85px;
}
.p90 {
  padding: 90px;
}
.p95 {
  padding: 95px;
}
.p100 {
  padding: 100px;
}
.pl0 {
  padding-left: 0;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}
.pl75 {
  padding-left: 75px;
}
.pl80 {
  padding-left: 80px;
}
.pl85 {
  padding-left: 85px;
}
.pl90 {
  padding-left: 90px;
}
.pl95 {
  padding-left: 95px;
}
.pl100 {
  padding-left: 100px;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pr70 {
  padding-right: 70px;
}
.pr75 {
  padding-right: 75px;
}
.pr80 {
  padding-right: 80px;
}
.pr85 {
  padding-right: 85px;
}
.pr90 {
  padding-right: 90px;
}
.pr95 {
  padding-right: 95px;
}
.pr100 {
  padding-right: 100px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
.pt200 {
  padding-top: 200px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb200 {
  padding-bottom: 200px;
}
.pb250 {
  padding-bottom: 250px;
}
.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ptb95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mtN20 {
  margin-top: -20px;
}
.mtN40 {
  margin-top: -40px;
}

.resetMargin,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.mAuto {
  margin: auto;
}
.mLRAuto {
  margin-left: auto;
  margin-right: auto;
}

/* Fonte */
.e6 {
  font-size: 0.375em;
}
.e8 {
  font-size: 0.5em;
}
.e10 {
  font-size: 0.625em;
}
.e12 {
  font-size: 0.75em;
}
.e14 {
  font-size: 0.875em;
}
.e16 {
  font-size: 1em;
}
.e18 {
  font-size: 1.125em;
}
.e20 {
  font-size: 1.25em;
}
.e22 {
  font-size: 1.375em;
}
.e24 {
  font-size: 1.5em;
}
.e26 {
  font-size: 1.625em;
}
.e28 {
  font-size: 1.175em;
}
.e30 {
  font-size: 1.875em;
}
.e32 {
  font-size: 2em;
}
.e36 {
  font-size: 2.25em;
}
.e40 {
  font-size: 2.5em;
}
.e50 {
  font-size: 3.125em;
}
.e60 {
  font-size: 3.75em;
}
.e70 {
  font-size: 4.375em;
}
.e80 {
  font-size: 5em;
}
.e90 {
  font-size: 5.625em;
}
.fFluida {
  font-size: calc(48px + (60 - 48) * ((100vw - 280px) / (1600 - 280)));
}
.fFluidaP {
  font-size: calc(30px + (40 - 30) * ((100vw - 280px) / (1600 - 280)));
}

.fSpace {
  font-family: monospace;
}
.ff {
  font-family: Roboto, sans-serif;
}
.fTimes {
  font-family: "Times New Roman", Times, serif;
}
.fMontserrat {
  font-family: "Montserrat", sans-serif;
}
.fPoppins {
  font-family: "Poppins", sans-serif;
}
.fOpens {
  font-family: "Open Sans", sans-serif;
}

.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.fFina {
  font-weight: lighter;
}
.fFina2 {
  font-weight: 300;
}

.fi {
  font-style: italic;
}

.fMax {
  text-transform: uppercase;
}
.fMin {
  text-transform: lowercase;
}

.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}

.lSpace5 {
  letter-spacing: 5px;
}

.fBranco {
  color: #fff;
}
.fCinza {
  color: #666666;
}
.fDireitos {
  color: #a5a5a5;
}
.fPreto {
  color: #000;
}
.fRodape {
  color: #cfcfcf;
}
.fStar {
  color: #f0d050;
}
.fVermelho {
  color: red;
}
.fTema {
  color: var(--fTema2);
}
.fTema2 {
  color: var(--fTema);
}

/* Tamanho */
.lhn {
  line-height: normal;
}
.lh24 {
  line-height: 1.5em;
}
.lh26 {
  line-height: 1.625em;
}
.lh30 {
  line-height: 1.875em;
}

.h0 {
  min-height: 0px;
}

.w25 {
  width: 25%;
}
.wf40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.full {
  width: 100%;
}
.wAuto {
  width: auto;
}
.wFit {
  width: fit-content;
}

/* Alinhamento */
.txtCenter {
  text-align: center;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.txtCappitalize {
  text-transform: capitalize;
}

.aiCenter {
  align-items: center;
}

.jcSpaceBetween {
  justify-content: space-between;
}
.jcCenter {
  justify-content: center;
}
.jcEnd {
  justify-content: end;
}

.ltNone {
  list-style: none;
}

.vat {
  vertical-align: top;
}

/* Bordas */
.b0 {
  border: 0px;
}
.bb {
  border-bottom: 1px solid #fff;
}
.borda {
  border: 1px solid #cacaca;
}

.bTop40 {
  border-radius: 40px 40px 0px 0px;
  -webkit-border-radius: 40px 40px 0px 0px;
  -moz-border-radius: 40px 40px 0px 0px;
  -ms-border-radius: 40px 40px 0px 0px;
  -o-border-radius: 40px 40px 0px 0px;
}
.bdR3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.bdR5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.bdR10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.bdR15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.bdR20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.bdR40 {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

/* Backgrounds */
.bgBranco {
  background: #fff;
}
.bgBrancoLeve {
  background: #f8f8f8;
}
.bgTema {
  background: var(--fTema);
}
.bgTema2 {
  background: var(--fTema2);
}
.bgTema3 {
  background-color: var(--fTema2);
}

/* Centralizar */
.divCenter {
  margin: 0 auto;
  flex: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.divCentro {
  float: none;
  margin: 0 auto;
}
.centerCol {
  display: inline-flex;
  float: none;
  text-align: left;
  margin-right: -4px;
}
.centerRow {
  text-align: center;
}

#containerCookie {
  position: fixed;
  z-index: 556;
  bottom: 1px;
  display: block;
  width: 60%;
  max-width: 220px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Container 90% */
.container90 {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

/* MENU TOP */
.menuNavBranco {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-top: -30px;
  position: relative;
  z-index: 100;
}

/* Header Top - Altura fixa em vh */
.container.full > .container90 {
	min-height: 17vh;
	transition: min-height 0.3s ease;
}

#inicio {
	min-height: 17vh;
	display: flex;
	align-items: center;
	transition: min-height 0.3s ease;
}

/* Botão WhatsApp Reutilizável */
.btnWhatsapp {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background-color: #25d366;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btnWhatsapp:hover {
  background-color: #1fb855;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  color: #fff;
  text-decoration: none;
}

.btnWhatsapp img {
  margin-right: 8px;
  filter: brightness(0) invert(1);
}

/* Links do Menu com Hover */
.menuNavBranco ul li a {
  position: relative;
  transition: color 0.3s ease;
}

.menuNavBranco ul li a:hover {
  color: var(--fTema2);
}

.menuNavBranco ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: var(--fTema2);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.menuNavBranco ul li a:hover::after {
  width: 80%;
}

/* Ícones Sociais com Hover */
.menuNavBranco a img[alt="Instagram"],
.menuNavBranco a img[alt="Facebook"] {
  transition: transform 0.3s ease, opacity 0.8s ease;
}

.menuNavBranco a:hover img[alt="Instagram"],
.menuNavBranco a:hover img[alt="Facebook"] {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Cards de Etiquetas */
.cardEtiquetas {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.cardEtiquetas:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.cardEtiquetasImagemContainer {
  position: relative;
  flex: 0 0 220px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  padding:15px;
}

.cardEtiquetasImagemContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cardEtiquetasIcone {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 65px;
  height: 65px;
  background-color: #0057b8;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 10px solid #fff;
}

.cardEtiquetas:hover .cardEtiquetasIcone {
  color: #003d82;
}

.cardEtiquetas:hover .cardEtiquetasIcone {
  background-color: #003d82;
  transform: scale(1.05);
}

.cardEtiquetasIcone svg {
  width: 30px;
  height: 30px;
}

.cardEtiquetasTop {
  padding: 30px 30px 25px 30px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cardEtiquetasTitulo {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  flex: 1;
}

.cardEtiquetasLink {
  display: inline-flex;
  align-items: center;
  color: #0057b8;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
}

.cardEtiquetasLink:hover {
  color: #003d82;
  text-decoration: none;
  transform: translateX(5px);
}

.cardEtiquetasLink svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
  stroke: #0057b8;
}

.cardEtiquetas:hover .cardEtiquetasLink svg {
  transform: translateX(5px);
}

.cardEtiquetas:hover .cardEtiquetasLink {
  color: #003d82;
}

.cardEtiquetas:hover .cardEtiquetasLink svg {
  stroke: #003d82;
}

/* Espaçamento para seção de cards */
.secaoCardEtiquetas {
  margin-top: -80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 50;
}

/* HEADER MENU NOVO */
.headerBuscaInput {
	border-radius: 30px;
	padding: 15px 15px 15px 45px;
	outline: none;
	font-size: 14px;
	transition: all 0.3s ease;
  padding-left: 75px;
  background: #F4F4F4;

}

.headerBuscaInput:focus {
	border-color: #0057b8;
	box-shadow: 0 0 0 3px rgba(0, 87, 184, 0.1);
}

.btnAgendarConsulta {
	background-color: #FFD700;
	color: #000;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btnAgendarConsulta:hover {
	background-color: #FFC700;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
	color: #000;
	text-decoration: none;
}

.headerMenuLink {
	position: relative;
	transition: color 0.3s ease;
}

.headerMenuLink.active {
  color: #193854 !important;
  font-weight: 600;
}

.headerMenuLink.active::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #193854;
	transition: width 0.3s ease;
}

.headerMenuLink:hover {
	color: #193854 !important;
	text-decoration: none;
}

.headerMenuLink::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #193854;
	transition: width 0.3s ease;
}

.headerMenuLink:hover::after {
	width: 100%;
}

.headerBuscaContainer {
	position: relative;
}

.headerBuscaContainer img {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

/* Estilos para header fixo compacto */
body {
	padding-top: 17vh; /* Espaço para o header fixo */
}

.headerTop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s ease, background-color 0.3s ease, backdrop-filter 0.3s ease;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

/* Suporte para efeito vidro */
@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
	.headerTop {
		/* Preparado para receber backdrop-filter via JS */
	}
}

.headerSearchRow {
	transition: all 0.3s ease;
	overflow: hidden;
	max-height: 100px;
}

.headerMenuRow {
	transition: padding 0.3s ease;
}

.logoImg {
	transition: all 0.3s ease;
}

.heroSection {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #1a0033 0%, #2d1b4e 50%, #4a2d7c 100%);
	min-height: 70vh;
	height: 70vh;
	display: flex;
	align-items: center;
}

.heroSection .container90 {
	height: 100%;
	display: flex;
	align-items: center;
}

.heroSection .row {
	min-height: 100%;
	height: 100%;
	width: 100%;
  margin: 0 auto;
}

.heroConteudo {
	position: relative;
	z-index: 10;
	height: 100%;
}

.heroConteudo h1 {
font-size: 3.5vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 2.5vh;
}

.heroConteudo p {
	color: #fff;
	line-height: 1.6;
}

.heroConteudo .heroSubtitle {
	line-height: 1.6;
	font-size: 1.3vw;
}

.heroConteudo .heroCredenciais {
	line-height: 1.6;
	opacity: 0.9;
	font-size: 1vw;
}

.crm-texto {
  border:1px solid #ccc;
  padding:5px 10px;
  margin-left:15px;
  text-wrap: nowrap;
}

.heroImagemContainer {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.heroDoctorImage {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 100%;
	display: flex;
	align-items: flex-end;
  margin-bottom: -50px;
}

.heroDoctorImage img {
	height: 100%;
	width: auto;
	object-fit: contain;
	object-position: bottom;
}

.heroRectangleBlue {
	position: absolute;
	right: 7vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.heroRectangleBlue img {
	width: 28vw;
	height: auto;
	max-width: 380px;
}

.heroRectangleWhite {
	position: absolute;
  right: 8.5vw;
  top: 51%;
	transform: translateY(-50%);
	z-index: 2;
}

.heroRectangleWhite img {
	height: auto;
  max-width: 370px;
}

.heroBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
  background: linear-gradient(135deg, #193854 0%, #2e4961ff 100%); 
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* background: transparent; */
}

#particles-js canvas {
	display: block;
	vertical-align: bottom;
}

.heroEspecialista {
	background-color: #f5f5f5;
	min-height: 13vh;
	height: 13vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.heroEspecialista .container90 {
	height: 100%;
	display: flex;
	align-items: center;
}

.heroEspecialista .row {
	width: 100%;
	display: flex;
	align-items: center;
}

.heroEspecialista p {
	font-weight: 500;
	margin: 0;
	font-size: 1.1vw;
}







  .secaoCarrosselProdutos {
    padding: 80px 0;
    background-color: #f8f9fa;
  }

  .secaoCarrosselProdutos h2 {
    font-size: 55px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
  }

  .secaoCarrosselProdutos .subtitulo {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
    font-weight: 400;
  }

  /* Card Produto Carrossel */
  .cardProduto {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 400px;
  }

  .cardProduto:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }

  .cardProdutoImagem {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    padding:15px;
    border-radius:15px;
  }

  .cardProdutoImagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .cardProduto:hover .cardProdutoImagem img {
    transform: scale(1.05);
  }

  .cardProdutoIcone {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: #0057b8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 10px solid #fff;
  }

  .cardProduto:hover .cardProdutoIcone {
    background-color: #003d82;
    transform: scale(1.05);
  }

  .cardProdutoIcone svg {
    width: 28px;
    height: 28px;
  }

  .cardProdutoConteudo {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .cardProdutoTitulo {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.3;
    flex: 1;
  }

  .cardProdutoLink {
    display: inline-flex;
    align-items: center;
    color: #0057b8;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
  }

  .cardProdutoLink:hover {
    color: #003d82;
    text-decoration: none;
    transform: translateX(5px);
  }

  .cardProdutoLink svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
    stroke: #0057b8;
  }

  .cardProduto:hover .cardProdutoLink svg {
    transform: translateX(5px);
    stroke: #003d82;
  }

  /* Customização Owl Carousel */
  .carrosselProdutos.owl-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 10px;
  }

  .carrosselProdutos.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    background-color: #fff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333 !important;
    font-size: 24px !important;
  }

  .carrosselProdutos.owl-carousel .owl-nav button:hover {
    background-color: #0057b8 !important;
    border-color: #0057b8 !important;
    color: #fff !important;
  }

  .carrosselProdutos.owl-carousel .owl-nav button.owl-prev span,
  .carrosselProdutos.owl-carousel .owl-nav button.owl-next span {
    line-height: 1;
  }

  .carrosselProdutos.owl-carousel .owl-dots {
    display: none;
  }

/* MENU TOP - Estrutura antiga */
.menuFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuLogo img {
  max-width: 230px;
  height: auto;
  margin-right: 50px;
}
.menuFlex ul {  
  list-style: none;
  padding: 0;
  text-align: center;
}
.menuFlex ul li {
  display: inline-block;
  position: relative;
}
.menuFlex ul li a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  font-size: 1.375em;
}
.menuFlex ul li a {
  display: inline-block;
  padding: 16px 26px;
  text-decoration: none;
}
.menuFlex ul li a.atual {
  border-bottom: 2px solid var(--fTema3);
}
.menuFlex ul li a:hover {
  color: var(--fTema3);
  border-bottom: 1px solid var(--fTema2);
}
.menuFlex ul li .menuDropdownConteudo {
  display: none;
  position: absolute;
  background-color: #faf9f9;
  z-index: 1;
  border-radius: 10px;
}
.menuFlex ul li .menuDropdownConteudo li {
  display: block;
}
.menuFlex ul li .menuDropdownConteudo li {
  width: 100%;
}
.menuFlex ul li .menuDropdownConteudo li a {
  width: 100%;
  text-wrap: nowrap;
}
.menuFlex ul .menuDropdown:hover .menuDropdownConteudo {
  display: flex;
  text-align: left;
  flex-direction: column; 
}

/* MENU MOBILE */

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.98);
  box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 66;
}

.menuMobileContainer {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.logoMenu {
  object-fit: contain;
  width: 160px;
}
.mobile-menu-close {
  position: absolute;
  top: 10px;
  right: 250px;
  cursor: pointer;
  padding: 10px 10px;
  color: #f3f2f7;
  border-right: 2px solid #3d3a41;
}
.container.full.row-menu {
  transition: margin-right 0.3s ease;
}
.mobile-menu-toggle {
  border: 0;
  background: transparent;
}
.mobile-menu-toggle img {
  border: 0;
  background: transparent;
  height: 40px;
  width: 40px;
  background-color: #e9e9e97e;
  border-radius: 6px;
  border: 2px solid #517fa8;
}
.MobileMenuTitulo {
  display: block;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  color: #f3f2f7;
  margin-top: 60px;
}
.MenuMobileList {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}
.MenuMobileList li a {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  text-transform: uppercase;
  font-variant: var(--fTema2);
  color: #ffffffff;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
}
.menuMobileLogo,
.menuMobileToggle {
  width: 50%;
}

/* Formulário */

.form-group {
  position: relative;
  min-height: 60px;
  border: 1px solid #c6d2d9;
  margin-bottom: 25px;
  background: #f7f7f7;
  border-radius: 20px;
}
.form-group label {
  position: absolute;
  top: 0;
  left: 30px;
  color: var(--fTema2);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 60px;
  transition: 0.2s ease;
}
.form-group input,
.form-group textarea {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 90%;
  padding: 2px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: var(--fTema3);
  font-weight: 500;
  background-color: unset;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group.inputDesabilitado {
  background: #414141;
  cursor: not-allowed;
}
.form-group.inputDesabilitado input {
  color: #6b6b6b;
  cursor: not-allowed;
}
.form-group.inputDesabilitado label {
  cursor: not-allowed;
}

#formContato button {
  border-radius: 0px;
  border: none;
  width: 100%;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: var(--fTema2);
  padding: 15px 0px;
  color: #fff;
  transition: all 0.3s linear;
  border-radius: 20px;
}

#formContato button:hover {
  background: var(--fTema);
  color: var(--fTema2);
}

.form-group.active {
  border: 1px solid var(--fTema);
}
.form-group.active label {
  color: var(--fTema3);
  transform: translate(-12%, -30%) scale(0.75);
}
.form-group.active textarea {
  position: initial;
  margin-left: 20px;
  margin-top: 20px;
}

input {
  border-width: 0;
}

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 60px;
  border: none;
  resize: none;
}

#formContato .form-control-feedback {
  top: 15px;
  right: -5px;
}

#formContato .help-block {
  position: absolute;
  bottom: -30px;
}
/* Fim Formulário */

/* Links */
a img {
  background: none;
  border-width: 0;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline: none;
  outline-offset: 0px;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a.lNeutro:link,
a.lNeutro:visited,
a.lNeutro:active,
/* ===== Custom header/menu/hero (added) ===== */
.menuWhite{background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}
.menuWhite .menuFlex ul li a{color:#1d1d1d}
.menuWhite .menuFlex ul li a.atual,.menuWhite .menuFlex ul li a:hover{color:var(--fTema)}

.headerTop{position:relative;z-index:20}
.headerTop .headerInfoItem a{opacity:.9}
.headerTop .headerInfoItem a:hover{opacity:1;text-decoration:underline}

.btnPrimary{background:var(--bgTema3,#0d6efd);color:#fff !important;padding:10px 18px;display:inline-flex;align-items:center;gap:8px;border:0;transition:.2s}
.btnPrimary:hover{filter:brightness(.95);color:#fff !important}
.btnOutline{background:transparent;border:1px solid rgba(255,255,255,.8);color:#fff !important;padding:9px 16px;display:inline-flex;align-items:center;gap:8px;transition:.2s}
.btnOutline:hover{background:rgba(255,255,255,.12);color:#fff !important}

.heroSection{position:relative;min-height:520px}
.heroSection .heroBg{position:absolute;inset:0;background:url('../img/layout/banner.jpg') center/cover no-repeat;}

.heroSection:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.55) 70%)}
.heroContent{position:relative;z-index:1;padding-top:80px;padding-bottom:80px}
.heroTitle{line-height:1.1;margin:0 0 10px 0}
.heroSubtitle{max-width:760px}
/* ===== End custom styles ===== */
a.lNeutro:hover {
  color: inherit;
  text-decoration: none;
}

a.lRodape:link,
a.lRodape:visited,
a.lRodape:active {
  color: #cfcfcf;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
a.lRodape:hover {
  color: #fff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

/* Sombras, Houver */
.bxShadow {
  box-shadow: 0px 20px 28px 10px rgb(0 0 0 / 0.05);
}

/* WhatsRodape */
.whatsAppRodape {
  position: fixed;
  bottom: 0px;
  padding: 12px 15px 10px;
  width: 100%;
  background: #089c4c;
  color: #fff;
  z-index: 999999;
}
.faixaTopo {
  position: fixed;
  top: 0px;
  z-index: 1;
}
#topoFixo {
  transition: all 0.5s;
  top: 0;
  z-index: 999;
}

/* BOTÃO WHATSAPP */
.menuIconeWhatsappBanner {
  display: inline-block;
  padding: 8px 28px;
  background-color: #089c4c;
  border-radius: 20px;
  text-decoration: none;
  font-size: 1.4em;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.menuIconeWhatsappBanner i {
  margin-left: 7px;
}
.menuIconeWhatsappBanner:hover {
  background-color: #075e54;
  color: #ffff;
}

/* BOTÃO WHATSAPP NO CANTO INFERIOR */
.whatsBotaoRodape {
  width: 70px;
  background: #089c4c;
  min-width: 50px;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 999;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.whatsBotaoRodape a {
  padding-bottom: 100%;
  display: block;
}
.whatsBotaoRodape svg {
  width: 50%;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Classes Especificas Site */

.servico {
  margin-top: -230px;
}

.servicoContainer {
  position: relative;
  background: #FFF;
}

.servicoTitulo {
  position: sticky;
  top: 17vh;
  align-self: flex-start;
  z-index: 10;
  transition: all 0.3s ease;
}

.servicoTitulo.stuck {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
}

.servicoTitulo h5 {
  font-weight: 300;
  font-size: 1.7em;
  color: var(--fTema2);
}
.servicoTitulo h1 {
  font-weight: 700;
  font-size: 3.2em;
  color: var(--fTema2);
}

.servicoDestaque {
  padding-left: 35px;
  border-left: 1px solid var(--fTema2);
}
.servicoDestaque h5 {
  margin-bottom: 15px;
  font-size: 1.8em;
  font-weight: 500;
  color: var(--fTema2);
}
.servicoDestaque p {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 28px;
  color: var(--fTema2);
}

.servicoCard {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.servicoImgMascara {
  position: relative;
}
.servicoImgMascara img {
  border-radius: 5px;
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
}
.servicoImgMascara::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 56, 84, .5);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 5px;
  pointer-events: none;
}
.servicoCard:hover .servicoImgMascara::after,
.servicoCard:hover h4 {
  opacity: 1;
  color: var(--fTema);
}

.servicoCard a h4 {
  font-weight: 700;
  font-size: 1.6em;
  transition: color 500ms ease;
}
.servicoCard p {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 26px;
}
.servicoCard a {
  color: inherit;
  text-decoration: none;
}

.vantagemTitulo h5 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.3em;
  color: var(--fTema2);
}
.vantagemTitulo h1 {
  font-weight: 700;
  font-size: 3.2em;
  color: var(--fTema2);
}

.vantagemDestaque {
  padding-left: 70px;
  border-left: 1px solid var(--fTema2);
}
.vantagemDestaque h5 {
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 800;
  color: var(--fTema2);
}
.vantagemDestaque p {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 28px;
  color: var(--fTema2);
}

.vantagemCard {
  padding: 40px;
  border-radius: 25px;
  background: var(--fTema2);
  color: #fff;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #be8cff;
}
.vantagemCard h5 {
  font-size: 1.8em;
  font-weight: 400;
  text-align: center;
  padding: 10px 0px;
}
.vantagemCard p {
  margin-bottom: 7px;
  font-size: 1.2em;
}

.vantagemContainer {
  padding: 40px;
  background: #ffff;
  color: var(--fTema4);
}
.vantagemContainer h5 {
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0px;
}
.vantagemContainer p {
  font-size: 1.1em;
  font-weight: 300;
  margin-bottom: 7px;
}
.vantagemContainer.primeiro {
  border-radius: 25px 0 0 25px;
}
.vantagemContainer.ultimo {
  border-radius: 0 25px 25px 0;
}

.vantagemCard {
  height: 320px;
}
.vantagemCard .vantagemTituloDestaque {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
}
.vantagemTituloDestaque p {
  font-size: 0.9em;
}
.vantagemMulher {
  margin-top: -55px;
}

.vantagemBtn {
  display: inline-block;
  padding: 8px 28px;
  background-color: transparent;
  border: 2px solid var(--fTema2);
  border-radius: 20px;
  text-decoration: none;
  font-size: 1.4em;
  color: var(--fTema2);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.vantagemBtn:hover {
  background-color: var(--fTema2);
  color: #fff;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modalConteudo {
  position: relative;
  margin: 10% auto;
  padding: 0;
  width: 80%;
  max-width: 700px;
}
.fecharBtn {
  position: absolute;
  top: 0px;
  right: -40px;
  color: #e20707;
  font-size: 35px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.fecharBtn:hover,
.fecharBtn:focus {
  color: #bbb;
  text-decoration: none;
}

.sobreNos img {
  height: 684px;
  object-fit: contain;
  border-radius: 20px;
  z-index: 30;
  position: relative;
  box-shadow: 0px 25px 15px rgba(0,0,0,.2);
}
.sobreNos h2 {
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 600;
  color: var(--fTema2);
}
.sobreNos h3 {
  font-size: 2em;
  font-weight: 200;
}
.sobreNos p {
  margin-bottom: 30px;
  font-size: 1.2em;
  color: var(--fTema2);
  line-height: 28px;
}
.sobreNos h5 {
  margin-block: 50px;
  font-family: "MonteCarlo", cursive;
  font-size: 3.8em;
  color: var(--fTema2);
}
.sobreNosBtn {
  display: inline-block;
  padding: 8px 28px;
  background-color: var(--fTema2);
  border-radius: 20px;
  text-decoration: none;
  font-size: 1.4em;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.sobreNosBtn:hover {
  background-color: var(--fTema3);
  color: var(--fTema2);
}

/* Seção Sobre o Dr. */
.secaoSobreDr {
  background-color: #2d4a5e;
  padding: 100px 0 0 0;
  position: relative;
}

.secaoSobreDr .row {
  align-items: center;
  gap: 60px;
}

.secaoSobreDr .container .row {
  display: flex;
  align-items: center;
}

.sobreDrImagemContainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  scale:1.08;
}

.sobreDrImagemContainer img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.sobreDrConteudo {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sobreDrTitulo {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.sobreDrTexto {
  margin-bottom: 40px;
}

.sobreDrTexto p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
  opacity: 0.95;
}

.sobreDrTexto p:last-child {
  margin-bottom: 0;
}

.sobreDrBotoes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btnLerMais {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: transparent;
  color: var(--fTema);
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 2px solid var(--fTema);
  cursor: pointer;
}

.btnLerMais:hover {
  background-color: #fff;
  color: #2d4a5e;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Seção Galeria & Conteúdos */
.galeriaSecao {
  padding: 80px 0;
}

.galeriaSecao .row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.galeriaTituloContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
}

.galeriaTitulo {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2;
}

.btnVerTodos {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btnVerTodos:hover {
  background-color: #FFC700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
  color: #000;
  text-decoration: none;
}

.galeriaConteudoContainer {
  flex: 1;
  width: 70%;
}

/* Switch Videos/Fotos */
.galeriaSwitch {
  margin-bottom: 40px;
}

.galeriaSwitchBtn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 15px;
}

.galeriaSwitchBtn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.galeriaSwitchBtn.active {
  color: #fff;
  font-weight: 700;
}

.galeriaSwitchSeparator {
  color: rgba(255, 255, 255, 0.3);
  font-size: 24px;
  margin: 0 10px;
}

/* Cards da Galeria */
.galeriaCard {
  background: transparent;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 15px;
}

.galeriaCarrossel {
  transition: opacity 0.3s ease;
  position: relative;
  min-height: 450px;
}

.galeriaCarrossel.dn {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* Loading Spinner */
.galeriaLoading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
}

.galeriaLoading.active {
  display: block;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.galeriaCarrossel.loading {
  opacity: 0.3;
  pointer-events: none;
}

.galeriaCardImagem,
.galeriaCardVideo {
  position: relative;
  width: 100%;
  height: 414px;
  overflow: hidden;
  background: #ccc;
  border-radius: 0;
}

.galeriaCardImagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.galeriaCard:hover .galeriaCardImagem img {
  transform: scale(1.05);
}

.galeriaCardVideo iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.galeriaCardLegenda {
  padding: 15px 0;
  text-align: center;
}

.galeriaCardLegenda p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 400;
}

/* Owl Carousel Customização para Galeria */
.carrosselFotos.owl-carousel,
.carrosselVideos.owl-carousel {
  position: relative;
}

.carrosselFotos.owl-carousel .owl-nav,
.carrosselVideos.owl-carousel .owl-nav {
  display: none;
}

.carrosselFotos.owl-carousel .owl-dots,
.carrosselVideos.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.carrosselFotos.owl-carousel .owl-dot,
.carrosselVideos.owl-carousel .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
  border: none;
}

.carrosselFotos.owl-carousel .owl-dot.active,
.carrosselVideos.owl-carousel .owl-dot.active {
  background: #fff;
  width: 30px;
  border-radius: 6px;
}

.carrosselFotos.owl-carousel .owl-dot:hover,
.carrosselVideos.owl-carousel .owl-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

/* Owl Carousel Customização para Galeria da landing page */
.carrosselFotosLp.owl-carousel,
.carrosselVideosLp.owl-carousel {
  position: relative;
}

.carrosselFotosLp.owl-carousel .owl-nav,
.carrosselVideosLp.owl-carousel .owl-nav {
  display: none;
}

.carrosselFotosLp.owl-carousel .owl-dots,
.carrosselVideosLp.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.carrosselFotosLp.owl-carousel .owl-dot,
.carrosselVideosLp.owl-carousel .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(25, 56, 84, 0.219);
  border-radius: 50%;
  transition: all 0.3s ease;
  border: none;
}

.carrosselFotosLp.owl-carousel .owl-dot.active,
.carrosselVideosLp.owl-carousel .owl-dot.active {
  background: #193854;
  width: 30px;
  border-radius: 6px;
}

.carrosselFotosLp.owl-carousel .owl-dot:hover,
.carrosselVideosLp.owl-carousel .owl-dot:hover {
  background: rgba(25, 56, 84, 0.6);
}

.depoimentos h3 {
  font-size: 2em;
  font-weight: 200;
}
.depoimentos h2 {
  margin-bottom: 60px;
  font-size: 3em;
  font-weight: 600;
  color: var(--fTema2);
}
.depoimentos ul li {
  font-size: 1.6em;
}
.depoimentoVideo {
  width: 450px;
  height: 400px;
  margin-bottom: 20px;
}
.depoimentosLoad {
  display: flex;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid;
  border-color: var(--fTema);
  border-right-color: var(--fTema3);
  animation: s2 1s infinite linear;
}
@keyframes s2 {
  to {
    transform: rotate(1turn);
  }
}

.nav-tabs {
  display: table;
  margin: 0 auto;
}
.tab-content {
  height: 500px;
  padding: 50px 0;
  margin-top: -2px;
  border: 1px solid #cacaca;
  border-radius: 20px;
}
.tab-content iframe {
  border-radius: 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  width: 250px;
  font-size: 0.8em;
  font-weight: 300;
  color: var(--fTema2);
  border-radius: 10px;
  background-color: #f8f8f8;
  border: 1px solid #cacaca;
  border-bottom-color: var(--fTema2);
  border-bottom-color: transparent;
}
.nav-tabs > li > a {
  width: 250px;
  font-size: 0.8em;
  font-weight: 300;
  color: var(--fTema);
}

.empresaParceira {
  font-size: 2em;
  font-weight: 200;
  text-align: center;
  margin-block: 20px;
}
.empresaGradiente {
  position: relative;
  height: 200px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.19789922805059523) 20%,
    rgba(255, 255, 255, 0) 50%,
    rgba(254, 254, 254, 0.20350146894695376) 80%,
    rgba(255, 255, 255, 1) 100%
  );
  margin-top: -200px;
  z-index: 555;
}

.formularioEspacamentoDireito {
  padding-right: 80px;
}
.formularioEspacamentoEsquerda {
  padding-left: 80px;
}

.blogContainer h2 {
  margin-bottom: 70px;
  font-size: 3em;
  font-weight: 700;
  color: var(--fTema2);
}
.blogContainer img {
  border-radius: 20px;
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
}
.blogContainer p {
  margin-bottom: 30px;
  font-size: 0.9em;
  font-weight: 500;
  color: #777;
}
.blogContainer h4 {
  padding-block: 20px;
  font-weight: 700;
  font-size: 1.3em;
  transition: 500ms all;
}
.blogContainer h4:hover {
  color: var(--fTema);
}
.blogContainer h5 {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 200;
}
.blogContainer a {
  color: inherit;
  text-decoration: none;
}

.blogImgMascara {
  position: relative;
}
.blogImgMascara::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 171, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 20px;
  pointer-events: none;
}
.blogContainer:hover .blogImgMascara::after,
.blogContainer:hover h4,
.blogContainer:hover .blogLink {
  opacity: 1;
  color: var(--fTema);
}
.blogContainer h4,
.blogContainer .blogLink {
  transition: color 0.5s ease;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: var(--fTema2);
  cursor: default;
  background-color: var(--fTema3);
  border-color: #bfbfbf;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--fTema4);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--fTema4);
}

.rodapeBorda {
  border-top: 1px solid #cacaca;
  padding-top: 60px;
}
.rodape {
  height: 300px;
  background: url("../img/layout/logo-dr-icone.png");
  background-repeat: no-repeat;
  background-position: 1009px 54px;
}
.rodape h5 {
  font-size: 1.5em;
  font-weight: 600;
  color: white;
}
.rodape p {
  line-height: 28px;
  font-size: 1em;
}
.rodapeCol {
  margin-bottom: 25px;
}
.rodapeCol.selo {
  margin-bottom: 25px;
  text-align: center;
}
.rodapeEmail {
  font-size: 1em;
  text-wrap: nowrap;
}
a.lRodape:link,
a.lRodape:visited,
a.lRodape:active {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
a.lRodape:hover {
  color: var(--fTema);
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

/* Fim Classes especificas */

.menuDesktop {
  height: 80px;
  display: flex;
  /* margin-top: -30px; */
}

/* Esconder menu mobile no desktop */


.menuBranco {
  width: 90% !important;
  background: #FFF;
  height: 80px;
  border: 1px solid #cccc;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 35px;
  border-radius: 8px;
  z-index: 999;
}

.recuo40 {
  margin-top: -40px;
}

.icone-header {
  padding: 9px;
  width: 50px;
  border-radius: 30px;
  background: #1F6ED7;
  height: 50px;
}

.icon-social {
  padding: 9px;
  width: 50px;
  border-radius: 30px;
  background: #e2e2e2ff;
  height: 50px;
}

.hero-img {
  max-height: 85vh;
  object-fit: cover;
}

/* MEDIA QUERIES --------------------*/


















/* ========================================
   Seção de Atendimento com Parallax
   ======================================== */
.atendimentoParallaxSection {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  padding: 250px 0 100px 0;
}

.atendimentoParallaxBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-image: url('../img/layout/dr-foto-corpo-todo.jpg');
  background-size: cover;
background-position: center -250px;
  background-repeat: no-repeat;
  z-index: -1;
  will-change: transform;
}

.atendimentoConteudo {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
}

.atendimentoSubtitulo {
  font-size: 18px;
  font-weight: 400;
  color: #FFD700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.atendimentoTitulo {
  font-size: 48px;
  font-weight: 700;
  color: #202020cc;
  margin-bottom: 30px;
  line-height: 1.2;
}

.atendimentoDescricao {
  font-size: 16px;
  line-height: 1.8;
  color: #202020cc;
  margin-bottom: 50px;
  max-width: 900px;
}

.atendimentoCards {
  margin-top: 40px;
}

.atendimentoCard {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 40px 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-height: 380px;
  display: flex;
  flex-direction: column;
}

.atendimentoCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.atendimentoCardDestaque {
  background: linear-gradient(135deg, #193854 0%, #2a5270 100%);
  border: 2px solid #FFD700;
}

.atendimentoCardDestaque .atendimentoCardTitulo,
.atendimentoCardDestaque .atendimentoCardTexto {
  color: #fff;
}

.atendimentoCardDestaque .atendimentoCardBtn {
  background: #FFD700;
  color: #193854;
}

.atendimentoCardDestaque .atendimentoCardBtn:hover {
  background: #FFC700;
}

.atendimentoCardTitulo {
  font-size: 28px;
  font-weight: 700;
  color: #193854;
  margin-bottom: 20px;
}

.atendimentoCardTexto {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
  flex-grow: 1;
}

.atendimentoCardBtn {
  display: inline-block;
  background: #193854;
  color: #fff;
  padding: 14px 35px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  align-self: flex-start;
}

.atendimentoCardBtn:hover {
  background: #2a5270;
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

/* Responsivo */




/* ===========================
   Seção de Testemunhos
   =========================== */

.testemunhosSection {
  background: #f8f9fa;
  padding: 80px 0;
}

.testemunhosTitulo {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
  font-family: "Archivo", sans-serif;
}

.testemunhosGrid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.testemunhoCard {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.testemunhoCard:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.testemunhoIcone {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 52px;
  height: 45px;
}

.testemunhoIcone svg {
  width: 100%;
  height: 100%;
}

.testemunhoIcone svg path {
  fill: #193854;
  opacity: 0.1;
}

.testemunhoTexto {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
  margin-top: 60px;
  flex-grow: 1;
}

.testemunhoAutor {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.testemunhoAutorAvatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:url('../img/layout/avatar.png') #cccccc no-repeat center;
  flex-shrink: 0;
  opacity: .3;
}

.testemunhoAutorInfo {
  flex-grow: 1;
}

.testemunhoAutorNome {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.4;
}

.testemunhoEstrelas {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}

.testemunhoEstrelas i {
  color: #ff8c00;
  font-size: 16px;
}

.btnVerTodos {
  position:relative;
  background: #6bb530;
  color: #fff;
  padding: 15px 50px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  margin-top: -200px;
  z-index:5;
}

.btnVerTodos:hover {
  background: #5a9927;
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

.sobreposicao-blur {
  width:100%;
  height: 400px;
  margin-top: -400px;
  background: linear-gradient(180deg,rgba(248, 249, 250, 0) 0%, rgba(248, 249, 250, 0.93) 56%, rgba(248, 249, 250, 1) 100%);
  z-index:2;
}

/* Responsivo - Testemunhos */




/* ===================================
   HEADER DA POSTAGEM
   =================================== */

.postHeaderSection {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.postHeaderBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(135deg, #193854 0%, #2e4961ff 100%);
}

#particles-js-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#particles-js-post canvas {
  display: block;
  vertical-align: bottom;
}

.postHeaderContent {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.postHeaderMeta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.postCategoryBadge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.postCategoryBadge:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.postCategoryBadge i {
  margin-right: 8px;
  font-size: 16px;
}

.postCategoryBadge.categoria-paciente {
  background: rgba(106, 176, 76, 0.25);
  border-color: rgba(106, 176, 76, 0.5);
}

.postCategoryBadge.categoria-medico {
  background: rgba(25, 118, 210, 0.25);
  border-color: rgba(25, 118, 210, 0.5);
}

.postDateBadge {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.3px;
}

.postDateBadge i {
  margin-right: 8px;
  font-size: 14px;
}

.postHeaderTitle {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.5px;
}

/* Responsividade */








/* ===================================
   LAYOUT DE LEITURA TIPO BLOG/JORNAL
   =================================== */

.postReadingArea {
  background: #f5f7f9;
  min-height: 100vh;
}

.postContentWrapper {
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  margin-top: -15px;
  z-index: 30;
  position: relative;
  border-radius: 10px;
}

/* Breadcrumb */
.postBreadcrumb {
  padding: 20px 0;
  background: transparent;
}

.postBreadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.postBreadcrumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.postBreadcrumb li a {
  color: #193854;
  text-decoration: none;
  transition: color 0.3s;
}

.postBreadcrumb li a:hover {
  color: #6ab04c;
}

.postBreadcrumb li:not(:last-child)::after {
  content: "›";
  margin: 0 8px;
  color: #999;
}

/* Featured Image com Texto (Layout Jornal) */
.postFeaturedSection {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  align-items: flex-start;
  flex-direction: column;
}

.postFeaturedImage {
  display: block;
}

.postFeaturedImage img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.postFeaturedText {
  flex: 1;
}

/* Meta Info do Post */
.postMetaInfo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e8e8e8;
  flex-wrap: wrap;
}

.postMetaItem {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.postMetaItem i {
  color: #193854;
}

/* Conteúdo Principal */
.postMainContent {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.postMainContent p {
  margin-bottom: 20px;
  text-align: justify;
}

.postMainContent h2 {
  font-size: 28px;
  font-weight: 700;
  color: #193854;
  margin: 35px 0 20px;
  padding-top: 20px;
  border-top: 3px solid #6ab04c;
}

.postMainContent h3 {
  font-size: 24px;
  font-weight: 600;
  color: #193854;
  margin: 30px 0 15px;
}

.postMainContent ul,
.postMainContent ol {
  margin: 20px 0;
  padding-left: 30px;
}

.postMainContent li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.postMainContent blockquote {
  margin: 30px 0;
  padding: 20px 25px;
  background: #f8f9fa;
  border-left: 4px solid #193854;
  font-style: italic;
  color: #555;
}

.postMainContent a {
  color: #193854;
  text-decoration: underline;
  transition: color 0.3s;
}

.postMainContent a:hover {
  color: #6ab04c;
}

/* Sidebar Melhorada */
.postSidebar {
  position: sticky;
  top: 100px;
}

.sidebarCard {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8e8e8;
}

.sidebarCard h3 {
  font-size: 20px;
  font-weight: 700;
  color: #193854;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #6ab04c;
}

.sidebarContactItem {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s;
}

.sidebarContactItem:hover {
  background: #e8f5e9;
  transform: translateX(3px);
}

.sidebarContactItem i {
  font-size: 20px;
  color: #193854;
  width: 24px;
  text-align: center;
}

.sidebarContactItem a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  flex: 1;
}

.sidebarContactItem a:hover {
  color: #193854;
}

.sidebarContactLabel {
  font-size: 14px;
  font-weight: 600;
  color: #193854;
  margin-bottom: 5px;
}

/* Formulário Melhorado */
.sidebarForm {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
}

.sidebarForm .form-group {
  margin-bottom: 18px;
}

.sidebarForm label {
  font-size: 14px;
  font-weight: 600;
  color: #193854;
  margin-bottom: 8px;
  display: block;
}

.sidebarForm input,
.sidebarForm textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.sidebarForm input:focus,
.sidebarForm textarea:focus {
  outline: none;
  border-color: #193854;
}

.sidebarForm button {
  width: 100%;
  padding: 14px;
  background: #193854;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.sidebarForm button:hover {
  background: #6ab04c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(106, 176, 76, 0.3);
}

/* Share Buttons */
.postShareButtons {
  display: flex;
  gap: 10px;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.shareBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

.shareBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.shareBtn.facebook { background: #3b5998; }
.shareBtn.twitter { background: #1da1f2; }
.shareBtn.linkedin { background: #0077b5; }
.shareBtn.whatsapp { background: #25d366; }
.shareBtn.email { background: #666; }

/* Responsividade */




/* Melhorias Extras para Conteúdo Rico */
.postMainContent strong {
  color: #193854;
  font-weight: 700;
}

.postMainContent em {
  color: #555;
}

.postMainContent code {
  background: #f4f4f4;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.9em;
  color: #d32f2f;
}

.postMainContent pre {
  background: #f4f4f4;
  padding: 15px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
}

.postMainContent img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.postMainContent table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}

.postMainContent table th,
.postMainContent table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.postMainContent table th {
  background: #193854;
  color: #ffffff;
  font-weight: 600;
}

.postMainContent table tr:nth-child(even) {
  background: #f8f9fa;
}

/* Destaque/Callout Box */
.postCallout {
  background: #e8f5e9;
  border-left: 4px solid #6ab04c;
  padding: 20px;
  margin: 25px 0;
  border-radius: 0 8px 8px 0;
}

.postCallout.warning {
  background: #fff3e0;
  border-left-color: #ff9800;
}

.postCallout.info {
  background: #e3f2fd;
  border-left-color: #2196f3;
}

.postCallout.danger {
  background: #ffebee;
  border-left-color: #f44336;
}

/* Badge de Tempo de Leitura Destacado */
.readingTime {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f5e9;
  color: #193854;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

/* Linha Separadora Estilizada */
.postDivider {
  height: 1px;
  background: linear-gradient(to right, transparent, #193854, transparent);
  margin: 40px 0;
}

/* Scroll suave para âncoras */
html {
  scroll-behavior: smooth;
}

/* Cards de Notícias/Matérias */
.card-noticia {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-noticia:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-noticia-img {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-noticia-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.card-noticia:hover .card-noticia-img img {
  transform: scale(1.05);
}

.card-noticia-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-noticia-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
  min-height: 50px;
}

.btn-noticia {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fTema2);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.btn-noticia:hover {
  color: var(--fTema3);
  gap: 12px;
  text-decoration: none;
}

.btn-noticia i {
  font-size: 16px;
}

/* Container para centralizar últimos cards quando necessário */
.cards-noticias-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cards-noticias-row > [class*='col-'] {
  display: flex;
}

/* Responsividade dos cards */


/* ===================================
   ESTILOS DA PÁGINA DE CONTATO
   =================================== */

/* Hero Section Contato */
.contatoHeroSection {
    background: linear-gradient(135deg, var(--fTema) 0%, var(--fTema2) 100%);
    position: relative;
    overflow: hidden;
}

.contatoHeroSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/layout/pattern.png') repeat;
    opacity: 0.05;
}

.contatoHeroTitulo {
    position: relative;
    z-index: 1;
    letter-spacing: -0.5px;
}

.contatoHeroSubtitulo {
    position: relative;
    z-index: 1;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

/* Alertas de Feedback */
.contatoAlerta {
    padding: 20px 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contatoAlertaSucesso {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.contatoAlertaErro {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

/* Seção Principal de Contato */
.contatoPrincipalSection {
    background-color: #f8f9fa;
}

/* Container de Informações */
.contatoInfoContainer {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contatoInfoTitulo {
    color: var(--fTema);
}

.contatoInfoDesc {
    color: #6c757d;
    line-height: 1.6;
}

/* Cards de Contato */
.contatoInfoCard {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.contatoInfoCard:hover {
    background-color: #e9ecef;
    transform: translateX(5px);
}

.contatoInfoIcone {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--fTema) 0%, var(--fTema2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contatoInfoIcone i {
    color: #ffffff;
    font-size: 22px;
}

.contatoInfoTexto {
    flex: 1;
}

.contatoInfoTexto h4 {
    color: var(--fTema);
    margin-bottom: 5px;
}

.contatoInfoLink {
    color: #495057;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contatoInfoLink:hover {
    color: var(--fTema);
    text-decoration: none;
}

/* Horário de Atendimento */
.contatoHorarioBox {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid var(--fTema);
}

.contatoHorarioBox h4 {
    color: var(--fTema);
}

.contatoHorarioItem {
    display: flex;
    justify-content: space-between;
    color: #495057;
    font-size: 15px;
}

/* Container do Formulário */
.contatoFormContainer {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.contatoFormTitulo {
    color: var(--fTema);
}

.contatoFormDesc {
    color: #6c757d;
    line-height: 1.6;
}

/* Formulário */
.contatoForm {
    margin-top: 30px;
}

.contatoFormGroup {
    position: relative;
}

.contatoFormLabel {
    display: block;
    color: var(--fTema);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contatoFormInput,
.contatoFormTextarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 15px;
    font-family: "Archivo", sans-serif;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.contatoFormInput:focus,
.contatoFormTextarea:focus {
    border-color: var(--fTema);
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(25, 56, 84, 0.1);
}

.contatoFormTextarea {
    resize: vertical;
    min-height: 150px;
}

.contatoFormBtn {
    width: 100%;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contatoFormBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.contatoFormBtn i {
    transition: transform 0.3s ease;
}

.contatoFormBtn:hover i {
    transform: translateX(5px);
}

/* Seção CTA WhatsApp */
.contatoCtaSection {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    position: relative;
    overflow: hidden;
}

.contatoCtaSection::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 15s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10%, 10%);
    }
}

.contatoCtaTitulo,
.contatoCtaDesc {
    position: relative;
    z-index: 1;
}

.contatoCtaBtn {
    display: inline-flex;
    align-items: center;
    padding: 18px 45px;
    background-color: #ffffff;
    color: #128C7E;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contatoCtaBtn:hover {
    background-color: #25D366;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.contatoCtaBtn i {
    font-size: 24px;
}

/* Responsividade */







/* Particles.js Background para Contato */
.contatoHeroBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#particles-js-contato {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contatoHeroSection .container90 {
    position: relative;
    z-index: 2;
}

.contatoHeroTitulo,
.contatoHeroSubtitulo {
    position: relative;
    z-index: 3;
}


/* Card Único Unificado - Informações e Formulário */
.contatoCardUnico {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-top: -15px;
}

.contatoInfoColuna {
    padding-right: 50px;
    border-right: 1px solid #e9ecef;
}

.contatoFormColuna {
    padding-left: 50px;
}

/* Ajustes para mobile */





/* Ajuste dos estilos anteriores para funcionar no card único */
.contatoCardUnico .contatoInfoContainer,
.contatoCardUnico .contatoFormContainer {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}

/* Remove estilos antigos que conflitam */
.contatoInfoColuna .contatoInfoContainer,
.contatoFormColuna .contatoFormContainer {
    background: none;
    box-shadow: none;
    padding: 0;
}


/* ========================================
   Página de Busca
   ======================================== */
.alert {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 8px;
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffc107;
    color: #856404;
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #17a2b8;
    color: #0c5460;
}

.alert h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
}

.alert p {
    margin-bottom: 10px;
    font-size: 16px;
}

.alert p:last-child {
    margin-bottom: 0;
}

.badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}

/* Ajustes para o formulário de busca na página */
.headerBuscaContainer form {
    margin: 0;
}

.headerBuscaContainer button[type="submit"]:hover {
    opacity: 0.7;
}

/* Responsivo para a página de busca */


/* Faixa de doenças tratadas com scroll horizontal */

.barraListaDoencas {
  margin-top: -126px;
  position: absolute;
  z-index: 9;
}

.overflow-hidden {
    overflow: hidden;
}

.doencas-scroll-container {
    display: flex;
    white-space: nowrap;
    width: 100%;
}

.doencas-scroll {
    display: inline-flex;
    animation: scroll-left 60s linear infinite;
    gap: 30px;
}

.doenca-item {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 25px;
    border-radius: 25px;
    white-space: nowrap;
    letter-spacing: 1px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pausar animação ao passar o mouse */
.doencas-scroll-container:hover .doencas-scroll {
    animation-play-state: paused;
}



/* ========== Newsletter para Médicos ========== */
.newsletterMedicosSection {
    background: linear-gradient(135deg, #193854 0%, #2c5a7d 100%);
    padding: 80px 0;
}

.newsletterMedicosConteudo {
    padding: 40px;
}

.newsletterMedicosTitulo {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Archivo", sans-serif;
    line-height: 1.2;
}

.newsletterMedicosDescricao {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
}

.newsletterMedicosDescricao strong {
    color: #fff;
    font-weight: 600;
}

.newsletterMedicosFormulario {
    padding: 20px;
}

.newsletterMedicosCard {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.newsletterMedicosSection .container90 .row {
    display: flex;
    align-items: center;
}

.formNewsletter .form-group {
    margin-bottom: 20px;
}

.formNewsletter label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.formNewsletter .form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.formNewsletter .form-control:focus {
    border-color: #193854;
    box-shadow: 0 0 0 3px rgba(25, 56, 84, 0.1);
    outline: none;
}

.formNewsletter select.form-control {
    cursor: pointer;
}

.formNewsletter .checkbox {
    margin: 20px 0;
}

.formNewsletter .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.formNewsletter .checkbox input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.g-recaptcha {
    margin: 25px 0;
    transform: scale(0.95);
    transform-origin: 0 0;
}

.btnNewsletterEnviar {
    width: 100%;
    background: #193854;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btnNewsletterEnviar:hover {
    background: #2c5a7d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(25, 56, 84, 0.3);
}

.newsletterObrigatorios {
    font-size: 13px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}

/* Estilos customizados do formulário newsletter para evitar conflitos */
.newsletterFormGroup {
    margin-bottom: 20px;
}

.newsletterFormLabel {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.newsletterFormInput {
    width: 100%;
    height: 45px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
    color: #333;
}

.newsletterFormInput:focus {
    border-color: #193854;
    box-shadow: 0 0 0 3px rgba(25, 56, 84, 0.1);
    outline: none;
}

.newsletterFormInput::placeholder {
    color: #aaa;
}

.newsletterFormInput[type="date"] {
    cursor: pointer;
}

select.newsletterFormInput {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.newsletterCheckbox {
    margin: 20px 0;
}

.newsletterCheckbox label {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.newsletterCheckbox input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5;
}

.alert-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

/* Responsivo - Tablet */


/* Responsivo - Mobile */

/* ========================================
   MEDIA QUERIES - RESPONSIVIDADE
   Organizados do maior para o menor breakpoint
   ======================================== */

@media (min-width: 1600px) {
.vantagemMulher {
    margin-top: 14px;
  }
  .vantagemTitulo h1 {
    font-size: 2.8em;
  }
  .vantagemCard {
    height: 350px;
  }
  .vantagemContainer {
    height: 350px;
    padding: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
.servicoTitulo h1 {
    font-size: 2.8em;
  }
  .servicoDestaque h5 {
    font-size: 1.7em;
  }
  .servicoContainer {
    height: 1024px;
  }
  .servicoCard h4 {
    font-size: 1.3em;
  }
  .servicoCard p {
    font-size: 1.1em;
  }

  .vantagemMulher {
    margin-top: 14px;
  }
  .vantagemTitulo h1 {
    font-size: 2.8em;
  }
  .vantagemContainer h5 {
    font-size: 1.4em;
  }

  .vantagemContainer {
    height: 335px;
    padding: 30px;
  }
  .vantagemCard {
    height: 335px;
  }
  .vantagemCard p {
    font-size: 1.1em;
  }
  .vantagemContainer p {
    font-size: 1.1em;
  }

  .galeriaConteudoContainer {
    width: 60%;
  }
  .galeriaCarrossel {
    width: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
.menuDesktop,
  .menuDesktopTopo {
    display: none;
  }
  .menuMobileContainer {
    display: block;
  }

  .servicoContainer {
    /* height: 490px; */
  }
  .servicoTitulo h1 {
    font-size: 2.8em;
  }
  .servicoDestaque h5 {
    font-size: 1.4em;
  }
  .servicoDestaque p {
    font-size: 1em;
  }
  .servicoCard h4 {
    font-size: 1.3em;
  }
  .servicoCard p {
    font-size: 1em;
  }
  .servicoRow:first-child {
    margin-top: 90px;
  }

  .vantagemMulher {
    display: none;
  }
  .vantagemTitulo h1 {
    font-size: 3.2em;
    width: 700px;
  }
  .vantagemTitulo h5 {
    font-size: 1.3em;
    width: 700px;
  }
  .vantagemContainer {
    height: 400px;
    padding: 30px;
  }
  .vantagemCard {
    height: 400px;
  }
  .vantagemCard p {
    font-size: 1.3em;
  }
  
  /* Sobre Dr - Desktop médio */
  .sobreDrTitulo {
    font-size: 38px;
  }
  
  .sobreDrTexto p {
    font-size: 15px;
  }
  
  /* Galeria - Desktop médio */
  .galeriaTitulo {
    font-size: 42px;
  }
  
  .galeriaCardImagem,
  .galeriaCardVideo {
    height: 280px;
  }
}

@media (max-width: 1200px) {
.heroConteudo h1 {
		font-size: 5vw;
	}
	
	.heroConteudo .heroSubtitle {
		font-size: 1.5vw;
	}
	
	.heroConteudo .heroCredenciais {
		font-size: 1.2vw;
	}
	
	.heroEspecialista p {
		font-size: 1.3vw;
	}

.postHeaderTitle {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
#inicio {
		min-height: auto;
		height: auto;
		padding: 15px 0;
	}
	
	.heroSection {
		min-height: 60vh;
		height: 60vh;
	}
	
	.heroConteudo h1 {
		font-size: 6vw;
	}
	
	.heroConteudo .heroSubtitle {
		font-size: 2vw;
	}
	
	.heroConteudo .heroCredenciais {
		font-size: 1.8vw;
	}
	
	.heroEspecialista {
		min-height: auto;
		height: auto;
		padding: 20px 0;
	}
	
	.heroEspecialista p {
		font-size: 1.8vw;
	}

.atendimentoParallaxSection {
    min-height: 700px;
    padding: 60px 0;
  }
  
  .atendimentoTitulo {
    font-size: 36px;
  }
  
  .atendimentoDescricao {
    font-size: 15px;
  }
  
  .atendimentoCard {
    min-height: 320px;
  }
  
  .atendimentoCardTitulo {
    font-size: 24px;
  }

.testemunhosSection {
    padding: 60px 0;
  }
  
  .testemunhosTitulo {
    font-size: 38px;
  }
  
  .testemunhoCard {
    padding: 25px;
    margin-bottom: 20px;
  }
  
  .testemunhoTexto {
    margin-top: 50px;
  }

.postHeaderSection {
    height: 245px;
  }
  
  .postHeaderTitle {
    font-size: 36px;
  }

.postFeaturedSection {
    flex-direction: column;
    gap: 30px;
  }
  
  .postFeaturedImage {
    flex: 0 0 100%;
    position: relative;
    top: 0;
  }
  
  .postSidebar {
    position: relative;
    top: 0;
  }
  
  .postMainContent {
    font-size: 16px;
  }

.contatoInfoContainer,
    .contatoFormContainer {
        padding: 30px;
    }
    
    .contatoHeroTitulo {
        font-size: 36px;
    }
    
    .contatoInfoTitulo,
    .contatoFormTitulo {
        font-size: 28px;
    }

.contatoCardUnico {
        padding: 40px;
    }
    
    .contatoInfoColuna {
        padding-right: 15px;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    
    .contatoFormColuna {
        padding-left: 15px;
    }

.newsletterMedicosSection {
        padding: 60px 0;
    }
    
    .newsletterMedicosConteudo {
        padding: 30px 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .newsletterMedicosTitulo {
        font-size: 36px;
    }
    
    .newsletterMedicosDescricao {
        font-size: 16px;
    }
    
    .newsletterMedicosCard {
        padding: 30px 25px;
    }
    
    .newsletterFormGroup {
        margin-bottom: 18px;
    }
    
    .newsletterFormInput {
        height: 44px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
.menuDesktop,
  .menuDesktopTopo {
    display: none;
  }
  .menuMobileContainer {
    display: block;
  }

  .servicoTitulo {
    position: relative !important;
    top: auto !important;
  }
  
  .servicoTitulo.stuck {
    box-shadow: none;
    background: transparent;
    padding: 0;
  }

  .servicoContainer {
    /* height: 620px; */
  }
  .servicoBtn {
    margin-bottom: 20px;
  }
  .servicoTitulo h1 {
    font-size: 2.8em;
  }
  .servicoDestaque {
    padding-left: 20px;
  }
  .servicoCard h4 {
    font-size: 1.3em;
  }
  .servicoCard p {
    font-size: 1em;
  }
  .servicoCardAltura {
    margin-top: 135px;
  }
  .servicoCardAlturaVendas {
    margin-top: 135px;
  }
  .servicoRow:first-child {
    margin-top: 135px;
  }
  .rodapeColServicos {
    padding-left: 55px;
  }

  .vantagemTitulo h1 {
    font-size: 2.5em;
  }
  .vantagemMulher {
    display: none;
  }
  .vantagemCard .vantagemTituloDestaque {
    font-size: 1.7em;
  }
  .vantagemCard {
    height: 280px;
    margin-bottom: 20px;
  }

  .vantagemContainer.primeiro {
    border-radius: 25px 25px 0 0;
  }
  .vantagemContainer h5 {
    font-size: 2.2em;
    font-weight: 400;
    padding: 10px 0px;
  }
  .vantagemContainer p {
    font-size: 1.2em;
  }
  .vantagemContainer.ultimo {
    border-radius: 0 0 25px 25px;
  }

  .sobreNos img {
    height: 400px;
    margin-top: 170px;
  }
  .sobreNos h3 {
    font-size: 1.4em;
  }
  .sobreNos h2 {
    font-size: 2.4em;
  }
  .sobreNos p {
    font-size: 1.1em;
  }
  .sobreNosBtn {
    font-size: 1.2em;
  }

  /* Sobre Dr - Tablet */
  .secaoSobreDr {
    padding: 60px 0;
  }
  
  .secaoSobreDr .row {
    gap: 40px;
  }
  
  .sobreDrTitulo {
    font-size: 34px;
    margin-bottom: 25px;
  }
  
  .sobreDrTexto p {
    font-size: 15px;
    line-height: 1.7;
  }
  
  .sobreDrBotoes {
    gap: 15px;
  }
  
  .btnLerMais,
  .sobreDrBotoes .btnAgendarConsulta {
    padding: 10px 25px;
    font-size: 14px;
  }

  /* Galeria - Tablet */
  .galeriaSecao {
    padding: 60px 0;
  }
  
  .galeriaSecao .row {
    gap: 40px;
  }
  
  .galeriaTitulo {
    font-size: 38px;
    margin-bottom: 25px;
  }
  
  .galeriaSwitchBtn {
    font-size: 22px;
  }
  
  .galeriaCardImagem,
  .galeriaCardVideo {
    height: 250px;
  }
  
  .galeriaCardLegenda p {
    font-size: 15px;
  }

  .depoimentos h3 {
    font-size: 1.5em;
  }
  .depoimentos h2 {
    font-size: 2em;
  }
  .depoimentoVideo {
    width: 100%;
  }

  .formularioTitulo {
    font-size: 2em;
  }
  .formularioEspacamentoDireito {
    padding-right: 0px;
  }
  .formularioEspacamentoEsquerda {
    padding-left: 0px;
  }

  .blogContainer h5 {
    font-size: 1.5em;
  }
  .blogContainer h2 {
    font-size: 2.2em;
  }
  .blogContainer h4 {
    font-size: 1.2em;
  }
}

@media min-width: 768px {
.menuMobileContainer {
    display: none !important;
  }
}

@media (max-width: 767px){
#inicio {
		min-height: auto;
		height: auto;
		padding: 15px 0;
	}
	
	body {
		padding-top: 80px; /* Ajuste para mobile - menu mobile é menor */
	}
	
	.headerTop {
		display: none; /* Ocultar menu desktop no mobile */
	}
	
	.heroSection {
		min-height: 50vh;
		height: 50vh;
		text-align: center;
    margin-top: -60px;
	}
	
	.heroConteudo {
		align-items: center;
		text-align: center;
	}
	
	.heroConteudo h1 {
		font-size: 32px;
	}
	
	.heroConteudo p {
		font-size: 14px;
	}
	
	.heroConteudo .heroSubtitle {
		font-size: 16px;
	}
	
	.heroConteudo .heroCredenciais {
		font-size: 13px;
	}
	
	.btnAgendarConsulta {
		padding: 10px 25px;
		font-size: 13px;
	}
	
	.heroEspecialista {
		min-height: auto;
		height: auto;
		padding: 15px 0;
	}
	
	.heroEspecialista p {
		font-size: 14px;
		padding: 0 10px;
	}

.atendimentoParallaxSection {
    min-height: 600px;
    padding: 40px 0;
  }
  
  .atendimentoParallaxBg {
    background-position: 50% center;
  }
  
  .atendimentoSubtitulo {
    font-size: 16px;
  }
  
  .atendimentoTitulo {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .atendimentoDescricao {
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .atendimentoCard {
    padding: 30px 25px;
    min-height: auto;
  }
  
  .atendimentoCardTitulo {
    font-size: 22px;
  }
  
  .atendimentoCardTexto {
    font-size: 17px;
  }
  
  .atendimentoCardBtn {
    width: 100%;
    align-self: stretch;
  }

.testemunhosSection {
    padding: 40px 0;
  }
  
  .testemunhosTitulo {
    font-size: 32px;
    margin-bottom: 30px;
  }
  
  .testemunhoCard {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .testemunhoIcone {
    width: 40px;
    height: 35px;
    top: 20px;
    left: 20px;
  }
  
  .testemunhoTexto {
    font-size: 14px;
    margin-top: 45px;
    margin-bottom: 20px;
  }
  
  .testemunhoAutorAvatar {
    width: 40px;
    height: 40px;
  }
  
  .testemunhoAutorNome {
    font-size: 14px;
  }
  
  .testemunhoEstrelas i {
    font-size: 14px;
  }
  
  .btnVerTodos {
    padding: 12px 40px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .postHeaderSection {
    height: 210px;
  }
  
  .postHeaderTitle {
    font-size: 28px;
  }
  
  .postHeaderMeta {
    gap: 10px;
  }
  
  .postCategoryBadge,
  .postDateBadge {
    padding: 6px 16px;
    font-size: 12px;
  }
  
  .postCategoryBadge i,
  .postDateBadge i {
    font-size: 13px;
  }

  .postContentWrapper {
    box-shadow: none;
  }
  
  .sidebarCard {
    padding: 20px;
  }
  
  .postMainContent h2 {
    font-size: 24px;
  }
  
  .postMainContent h3 {
    font-size: 20px;
  }

  .contatoHeroSection .ptb100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .contatoPrincipalSection .ptb100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .contatoCtaSection .ptb80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .contatoInfoContainer,
    .contatoFormContainer {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .contatoHeroTitulo {
        font-size: 32px;
    }
    
    .contatoHeroSubtitulo {
        font-size: 16px;
    }
    
    .contatoInfoTitulo,
    .contatoFormTitulo {
        font-size: 24px;
    }
    
    .contatoCtaTitulo {
        font-size: 28px;
    }
    
    .contatoCtaDesc {
        font-size: 16px;
    }
    
    .contatoFormBtn {
        padding: 16px 30px;
    }

  .contatoCardUnico {
        padding: 30px 20px;
    }
    
    .contatoInfoColuna {
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .contatoFormColuna {
        padding-left: 0;
    }

  .newsletterMedicosSection {
        padding: 50px 0;
    }
    
    .newsletterMedicosTitulo {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .newsletterMedicosDescricao {
        font-size: 15px;
    }
    
    .newsletterMedicosCard {
        padding: 25px 20px;
    }
    
    .newsletterFormGroup {
        margin-bottom: 15px;
    }
    
    .newsletterFormInput {
        height: 42px;
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .newsletterFormLabel {
        font-size: 13px;
    }
    
    .newsletterCheckbox label {
        font-size: 13px;
    }
    
    .formNewsletter .form-control {
        height: 42px;
        font-size: 14px;
    }
    
    .g-recaptcha {
        transform: scale(0.88);
    }
    
    .btnNewsletterEnviar {
        padding: 13px 25px;
        font-size: 15px;
    }
  .galeriaConteudoContainer {
    width: 100% !important;
  }

  .w80 {
    width: 100%;
  }

  .galeriaConteudoContainer {
    width: 100% !important;
  }
}

@media all and (max-width: 767px) {
  .menuDesktop,
  .menuDesktopTopo { display: none; }

  .menuMobileContainer { display: block; }

  .heroSection {
		min-height: 50vh;
		height: 75vh;
		text-align: center;
    margin-top: -60px;
	}

  .heroConteudo h1 { font-size: 8.5vw; }

  .heroConteudo .heroSubtitle { font-size: 4.3vw; }

  .heroConteudo .heroCredenciais {
    font-size: 3vw;
  }

  .heroEspecialista p {
    font-size: 4.1vw;
  }

  .servicoTitulo {
    position: relative !important;
    top: auto !important;
  }
  
  .servicoTitulo.stuck {
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .servicoCard {
    padding: 0;
  }

  .servicoCard a h4 {
    font-size: 1.2em;
    min-height: 95px;
    max-height: 95px;
  }

  .contatoHeroSection {
    margin-top: -80px;
  }

  .contatoCardUnico {
    padding: 20px 15px;
  }

  .contatoInfoColuna {
    padding-right: 15px;
  }

  .contatoInfoTexto a {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 152px;
    display: block;
  }

  .contatoFormColuna {
    padding-left: 15px;
    margin-top: 20px;
  }
  
  .servicoTitulo h5 {
    font-size: 1.5em;
  }
  .servicoTitulo h1 {
    font-size: 1.9em;
  }
  .servicoBtn {
    margin-bottom: 20px;
  }

  .servicoDestaque h5,
  .servicoDestaque p {
    display: none;
  }
  .servicoContainer {
    height: auto;
  }
  .servicoCardAltura {
    margin-top: 135px;
  }
  .servicoRow:first-child {
    margin-top: 135px;
  }

  .vantagemTitulo h5 {
    font-size: 1.2em;
  }
  .vantagemTitulo h1 {
    font-size: 1.6em;
  }
  .vantagemMulher {
    display: none;
  }
  .vantagemCard {
    margin-bottom: 20px;
    height: 350px;
  }

  .vantagemContainer.primeiro {
    border-radius: 25px 25px 0 0;
    height: 371px;
  }
  .vantagemContainer.segundo {
    height: 300px;
  }
  .vantagemContainer.ultimo {
    border-radius: 0 0 25px 25px;
    height: 420px;
  }

  .containerSobreNos {
    padding: 0;
  }

  .barraListaDoencas {
    margin-top: 0;
    position: inherit;
  }

  .sobreNos img {
    height: 433px;
    object-fit: fill;
    border-radius: 20px;
    width: 100%;
  }
  .sobreNosBtn {
    font-size: 1em;
  }

  .secaoSobreDr {
    padding: 80px 15px 0 15px;
  }
  
  .secaoSobreDr .row {
    gap: 30px;
  }

  .secaoSobreDr .container .row {
    display: block;
  }
  
  .sobreDrImagemContainer {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 18px;
    margin-top: -14px;
  }
  
  .sobreDrConteudo {
    padding: 20px;
  }
  
  .sobreDrTitulo {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .sobreDrTexto p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .sobreDrBotoes {
    flex-direction: column;
    gap: 15px;
  }
  
  .btnLerMais,
  .sobreDrBotoes .btnAgendarConsulta {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 14px;
  }

  /* Galeria - Mobile */
  .galeriaSecao {
    padding: 50px 0;
  }
  
  .galeriaSecao .row {
    display: block;
  }
  
  .galeriaTituloContainer {
    align-items: center;
    text-align: center;
    width: 100%;
    padding-top:0px;
  }

  .galeriaTitulo {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .btnVerTodos {
    padding: 10px 25px;
    font-size: 14px;
  }
  
  .galeriaSwitch {
    margin-bottom: 30px;
  }
  
  .galeriaSwitchBtn {
    font-size: 20px;
    padding: 0 10px;
  }
  
  .galeriaSwitchSeparator {
    font-size: 20px;
    margin: 0 5px;
  }
  
  .galeriaCardImagem,
  .galeriaCardVideo {
    height: 220px;
  }
  
  .galeriaCardLegenda p {
    font-size: 14px;
  }

  .atendimentoParallaxBg {
    height: 160%;
    background-position: -200px -53px;
  }

  .atendimentoParallaxSection {
    padding: 60px 0 60px 0;
  }

  .depoimentos h3 {
    font-size: 1.5em;
  }
  .depoimentos h2 {
    margin-bottom: 60px;
    font-size: 2em;
    font-weight: 600;
    color: var(--fTema2);
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    width: 100px;
  }
  .nav-tabs > li > a {
    width: 100px;
  }
  .depoimentoVideo {
    width: 300px;
    margin-bottom: 20px;
  }
  .tab-content {
    height: 900px;
    padding: 50px 0;
    margin-top: -2px;
    border-top: 1px solid #cacaca;
    border-radius: 20px;
  }

  .formularioEspacamentoDireito {
    padding-right: 0px;
  }
  .formularioEspacamentoEsquerda {
    padding-left: 0px;
  }
  .formularioTitulo {
    font-size: 1.6em;
  }
  .formularioEmail {
    font-size: 1.1em;
  }

  .blogContainer h5 {
    font-size: 1.3em;
  }
  .blogContainer h2 {
    font-size: 2.2em;
  }
  .rodapeCol + .selo {
    text-align: left;
  }
  .newsletterMedicosSection .container90 .row {
    display: block;
  }
  .w80 {
    width: 100%;
  }

  .galeriaConteudoContainer {
    width: 100% !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
.servicoRow:first-child {
    margin-top: 135px;
  }
  .tab-content {
    height: 830px;
  }
}

@media (min-width: 381px) and (max-width: 480px) {
.servicoCard {
    padding: 0 10px;
  }
}

/* MacBook "pequeno" (Air 13", Pro 13") */
@media (max-width: 1280px) {
  .servicoContainer {
    height: 1024px;
  }
}

/* Air/Pro 14" e Air/Pro 15"/16" em escala padrão */
@media (max-width: 1512px) {
  .servicoContainer {
    height: 1024px;
  }
}

/* Pro 16" (1728px) */
@media (max-width: 1728px) {
  .servicoContainer {
    height: 1024px;
  }
}

@media (max-width: 480px) {
.postHeaderSection {
    height: 196px;
  }
  
  .postHeaderTitle {
    font-size: 24px;
  }
  
  .postHeaderMeta {
    flex-direction: column;
    gap: 8px;
  }

  .contatoHeroTitulo {
    font-size: 28px;
  }
    
  .contatoInfoTitulo,
  .contatoFormTitulo {
      font-size: 22px;
  }
  
  .contatoInfoCard {
      padding: 15px;
  }
  
  .contatoInfoIcone {
      width: 45px;
      height: 45px;
      min-width: 45px;
      margin-right: 15px;
  }
  
  .contatoInfoIcone i {
      font-size: 20px;
  }

  .newsletterMedicosTitulo {
      font-size: 24px;
  }
  
  .newsletterMedicosDescricao {
      font-size: 14px;
  }
  
  .g-recaptcha {
      transform: scale(0.75);
  }
  .galeriaConteudoContainer {
    width: 100% !important;
  }
    .w80 {
    width: 100%;
  }

  .galeriaConteudoContainer {
    width: 100% !important;
  }
}

@media (max-width: 380px) {
.tab-content {
    height: 675px;
    padding: 50px 0;
    margin-top: -2px;
    border-top: 1px solid #cacaca;
    border-radius: 20px;
  }

  .galeriaConteudoContainer {
    width: 100% !important;
  }
}

@media max-width: 300px {
.servicoTitulo h5 {
    font-weight: 300;
    font-size: 1.4em;
    color: var(--fTema2);
  }
  .servicoTitulo h1 {
    font-weight: 700;
    font-size: 1.7em;
    color: var(--fTema2);
  }
  .menuIconeWhatsappBanner {
    font-size: 1.1em;
  }

  .servicoCard h4 {
    font-size: 1.2em;
  }

  .servicoCard p {
    font-size: 0.9em;
  }
  .servicoContainer {
    /* height: 450px; */
  }

  .vantagemTitulo h5 {
    font-size: 1.1em;
  }
  .vantagemTitulo h1 {
    font-size: 1.2em;
  }
  .vantagemBtn {
    font-size: 1em;
  }
  .vantagemCard {
    margin-bottom: 20px;
    height: 290px;
  }
  .vantagemCard .vantagemTituloDestaque {
    font-size: 0.9em;
  }
  .vantagemCard p {
    margin-bottom: 7px;
    font-size: 0.9em;
  }

  .vantagemContainer h5 {
    font-size: 1.3em;
  }
  .vantagemContainer p {
    font-size: 1em;
  }
  .vantagemContainer.primeiro {
    height: 380px;
  }
  .vantagemContainer.segundo {
    height: 320px;
  }
  .vantagemContainer.ultimo {
    height: 480px;
  }

  .sobreNos img {
    height: 500px;
    object-fit: fill;
  }
  .sobreNos h3 {
    font-size: 1.4em;
  }
  .sobreNos h2 {
    font-size: 2.4em;
  }
  .sobreNos p {
    font-size: 1em;
  }

  .depoimentos h2 {
    font-size: 1.8em;
  }
  .depoimentoVideo {
    width: 240px;
  }
  .tab-content {
    height: 520px;
    padding: 50px 0;
    margin-top: -2px;
    border-top: 1px solid #cacaca;
    border-radius: 20px;
  }

  .empresaParceira {
    font-size: 1.5em;
  }

  .formularioTitulo {
    font-size: 1.2em;
  }
  .formularioEmail {
    font-size: 0.9em;
  }
  .formularioDescricao {
    font-size: 1em;
  }

  .blogContainer h5 {
    font-size: 1em;
  }
  .blogContainer h2 {
    margin-bottom: 50px;
    font-size: 2em;
  }

  .rodape h5 {
    font-size: 1.3em;
    color: var(--fTema2);
  }
  .rodapeEmail {
    font-size: 0.8em;
    text-wrap: nowrap;
  }
}

@media (max-width: 768px) {
.card-noticia-img {
    height: 180px;
  }
  
  .card-noticia-content h4 {
    font-size: 16px;
    min-height: auto;
  }
  
  /* Remove centralização forçada em mobile */
  .cards-noticias-row > [class*='col-']:nth-last-child(-n+2):nth-child(n+4) {
    margin: 0;
  }

.alert {
        padding: 15px;
    }
    
    .alert h4 {
        font-size: 20px;
    }
    
    .alert p {
        font-size: 14px;
    }

.doenca-item {
        font-size: 14px;
        padding: 8px 20px;
    }
    
    .doencas-scroll {
        gap: 20px;
    }
}

