@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  font-family: "Inter", sans-serif;
}

.btns {
  padding: 13px 30px;
  border-radius: 34px;
  gap: 8px;
  background: #9a7949;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-decoration: none;
}

.btns svg {
  margin-right: 4px;
}

.btn3{
  background: #9A7949;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 13px 0;
    text-decoration: none;
    border-radius: 5px;
}

.title {
  font-family: "Bitter";
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #25476b;
}

img {
  max-width: 100%;
}

/* header */

header {
  background: #1f3b59;
}
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  padding: 0 !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
  padding-right: 48px !important;
}
.navbar-nav .active:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s;
}

.navbar-nav .active:after {
  width: 100%;
}

/* banner */

.banner-full img {
  width: 100%;
}

.container-banner {
  overflow: hidden;
}

.banner-text {
  position: absolute;
  top: 140px;
  left: 10%;
  transform: translateX(-100%);
  color: white;
  opacity: 0;
  transition: transform 1s, opacity 1s;
  z-index: 12;
}

.hidden {
  opacity: 0;
}

.banner-text span {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: left;
}

.banner-text h1 {
  font-size: 90px;
  font-weight: 600;
  line-height: 85px;
  letter-spacing: -0.05em;
  text-align: left;
  margin-bottom: 0;
}

.banner-text p {
  font-family: "Bitter";
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 54px;
}

/* sobre */

.sobre {
  margin-top: 48px;
  margin-bottom: 64px;
}

.sobre-mim {
  border-radius: 12px;
  gap: 10px;
  opacity: 0.98px;
  background: #284c72;
  padding: 32px 48px 48px 48px;
  max-width: 745px;
  width: 100%;
  color: #fff;
}
.text-right h2 {
  font-family: "Bitter";
  font-size: 48px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
}

