.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#00000000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:transparent;color:#FFFFFF;font-weight:500;line-height:30px;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#00000000;text-decoration:none;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF;border-radius:5px 5px 5px 5px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#FFFFFF;text-decoration:underline;}.elementor-kit-7 h1{color:#FFFFFF;font-weight:500;}.elementor-kit-7 h2{color:#FFFFFF;font-size:22px;font-weight:500;}.elementor-kit-7 h3{color:#FFFFFF;font-size:18px;}.elementor-kit-7 h4{color:#FFFFFF;}.elementor-kit-7 h5{color:#FFFFFF;}.elementor-kit-7 h6{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation ul.menu li a{color:#FFFFFF;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{line-height:1.1em;}.elementor-kit-7 h2{font-size:20px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.rjm-filtro-cidade {
  text-align: center;
  margin-bottom: 20px;
}

.rjm-filtro-btn {
  background: #eee;
  border: none;
  margin: 0 10px;
  padding: 10px 25px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 20px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rjm-filtro-btn.ativo,
.rjm-filtro-btn:hover {
  background-color: #111;
  color: #fff;
}


.rjm-grid-terapeutas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.rjm-card-terapeuta {
  text-align: center;
  text-decoration: none;
 
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
}

.rjm-card-terapeuta:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.rjm-card-terapeuta img {
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
}

.rjm-card-terapeuta h3 {
  font-size: 18px;
  margin: 0px;
}

.rjm-unidade {
  font-size: 14px
}

.rank-math-answer {
    font-family: 'Montserrat';
    font-weight: 400;
    }

.rank-math-question {
    font-weight:600;
}

.elementor-528:not(.elementor-motion-effects-element-type-background), .elementor-528 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color:#0b0b0b00;
}

.elementor-528 .elementor-element.elementor-element-eca0b60 {
padding-top: 10px;
}

.elementor-posts .elementor-post__excerpt p {
    color: white !important;
    line-height: 28px !important;
    font-size: 16px !important;
}

.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a {
 line-height: 28px !important;
 }
 
.hero-img {
  height: calc(100vh + 250px); /* ↑ aumentamos aqui */
  width: 100%;
  object-fit: cover;
  display: block;
}

.botao-unidade-custom {
  font-family: 'Montserrat', sans-serif;
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.botao-unidade-custom:hover {
  background-color: #444;
}




@media (max-width: 768px) {
  .hero-img {
    height: calc(100vh - 120px); /* permanece o mesmo */
  }
  .rjm-grid-terapeutas{
      grid-template-columns: repeat(2,1fr)
  }
}/* End custom CSS */