@charset "UTF-8";
/* Estilo do site Nucleus */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/** Helpers */
.hidden {
  display: none; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.relative {
  position: relative; }

.inline {
  display: inline; }

.block {
  display: block; }

.img-responsive {
  max-width: 100%;
  height: auto; }

@media (min-width: 992px) {
  .is-md-vertical-aligned {
    display: flex;
    align-items: center; } }

@media (min-width: 1200px) {
  .is-lg-vertical-aligned {
    display: flex;
    align-items: center; } }

.img-border-fade {
  position: relative; }
  .img-border-fade:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0px 0px 10px 10px #fff inset;
    z-index: 999; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 120%; }

h1 {
  color: #a83967; }

/** Grid */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-relative {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 100%; }
  .container-relative:before, .container-relative:after {
    content: " ";
    display: table; }
  .container-relative:after {
    clear: both; }
  @media (min-width: 768px) {
    .container-relative {
      width: 750px; } }
  @media (min-width: 992px) {
    .container-relative {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container-relative {
      width: 1170px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.half {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .half {
      float: left;
      width: 50%; } }

.one-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .one-third {
      float: left;
      width: 33.33333%; } }

[data-animation] {
  opacity: 0; }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes dropDown {
  from {
    opacity: 0;
    max-height: 0; }
  to {
    opacity: 1;
    max-height: 300px; } }

/**
* Cabeçalho
*/
.header {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); }
  .header-info {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee; }
    .header-info ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right; }
      .header-info ul li {
        display: inline-block;
        font-size: 12px;
        padding: 10px 0px 10px 20px;
        color: #555; }
        .header-info ul li a {
          color: inherit;
          text-decoration: none; }
        .header-info ul li .fa {
          color: #5f7bff; }
  .header-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px 0; }
    .header-container:before, .header-container:after {
      content: " ";
      display: table; }
    .header-container:after {
      clear: both; }
    @media (min-width: 768px) {
      .header-container {
        width: 750px; } }
    @media (min-width: 992px) {
      .header-container {
        width: 970px; } }
    @media (min-width: 1200px) {
      .header-container {
        width: 1170px; } }
  .header-logo {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    @media (min-width: 992px) {
      .header-logo {
        float: left;
        width: 25%; } }
    @media (min-width: 992px) {
      .header-logo {
        text-align: left; } }
    .header-logo img {
      max-width: 100%;
      height: auto; }
  .header-nav {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .header-nav {
        float: left;
        width: 75%; } }
    .header-nav-burger {
      display: block;
      background-color: #5f7bff;
      padding: 15px;
      text-align: center;
      color: #fff;
      margin: 15px 0 -20px;
      width: 100%; }
      @media (min-width: 768px) {
        .header-nav-burger {
          display: none; } }
      .header-nav-burger:focus {
        outline: 0; }
    .header-nav-bar {
      display: none;
      list-style: none;
      margin: 30px 0 0;
      padding: 0; }
      .header-nav-bar.is-active {
        display: block; }
      @media (min-width: 768px) {
        .header-nav-bar {
          text-align: center;
          display: block; } }
      @media (min-width: 992px) {
        .header-nav-bar {
          text-align: right;
          margin: 0; } }
      .header-nav-bar > li {
        display: block;
        border-bottom: 1px solid #eee; }
        @media (min-width: 768px) {
          .header-nav-bar > li {
            display: inline-block;
            border: 0; } }
        .header-nav-bar > li a {
          display: block;
          padding: 15px 15px;
          color: #5f7bff;
          font-size: 14px;
          text-decoration: none;
          text-transform: uppercase; }
        .header-nav-bar > li:hover > a, .header-nav-bar > li.active > a {
          background-color: #5f7bff;
          color: #fff; }

/**
* Banner
*/
.banner {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); }
  .banner-item {
    height: 500px;
    width: 100%;
    background-size: cover;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-position: bottom; }
  .banner-caption {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1170px;
    width: 100%; }
  .banner-title, .banner-subtitle {
    margin: 0 0 50px;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
    line-height: 120%; }
  .banner-title {
    font-weight: bold;
    font-size: 54px; }
  .banner-subtitle {
    font-size: 36px;
    font-weight: 300; }
  .banner-cta {
    margin: 0; }

/**
* Destaques
*/
.features {
  margin-top: -150px; }
  .features-column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    padding: 20px 30px;
    min-height: 300px; }
    @media (min-width: 992px) {
      .features-column {
        float: left;
        width: 33.33333%; } }
    .features-column:nth-child(1) {
      background-color: #0022c5;
      border-bottom: 5px solid #001eac; }
    .features-column:nth-child(2) {
      background-color: #133cff;
      border-bottom: 5px solid #0027df; }
    .features-column:nth-child(3) {
      background-color: #5f7bff;
      border-bottom: 5px solid #133cff; }
    .features-column h2 {
      font-weight: 300;
      font-size: 16px; }
    .features-column p {
      font-size: 14px;
      line-height: 140%; }
    .features-column h2 {
      text-transform: uppercase; }
      .features-column h2:after {
        height: 2px;
        width: 30px;
        background-color: #FFF;
        content: "";
        display: block;
        margin: 5px 0px 30px; }
    .features-column-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .features-column-list li {
        padding: 0 0;
        line-height: 140%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .features-column-list li:before {
          content: "- "; }

.main {
  min-height: 100vh; }

/**
* Home
*/
.home-article, .home-about {
  padding: 50px 0; }
  .home-article h2, .home-about h2 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase; }
    .home-article h2:after, .home-about h2:after {
      height: 5px;
      width: 100px;
      background-color: #5f7bff;
      content: "";
      display: block;
      margin: 20px auto 30px; }

.home-article {
  background-color: #eee; }
  .home-article-column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .home-article-column {
        float: left;
        width: 33.33333%; } }

.home-about-picture {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .home-about-picture {
      float: left;
      width: 25%; } }

.home-about-desc {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .home-about-desc {
      float: left;
      width: 75%; } }

/**
* Rodapé
*/
.footer {
  background-color: #000313;
  color: #fff;
  font-size: 14px;
  padding: 50px 0; }
  .footer-about, .footer-nav, .footer-info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .footer-about, .footer-nav, .footer-info {
        float: left;
        width: 33.33333%; } }
    .footer-about h2, .footer-nav h2, .footer-info h2 {
      font-size: 18px;
      text-transform: uppercase; }
      .footer-about h2:after, .footer-nav h2:after, .footer-info h2:after {
        width: 50px;
        height: 5px;
        background-color: #5f7bff;
        content: '';
        display: block;
        margin: 5px 0 30px; }
    .footer-about h3, .footer-nav h3, .footer-info h3 {
      font-size: 16px; }
    .footer-about a, .footer-nav a, .footer-info a {
      color: inherit; }
  .footer-nav-bar {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-nav-bar li {
      display: inline-block;
      margin: 0 0 4px 0; }
      .footer-nav-bar li a {
        display: block;
        padding: 10px 15px;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 14px;
        text-decoration: none; }
  .footer address {
    font-style: normal; }
  .footer-copyright {
    margin: 50px 0 -50px;
    background-color: #00082c; }
    .footer-copyright p {
      font-size: 12px;
      text-align: center;
      padding: 20px 0;
      margin: 0; }

/**
* Buttons
*/

.button {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #555;
  background-color: #eee; }
  .button.is-outline {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent; }
    .button.is-outline:hover {
      background-color: #fff;
      color: #5f7bff; }
  .button.is-primary {
    background-color: #5f7bff;
    color: #fff; }
  .button.is-rounded {
    border-radius: 15px; }

/**
* Input
*/
.input {
  display: block;
  padding: 10px;
  width: 100%;
  border: 0; }
  .input-group {
    margin: 0 0 10px; }
  .input.is-outline {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent; }

/**
 * Accordion
 */
.accordion > h2, .accordion h3 {
  cursor: pointer;
  margin: 0;
  padding: 15px;
  user-select: none; }
  .accordion > h2:before, .accordion h3:before {
    display: inline-block;
    content: "+";
    transition: all 0.5s ease;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold; }
  .accordion > h2.is-active:before, .accordion h3.is-active:before {
    transform: rotate(45deg);
    transition: all 0.5s ease; }

.accordion > h2 {
  background-color: #5f7bff;
  color: #fff;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 300; }
  .accordion > h2:hover {
    background-color: #002bf8; }

.accordion h3 {
  background-color: #eee;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #ddd; }

.accordion-level {
  display: none;
  padding: 10px 15px; }
  .accordion-level.is-active {
    display: block; }

/**
  * Box
  */
.box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin: 10px; }
  .box-wrapper {
    margin-left: -10px;
    margin-right: -10px; }
    .box-wrapper-half {
      display: grid;
      grid-template-columns: 50% 50%; }
  .box-title {
    color: #5f7bff;
    font-size: 22px;
    border-bottom: 2px solid #eee;
    padding: 0 0 20px;
    margin: 0 0 20px; }

/**
 * Gallery
 */
.gallery img {
  max-width: 100%;
  height: auto; }

.gallery-cover {
  background-color: #eee;
  text-align: center;
  padding: 20px; }
  .gallery-cover-caption {
    margin: 0;
    font-size: 16px;
    color: #fff;
    background-color: #5f7bff;
    padding: 10px;
    margin: 20px -20px -20px; }

.gallery-items {
  list-style: none;
  margin: 20px 0;
  padding: 0; }
  .gallery-items li {
    display: inline-block;
    padding: 2px;
    border: 1px solid #eee;
    opacity: 0.7; }
    .gallery-items li:hover {
      opacity: 1;
      background-color: #5f7bff; }

/**
* Dropdown
*/
.has-dropdown {
  position: relative; }
  @media (min-width: 768px) {
    .has-dropdown:hover .dropdown {
      display: block;
      animation: dropDown 1s;
      opacity: 1; } }
  .has-dropdown.is-active .dropdown {
    display: block;
    opacity: 1; }
  .has-dropdown > a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    margin-left: 5px; }
  .has-dropdown .dropdown {
    display: none;
    left: 0;
    min-width: 100%;
    width: 200px;
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.2);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.2);
    opacity: 0; }
    @media (min-width: 768px) {
      .has-dropdown .dropdown {
        position: absolute;
        top: 100%;
        z-index: 20; } }
    .has-dropdown .dropdown li {
      display: block;
      border-top: 1px solid #eee; }
      .has-dropdown .dropdown li a {
        display: block;
        text-align: left; }
        .has-dropdown .dropdown li a:hover {
          color: #5f7bff;
          background-color: #eee; }

/**
 * Page
 */
.page-header {
  padding: 35px;
  background-image: url(../images/banner1.jpg);
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 5px 5px rgba(51, 51, 51, 0.15); }

.page-title {
  color: #fff; }
  .page-title:after {
    width: 50px;
    height: 5px;
    background-color: #5f7bff;
    content: '';
    display: block;
    margin: 15px 0 0px; }

.page-content {
  padding: 30px 0; }

/**
 * Corpo Clinico
 */
@media (min-width: 768px) {
  .profile-list {
    columns: 2;
    margin-left: -15px;
    margin-right: -15px; } }

.profile-item {
  padding: 15px; }

.profile-name {
  color: #5f7bff;
  font-size: 22px;
  border-bottom: 2px solid #eee;
  padding: 0 0 20px;
  margin: 0 0 20px; }

.profile-desc {
  padding: 0 20px 20px 0;
  margin: 0 0 20px;
  overflow: hidden;
  font-size: 14px; }

.profile-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 30px; }

.profile-picture {
  float: right;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  box-shadow: 0 0 20px #ddd; }
  .profile-picture img {
    margin: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto; }

.profile-exp {
  padding: 0;
  margin: 0;
  position: relative; }
  .profile-exp:before {
    content: "";
    display: block;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 9px;
    background-color: #eee;
    position: absolute; }
  .profile-exp li {
    list-style: none;
    position: relative;
    padding: 20px 20px 20px 30px; }
    .profile-exp li:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-color: #5f7bff;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }

@supports not (flex-wrap: wrap) {
  .profile-list {
    display: block; }
  .profile-item {
    display: inline-block;
    vertical-align: top; } }

/**
  * Contato
  */
.contact {
  margin-left: -15px;
  margin-right: -15px; }
  .contact:before, .contact:after {
    content: " ";
    display: table; }
  .contact:after {
    clear: both; }
  .contact-map {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .contact-map {
        float: left;
        width: 50%; } }
    .contact-map address {
      font-size: 14px; }
    .contact-map iframe {
      width: 100%; }
  .contact-form {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .contact-form {
        float: left;
        width: 50%; } }
  .contact h2 {
    color: #5f7bff;
    font-weight: 300; }
    .contact h2:after {
      width: 50px;
      height: 2px;
      background-color: #5f7bff;
      content: '';
      display: block;
      margin: 5px 0 0px; }

/** 
 * Form 
 */
.field {
  margin: 0 0 10px; }
  .field label {
    font-size: 14px;
    font-weight: bold; }

.input, .textarea {
  padding: 10px;
  width: 100%;
  display: block;
  border: 1px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4; }
  .input:focus, .textarea:focus {
    border-bottom: 2px solid #5f7bff;
    outline: 0; }

/**
  * Media
  */
.external_link {
  text-decoration: none;
  color: #fff;
  font-size: 14px; 
}
.external_link:hover {
  text-decoration: underline;
}

/**
  * Corpo clínico
  */

.doctor-cards-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.doctor-card {
  display: block;
  width: 100%;
  max-width: 48rem;
  min-height: 300px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: box-shadow 0.3s ease;
}

.doctor-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  flex-grow: 1;
}

.profile-image {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #5f7bff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.initials {
  width: 100%;
  height: 100%;
  background-color: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2563eb;
}

.doctor-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}

.doctor-name {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2563eb;
  margin: 0;
}

.crm {
  font-size: 1rem;
  color: #4b5563;
  font-weight: 700;
}

.education {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}

.specialty-section {
  padding-top: 0.5rem;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 0.5rem;
}

.specialty-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.specialty-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.specialty-dot {
  width: 0.75rem;
  height: 0.75rem;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #2563eb;
  border-radius: 50%;
}

.specialty-text {
  font-size: 1rem;
  color: #6b7280;
}

/* Responsividade */
@media (max-width: 640px) {
  .container {
    flex-direction: column;
    gap: 1rem;
  }

  .doctor-card {
    max-width: 100%;
  }
}