.text-right p {
  font-family: "Bitter";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.formacao {
  background: #f5f2ed;
  padding: 48px 59px;
  max-width: 745px;
  width: 100%;
  border-radius: 12px;
}

.formacao h2 {
  color: #25476b;
  font-family: "Bitter";
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
}

.formacao p {
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.container-sobre {
  position: relative;
}

.text-right {
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.foto-left img {
  max-width: 100%;
}

/* tratamentos */

.tratamentos {
  padding-bottom: 119px;
}

.img-tratamento {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
}

.box-tratamentos {
  padding-top: 48px;
}

.colunas-tratamento h4 {
  font-family: "Inter";
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #4b5d70;
}

.colunas-tratamento p {
  font-family: "Bitter";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  max-width: 373px;
  width: 100%;
}

.colunas-tratamento:not(:nth-child(-n + 3)) {
  margin-top: 60px;
}

/* atendimento banner */

.atendimentos-banner {
  position: relative;
  margin-bottom: 64px;
}

.atendimentos-banner img {
  height: 584px;
  width: 100%;
}
.textos-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textos-absolute p {
  font-family: "Bitter";
  font-size: 53px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

/* atendimentos */

.atendimentos {
  padding-bottom: 40px;
}

.atendimentos h2 {
  margin-bottom: 48px;
}

.descricao-atendimento p {
  font-family: "Bitter";
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: center;
}

.colunas-atendimento h4 {
  font-family: "Inter";
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #4b5d70;
  margin-top: 16px;
  text-align: center;
}

.colunas-atendimento {
  opacity: 0.5;
  cursor: pointer;
}

.container-atendimento {
  position: relative;
  padding-bottom: 160px;
}

.colunas-atendimento.clicked {
  opacity: 1; /* Opacidade total para a div clicada */
}

.descricao-atendimento {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow: auto;
  z-index: 1;
}

.colunas-atendimento.clicked .descricao-atendimento {
  display: block;
}

/* depoimentos */

.depoimentos {
  background: #f5f2ed;
}

.container-depoimentos h2 {
  padding-top: 64px;
  padding-bottom: 48px;
}

.carrossel-depoimentos {
  padding-bottom: 80px;
}

/* ultimos posts */
.ultimos-posts {
  background: #f4f4f4;
  padding-bottom: 80px;
  padding-top: 64px;
}

.ultimos-posts .title {
  padding-bottom: 48px;
}

.img-home-box img {
  max-width: 395px;
  width: 100%;
  object-fit: cover;
  max-height: 377px;
}

.date-home {
  font-family: "Bitter";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f3b59;
  margin-top: 16px;
}

/* frase rodape */

.frase-rodape p {
  padding-top: 60px;
  font-family: "Bitter";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #284c72;
  margin-bottom: 24px;
}

.frase-rodape span {
  display: block;
  padding-bottom: 68px;
  font-family: "Bitter";
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #284c72;
}

/* footer */

footer {
  background: #1f3b59;
  color: #fff;
}

.container-footer {
  padding-top: 48px;
  padding-bottom: 48px;
}

.navbar-footer {
  list-style: none;
  text-align: left;
  padding-left: 0 !important;
}

.nav-item-footer {
  margin-bottom: 16px;
}

footer h6 {
  font-family: "Inter";
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 18px;
}

footer .col {
  text-align: left;
}

.infos.redes-sociais {
  display: flex;
  gap: 15px;
}
.infos-contato a,
.infos-contato span {
  margin-left: 8px;
}

.infos span,
.infos a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #fff;
  margin-bottom: 16px;
}

.infos {
  margin-bottom: 18px;
}

.info-contato {
  text-align: left;
}

.infos-consulta {
  text-align: left;
}

.footer-btn {
  background: #fff;
  color: #1f3b59;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  padding: 9px 15px;
  border-radius: 23px;
  text-decoration: none;
  margin-top: 32px;
}

.btn-footer {
  margin-top: 32px;
}

.top-card {
  display: flex;
  gap: 5px 8px;
}

.card {
  padding: 17px 17px 17px 32px;
}

.foto-card {
  width: 68px;
  height: 68px;
}

.info-top-card {
  text-align: left;
}

.info-top-card h6 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
}

.info-top-card span {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #627282;
}

.stars {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 4px;
}

.card-body {
  margin-top: 12px;
  padding: 0;
  text-align: left;
}

.btn-doctoralia {
  background: #3d83df;
  text-decoration: none;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  color: #fff;
  display: block;
  padding: 9px 0;
  border-radius: 2px;
  margin-bottom: 15px;
}

.card-body span {
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #627282;
}

.card-text,
.card-text a {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

.card-text a {
  color: #627282;
}

.signature {
  background-color: #333333;
  color: #fff;
}

.container-sig {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.whats-flutuante {
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 20;
}

.cookies {
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
}

.cookies-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.cookies p {
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

.btns2 {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 10px 23px 10px 23px;
  border-radius: 5px;
  border: 1px solid #fff;
  gap: 10px;
  background: transparent;
  color: #fff;
}

.btn-sobre-mobile {
  display: none;
}

.mobile {
  display: none;
}

.desk {
  display: block;
}

#expandirSobreMim {
  display: none;
}
.order-sm-1 {
  order: 4 !important;
}

.order-sm-2 {
  order: 3 !important;
}

.order-sm-3 {
  order: 1 !important;
}

.order-sm-4 {
  order: 2 !important;
}

.menos {
  display: none;
}

/* single */

.title-desc-interna2 {
  font-family: "Bitter";
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  color: #2d3844;
  margin-bottom: 24px;
}

.mobile-box-interna .date {
  font-family: "Bitter";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f3b59;
  margin-bottom: 4px;
}

.img-desc-interna img {
  height: auto;
}

.post-page p,
.post-page a,
.post-page li {
  color: #2d3844;
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  word-wrap: break-word;
}

.post-page {
  margin-bottom: 16px;
  margin-top: 32px;
}

.title-sidebar-interna {
  color: #1f3b59;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

.sidebar-cat-interna {
  display: flex;
  gap: 8px;
  align-items: center;
}

.post-single {
  margin-bottom: 61px;
}

.veja-mais {
  background: #f4f4f4;
  padding-bottom: 80px;
}

.title-single {
  color: #1f3b59;
  font-family: "Bitter";
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 64px;
  padding-bottom: 48px;
}

.single-box {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 32px;
}

.descricao-single {
  width: 100%;
  position: relative;
}

.img-desc-interna-box img {
  max-height: 377px;
  width: 100%;
  object-fit: cover;
}

.date-interna {
  margin-top: 16px;
  font-family: "Bitter";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  color: #1f3b59;
  text-align: left;
  margin-bottom: 8px;
}

.title-desc-interna {
  font-family: "Bitter";
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #2d3844;
  margin-bottom: 8px;
}

.desc-interna {
  margin-bottom: 24px;
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: justify;
  color: #3a4857;
}

.reading {
  color: #1f3b59;
  text-decoration: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
}

/* busca */

.box_gray {
  height: 160px;
  width: 100%;
  background: #224d7c;
  margin: auto;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.botao_procura {
  position: absolute;
  left: 10px;
  top: 16px;
}
.botao_procura svg {
  position: absolute;
  left: -7px;
  width: 50px !important;
}

.busca .botao_procura input::placeholder {
  margin-left: 40px;
}

.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.busca .botao_procura input {
  width: 35px;
  height: 100%;
  border: none;
  background: transparent;
  border-radius: 5px;
  padding: 0;
  position: relative;
}
.busca .botao_procura input:focus-visible {
  outline: none;
}
.busca .botao_procura svg {
  position: absolute;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: right;
  font-size: 1.2rem;
  left: 0;
}
.busca input.search-field {
  border: none;
  padding: 20px 0 20px 65px;
  border-radius: 6px;
}
.busca input.search-field {
  width: 100%;
}

.search-form label {
  width: 100%;
}

/* page-search */

.contador {
  margin-bottom: 79px;
  padding-top: 20px;
  color: #5e5e5e;
  font-family: "Inter";
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.contador em {
  text-transform: capitalize;
}

/* page-category */

.title-category {
  margin-bottom: 32px;

  font-family: "Bitter";
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: center;
  color: #284c72;
}

.img-desc-cat img {
  max-height: 300px;
  max-width: 100%;
}

.date-cat {
  font-family: "Bitter";
  font-size: 14px;
  margin-top: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  color: #1f3b59;
  text-align: left;
  margin-bottom: 8px;
}

.descricao-cat {
  margin-bottom: 48px;
}
.title-cat {
  color: #2d3844;
  font-family: "Bitter";
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}

.cat-desc {
  color: #3a4857;
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: justify;
  margin-bottom: 24px;
}

.busca input.search-field:focus-visible {
  outline: none;
}

@media (max-width: 1400px) {
  .sobre-mim, .formacao{
    max-width: 645px;
  }
}

@media (min-width:992px) and (max-width: 1200px) {
  .sobre-mim, .formacao{
    max-width: 545px;
  }
  .text-right{
    top: -13px;
  }

  .tratamentos{
    padding-top: 100px;
  }
}


@media (max-width: 1215px) {
  .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
    padding-right: 25px !important;
  }
}

@media (max-width: 1024px) {
  .cookies-cont {
    gap: 14px;
    flex-direction: column;
  }

  .cookies-cont p {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
    padding-right: 0 !important;
  }

  .navbar-nav {
    padding-top: 48px;
    gap: 17px;
    text-align: center;
    align-items: end !important;
    justify-content: end;
    display: flex;
   
  }

  /* single */

  .single-box {
    flex-wrap: wrap;
  }

  .img-sidebar img {
    width: 100%;
  }
  .title {
    font-family: "Bitter";
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
  }
  .banner-text span {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
  }

  .banner-text h1 {
    font-size: 49px;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: 0em;
  }

  .banner-text p {
    font-size: 21px;
    margin-top: 14px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
  }
  .sobre {
    padding-top: 32px;
    background: #eef0f2;
    margin-bottom: 0;
    padding-bottom: 48px;
    margin-top: 0;
  }

  .navbar-toggler {
    border-radius: 0;
    height: 53px;
    position: relative;
  }

  .box-mobile-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-evenly;
    border-left: 1px solid #fff;
    padding-left: 27px;
  }

  .btn-sobre-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .text-right {
    position: inherit;
    display: flex;
    align-items: center;
  }
  .container-atendimento {
    padding-bottom: 0;
  }

  .foto-left {
    display: none;
  }

  .container-sobre {
    position: inherit;
  }

  .quem-sou,
  .minha-form {
    margin-bottom: -3px;
  }

  .text-right {
    gap: 0;
  }

  .formacao,
  .sobre-mim {
    display: none;
  }

  .desk {
    display: none;
  }

  .text-right h2 {
    font-family: "Bitter";
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
  }

  .text-right p {
    font-family: "Bitter";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  .sobre-mim {
    padding: 32px 24px;
  }

  .box-tratamentos {
    flex-wrap: nowrap !important;
    overflow: auto;
    gap: 16px;
    padding: 0 16px;
    padding-bottom: 20px;
    margin-top: 24px;
  }
  .colunas-tratamento:not(:nth-child(-n + 3)) {
    margin-top: 0;
  }

  .tratamentos {
    padding-bottom: 58px;
    background: #eef0f2;
  }

  .atendimentos-banner {
    margin-bottom: 0;
  }

  .atendimentos {
    background: #eef0f2;
    padding-bottom: 25px;
  }


  .container-depoimentos h2 {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .colunas-tratamento {
    background: #fff;
    height: 500px;
    padding: 12px 12px 16px 12px;
    border-radius: 12px;
    gap: 8px;
    overflow: auto;
    max-width: 240px;
  }

  .colunas-tratamento h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
  }

  .img-tratamento img {
    max-width: 114px;
    max-height: 114px;
  }

  .textos-absolute p {
    font-family: "Bitter";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
  }

  .atendimentos-banner img {
    height: 385px;
    object-fit: fill;
    object-position: center;
  }

  .descricao-atendimento {
    display: block;
    position: inherit;
    transform: none;
    overflow: hidden;
  }

  .colunas-atendimento {
    opacity: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .descricao-atendimento p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    max-width: 296px;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 120px;
    transform: translateY(-50%);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: transparent !important;
    outline: none !important;
    background: transparent !important;
    cursor: pointer;
    display: none;
  }

  .slick-prev:before,
  .slick-next::before {
    display: none !important;
  }

  .slick-prev {
    left: -4px;
  }

  .slick-next {
    right: 15px;
  }

  .title-h4 {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: left;
    max-width: 296px;
  }

  .slick-slide img {
    display: block;
    height: 244px;
    width: 296px;
  }

  .frase-rodape p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding-top: 48px;
  }

  .frase-rodape span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding-bottom: 48px;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .banner-text {
    display: none;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .container-row .row {
    gap: 48px;
  }

  #expandirSobreMim {
    display: block;
  }

  .botao-expande {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
  }

  .expandida {
    max-height: 435px; /* Defina a altura máxima inicial */
    overflow: hidden; /* Para ocultar o conteúdo excedente */
    transition: max-height 0.3s ease;
  }

  .expandida p {
    margin-bottom: 0;
  }

  /* single */
  .veja-mais {
    background-color: #fff;
  }

  .title-single {
    text-align: left !important;
    padding-top: 0px;
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  /* page-category */

  .date-cat {
    order: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
  }

  .title-cat {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px;
    line-height: 21px;
  }

  .descricao-cat {
    margin-bottom: 20px;
  }

  /* ultimos posts */

  .ultimos-posts {
    background: #eef6ff;
  }

  .desc-interna .title-home2 {
    font-family: "Bitter";
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left !important;
    color: #363636;
  }
  .img-home-box img {
    max-width: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .title-home {
    font-family: "Bitter";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #2d3844;
  }

  .desc-mob-home {
    background: #fff;
    padding: 1px 12px 24px 12px;
    box-shadow: 2px 4px 6px 0px #0000001a;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .mobile {
    display: block;
  }
  .carrossel-depoimentos{
    padding-bottom: 28px;
  }
  .ultimos-posts{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ultimos-posts .title{
    padding-bottom: 24px;
  }
}



@media (min-width: 993px) and (max-width: 1080px) {
  .img-atendimento img {
    height: 170px;
  }
}

@media (min-width: 991px) and (max-width: 1439px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .card {
    width: 100% !important;
  }
}

/* blog */

.breadcrumbs_cat p a,
.breadcrumbs_cat p {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #777778;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 40px;
}

.left-box .descricao img {
  max-width: 840px;
  width: 100%;
  max-height: 443px;
  height: 100%;
  object-fit: cover;
}

.left-box .descricao .date {
  font-family: "Bitter";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f3b59;
  margin-top: 8px;
  margin-bottom: 16px;
}

.left-box .descricao h2 {
  color: #2d3844;
  font-family: "Bitter";
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
}

.left-box .descricao p {
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #3a4857;
}

.left-box .descricao {
  margin-bottom: 48px;
}

.right-box .posts .l-post img {
  max-width: 130.54px;
  max-height: 104px;
}

.title-sidebar {
  font-family: "Inter";
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: #2d3844;
  margin-bottom: 24px;
}

.hr {
  margin-top: 48px;
  margin-bottom: 40px;
}

.lista-cat {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lista-cat .cat-item {
  list-style: none;
}

.lista-cat .cat-item a {
  text-decoration: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 4px 10px;
  background: #9a7949;
  border-radius: 3px;
}

.right-box .posts {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 17px;
  text-decoration: none;
}

.right-box .recent-posts a {
  text-decoration: none;
}

.right-box .posts .r-post p {
  color: #1f3b59;
  font-family: "Bitter";
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
}

.right-box .posts .r-post h2 {
  color: #2d3844;
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.img-sidebar {
  margin-bottom: 40px;
}

.social-midias .redes-sociais {
  display: flex;
  gap: 15px;
}

.desk-hidden {
  display: none;
}

.mob-hidden {
  display: block;
}

@media only screen and (max-width: 992px) {

  .banner-atend{
    display: flex;
    flex-direction: column;
  }

  .atendimentos-banner{
    order: 1;
  }

  .atendimentos{
    order: 0;
  }

  .title-sidebar-mob {
    color: #284c72;
    font-family: "Bitter";
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
  }

  .mob-hidden {
    display: none;
  }
  /* Reorganizar a ordem das colunas */
  .col-lg-4 {
    order: -1; /* Coluna com últimas postagens primeiro */
  }

  .col-lg-8 {
    order: 2; /* Coluna com posts em segundo lugar */
  }

  .page-search .right-box {
    display: none; /* Coluna com últimas postagens primeiro */
  }

  .page-search .col-lg-8 {
    order: -1; /* Coluna com posts em segundo lugar */
  }

  .page-search .left-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hidden {
    display: none;
  }

  .l-post,
  .img-desc .img-desc-interna-box,
  .descricao-cat {
    width: 100%;
    position: relative;
  }

  .l-post::before,
  .img-desc::before,
  .img-desc-interna-box::before,
  .img-desc-cat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cor do overlay com transparência */
  }

  .r-post {
    display: flex;
    flex-direction: column; /* Altera a direção do flexbox para coluna */
  }

  .title-mob {
    order: 1; /* Título primeiro */
  }

  .date-mob {
    order: 2; /* Data em segundo lugar */
    margin-bottom: 15px !important;
  }

  .right-box .posts .l-post img {
    max-width: 100%;
    width: 100%;
    max-height: 330px;
    height: 100%;
    object-fit: cover;
  }

  .posts {
    position: relative !important;
  }

  .r-post {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .right-box .posts .r-post h2 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .right-box .posts .r-post p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }

  .desk-hidden {
    display: flex;
  }

  .lista-cat {
    order: 3;
  }

  .lista-cat2 {
    order: 3;
    flex-direction: column;
  }

  .img-sidebar {
    margin-top: 30px;
  }

  .lista-cat .cat-item a {
    font-size: 13px;
    font-weight: 400;
  }
  .posts a {
    display: block;
    width: 100%;
  }

  .lista-cat2 .cat-item a {
    font-size: 16px;
    font-weight: 500;
  }

  .hr2 {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .left-box .descricao {
    position: relative;
  }

  .mobile-box {
    display: flex;
    flex-direction: column;
  }

  .sidebar-cat {
    flex-direction: column;
  }

  .mobile-box {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
  }

  .title-desc {
    order: 1;
  }

  .date {
    order: 2;
  }

  .left-box .descricao h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    margin-bottom: 5px;
  }

  .descricao .desc-permalink {
    display: block;
    width: 100%;
  }

  .left-box .descricao .date {
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
  }

  .date-interna {
    order: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
  }

  .title-desc-interna {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
  }

  .title-desc-interna2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
  }

  .hr3 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .veja-mais {
    padding-bottom: 0;
  }

  .contador {
    margin-bottom: 40px;
  }
}

.box_top {
  background: #fff !important;
  border-radius: 8px;
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 20px;
  height: 130px;
}

.box_top .busca input.search-field {
  border: 1px solid #9bb1c8;
  height: 48px;
  padding: 20px 0 20px 56px;
}

.box_top .botao_procura {
  top: 15px;
}
#modal-busca .busca {
  padding: 20px;
}

.box_top .busca input.search-field::placeholder {
  color: #9bb1c8;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}

#modal-busca {
  padding-bottom: 10px;
  display: none;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
