/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
body .span-h1 {
  font-family: "Poppins", sans-serif;
}

.poppins-400 {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* FONTS */

/* EXTRAS */

.agendarConsulta {
  background-color: #00a949;
  width: 400px;
  height: 70px;
  position: fixed;
  bottom: 70px;
  left: 0;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-160px);
  transition: 0.5s all, opacity 0.3s ease;
  z-index: 11;
  cursor: pointer;
  opacity: 1;
}

.agendarConsulta svg {
  width: 30px;
  margin: 20px;
  filter: invert(87%) sepia(86%) saturate(3805%) hue-rotate(183deg)
    brightness(125%) contrast(101%);
  transition: 0.7s all;
  transform: scale(1.3);
}

.agendarConsulta label {
  font-size: 17px;
  color: white;
  cursor: pointer;
  right: 30;
}

.agendarConsulta svg:hover {
  transform: scale(1.5);
}

.agendarConsulta.slide {
  transform: translateX(-10%);
}

.button-carrousel {
  background-color: #563bd1;
  color: white;
  text-decoration: none;
  width: 60px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  cursor: pointer;
  font-weight: bold;
}

.button-carrousel:hover {
  background-color: #563bd1d6;
  color: white;
  text-decoration: none;
  width: 60px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  cursor: pointer;
  transform: scale(1.03);
  font-weight: bold;
}

.text-roxo {
  color: #563bd1;
}

.text-azul {
  color: #0384ce;
}

.text-cinza {
  color: #666;
}

.text-verde {
  color: #00a949;
}

.benefit-card-2 {
  background-color: transparent;
  /* border: 1px solid #1c1c1c; */
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 25%);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: left;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.benefit-card-2 i {
  font-size: 2rem;
  color: #0384ce;
  margin-bottom: 15px;
  display: block;
}

.benefit-card-2 h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
}

.benefit-card-2 p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
}

.benefit-card-2:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px #5f54fd29;
  border-bottom: 4px solid #0384ce;
}

.benefit-card-2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.benefit-card-2:hover::before {
  opacity: 1;
}

.wp-block-search__label {
  display: none !important;
}

.col-12.d-flex.justify-content-center {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 30px !important;
}

.col-12.d-flex.justify-content-center.posts-sidebar-page {
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 0px !important;
}

.page-numbers {
  font-size: 1.4rem;
  padding: 5px 11px;
  color: #0384ce;
  border: 1px solid #fdeeee;
  text-decoration: none;
  white-space: nowrap;
}

.page-numbers:hover {
  text-decoration: none;
}

.page-numbers.current {
  color: #00a949;
}

@media (max-width: 576px) {
  .page-numbers {
    font-size: 1rem;
    padding: 4px 8px;
  }
}

.cta-bloco {
  background: #ffffff;
  padding: 25px;
  margin: 40px 0;
  border-radius: 12px;
  text-align: center;
}

.cta-bloco .cta-titulo {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-bloco .cta-texto {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #555;
}

.cta-botoes {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: white !important;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.cta-btn i {
  font-size: 1.1rem;
}

.cta-btn.whatsapp {
  background: #25d366;
}

.cta-btn.whatsapp:hover {
  background: #1ebe5b;
}

.cta-btn.telefone {
  background: #007bff;
}

.cta-btn.telefone:hover {
  background: #0069d9;
}

.categories-limited a,
.categories-all a {
  text-decoration: none;
}

.categories-limited a:hover,
.categories-all a:hover {
  text-decoration: underline;
}

.btn-primary {
  background-color: #0384ce !important;
  color: white !important;
  border: 2px solid #0384ce !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.btn-primary:hover {
  background-color: #42b3e5 !important;
  color: white !important;
  border: 2px solid #42b3e5 !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  transform: scale(1.02);
  transition: ease all 0.3s;
}

.btn-dark {
  background-color: transparent !important;
  color: #0384ce !important;
  border: 2px solid #0384ce !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.btn-dark:hover {
  background-color: #0384ce !important;
  color: white !important;
  border: 2px solid #0384ce !important;
  border-radius: 0px !important;
  transform: scale(1.02);
  transition: ease all 0.3s;
}

.btn-white {
  background-color: transparent !important;
  color: white !important;
  border: 2px solid white !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.btn-white:hover {
  background-color: white !important;
  color: #0384ce !important;
  border: 2px solid white !important;
  border-radius: 0px !important;
  transform: scale(1.02);
  transition: ease all 0.3s;
}

.sombra {
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
}

.articles-div-imagem {
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  overflow: hidden;
  text-decoration: none;
  color: white;
}

.articles-div-imagem .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1;
  transition: background-color 0.3s ease;
}

.articles-div-imagem .card-link-wrapper {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: white;
  display: block;
  height: 100%;
}

.articles-div-imagem .card-title,
.articles-div-imagem .card-category span {
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.articles-div-imagem:hover .card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
}

.articles-div-imagem:hover {
  transform: scale(1.01);
  transition: ease all 0.4s;
}

.articles-div-imagem:hover .card-category span {
  color: #0384ce !important;
  padding: 2px;
}

.category-sidebar {
  color: #563bd1;
  opacity: 0.8;
}

.featured-article .card {
  border: none !important;
  border-radius: 5px;
  overflow: hidden;
  background: transparent !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
}

.featured-article .card:hover {
  transform: translateY(-6px) scale(1.02);
  /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15); */
  transition: transform 0.5s ease;
}

.card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.featured-article .card-img-top {
  transition: transform 0.7s ease, filter 0.7s ease;
}

.featured-article .card:hover .card-img-top {
  transform: scale(1.1);
  filter: brightness(0.9);
}

.featured-article .card-body {
  padding: 1.4rem;
}

.featured-article .card-category {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0384ce;
  margin-bottom: 0.5rem;
}

.featured-article .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  transition: color 0.3s ease;
}

.featured-article .card:hover .card-title {
  color: #563bd1;
}

.featured-article .card-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .featured-article .card-title {
    font-size: 1.1rem;
  }
}

/* /EXTRAS */

/* HEADER */
#heroCarousel {
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
}

#heroCarousel .carousel-item {
  height: 65vh;
  position: relative;
  overflow: hidden;
}

/* IMAGEM LCP */
.carousel-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  z-index: 1;
}

.carousel-item > .container {
  position: relative;
  z-index: 2;
}

#heroCarousel h1,
#heroCarousel h2 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}

#heroCarousel .btn-warning {
  border-radius: 15px !important;
}

.btn-header-bg {
  display: flex;
  gap: 15px;
  justify-content: center;
}

@media (max-width: 767px) {
  .btn-header-bg {
    flex-direction: column;
  }
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 5;
}

.menuu .contacts a {
  color: #444444;
}

.menuu .header-pc ul {
  position: relative;
  display: inline-block;
  padding: 17px;
}

.menuu ul li {
  position: relative;
  display: inline-block;
  font-size: 16px !important;
  color: black;
  margin: 0 5px;
}

.menuu a:not(.btn) {
  display: inline-flex;
  align-items: center;
  font-size: 16px !important;
  text-decoration: none;
  color: black;
  margin: 0 0px;
  letter-spacing: 0.5px;
  padding: 0 2px;
  font-weight: bold;
  /* text-transform: uppercase !important; */
}

.menuu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: black;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  white-space: nowrap;
}

.menuu ul li:hover ul {
  display: block;
}

.menuu ul li ul li {
  display: block;
  padding: 5px 20px;
}

.menuu ul li ul li a {
  color: black;
  text-decoration: none;
  font-size: 1em;
}

.menuu .navbar-nav .menu-item a {
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease-in-out;
  font-weight: 500;
  font-family: "poppins";
}

.menuu ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  white-space: nowrap;
  min-width: 200px;
}

.menuu ul li:hover > .sub-menu {
  display: block;
}

.menuu ul li .sub-menu li {
  display: block;
  padding: 8px 20px;
}

.menuu ul li .sub-menu li a {
  color: #000;
  text-decoration: none;
  font-size: 16px !important;
  display: block;
  text-align: start !important;
  font-weight: 500;
  font-family: "poppins";
}

.menuu ul li .sub-menu li a:hover {
  color: #0384ce;
}

.menuu .navbar-nav .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #00a949;
  transition: width 0.3s ease-in-out;
}

.menuu .navbar-nav .menu-item.current-menu-item a {
  color: #0384ce;
}

.menuu .menuCell ul li {
  position: relative;
  display: inline-block;
  font-size: 16px !important;
  color: #1b2727;
  margin: 0 5px;
}

.menuCell ul li {
  padding: 10px;
}

.menuu .menuCell a {
  display: inline;
  font-size: 16px !important;
  text-decoration: none;
  color: #1b2727;
  margin: 0 5px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  /* text-transform: uppercase !important; */
}

.wp-block-search__button.has-icon {
  background-color: transparent !important;
  color: black;
  border: transparent !important;
}

.wp-block-search__input {
  border: 1px solid #1b2727;
  border-radius: 50px;
  background-color: transparent !important;
}

/* Submenu do submenu (abre ao lado, não embaixo) */
.menuu ul li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 5px;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.menuu ul li .sub-menu li:hover > .sub-menu {
  display: block;
}

.menuu ul li .sub-menu li .sub-menu li a {
  font-size: 16px !important;
  padding: 8px 15px;
}

.menuu .navbar-nav .menu-item a:hover::before {
  width: 100%;
}

.menuu .navbar-nav .menu-item.current-menu-item > a::before {
  width: 100%;
}

.menuu .navbar-nav .menu-item.current-menu-ancestor > a::before,
.menuu .navbar-nav .menu-item.current-menu-parent > a::before {
  width: 0;
}

.menuu .navbar-nav li.menu-item-has-children > a::after,
.menuu .navbar-nav li.has-sub > a::after {
  margin-left: 6px;
  font-size: 12px;
  font-weight: normal;
  content: "▼";
  position: static;
}

.menuu .navbar-nav .sub-menu li.menu-item-has-children > a::after,
.menuu .navbar-nav .sub-menu li.has-sub > a::after {
  content: "►";
}

@media screen and (min-width: 1024px) {
  #menulg {
    display: block;
  }

  #menusm {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #menulg {
    display: none;
  }

  #menusm {
    display: block;
  }
}

/* /HEADER */

/* FRONTPAGE */

@media screen and (min-width: 1024px) {
  .img-doctor-front-page img {
    width: 80% !important;
  }
}

.servicos-tabs .tabs-links a {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #555;
  position: relative;
}

.servicos-tabs .tabs-links a.active {
  color: #000;
}

.servicos-tabs .tabs-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #563bd1;
}

.tab-item,
.tab-image {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.tab-item.active {
  display: block;
}

.tab-image.active {
  display: flex;
  justify-content: center;
}

.tabs-images {
  position: relative;
  width: 100%;
  height: 320px;
}

.tab-image {
  position: absolute;
  inset: 0;
}

.tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

#midias-img {
  width: auto !important;
  height: 320px !important;
  object-fit: contain !important;
  border-radius: 12px;
  display: flex;
}

.tab-item p {
  color: #666;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#benefitsCarousel .benefit-card-2:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px #5f54fd29;
  border-top: 4px solid #0384ce;
  border-bottom: transparent !important;
}
/* FRONTPAGE */

/* PAGE */
.page-content p {
  color: #666;
  font-family: "poppins";
  font-weight: 400 !important;
}

.page-content a {
  color: #00a949;
  text-decoration: none;
}

.page-content a:hover {
  color: #00a949;
  opacity: 0.7;
}

.page-content iframe {
  width: 100% !important;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 25%);
}

.page-content .ti-profile-img {
  display: none !important;
}
/* /PAGE */

/* SINGLE */

.content-single,
.content-single h1,
.content-single h2,
.content-single h3,
.content-single h4,
.content-single h5,
.content-single h6,
.content-single a {
  font-family: "poppins" !important;
}

.content-post-single a {
  text-decoration: none;
  color: #0384ce;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.content-post-single a:hover {
  text-decoration: underline;
}

.img-article img {
  height: 400px !important;
  width: 1024px;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .content-post-single .wp-caption {
    width: 100% !important;
    box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
    border-radius: 5px;
  }

  .content-post-single img {
    width: 100% !important;
    box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
    border-radius: 5px;
  }
}

.content-post-single .wp-caption {
  max-width: 100%;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  border-radius: 5px;
}

.content-post-single img {
  max-width: 100%;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  border-radius: 5px;
}

.content-post-single .wp-caption-text {
  display: none !important;
}

.content-post-single {
  width: 100% !important;
}

.content-post-single ul {
  line-break: anywhere;
}

.content-post-single h2,
.content-post-single h3,
.content-post-single h4,
.content-post-single h5,
.content-post-single h6 {
  color: #00a949;
  font-weight: 600;
}

@media screen and (max-width: 425px) {
  .content-single .articles-sidebar2 .card {
    width: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  .content-single .articles-sidebar2 .card {
    width: 22rem !important;
  }
}

.content-single .articles-sidebar2 .card {
  width: 18rem;
}

.table-of-contents ul {
  list-style: disc;
  margin-left: 20px;
}

.table-of-contents li {
  margin: 5px 0;
}

.table-of-contents a {
  text-decoration: none;
  color: #333;
}

.table-of-contents a:hover {
  text-decoration: underline;
}

/* /SINGLE */

/* SOBRE */

.content-quem-somos .benefit-card-2 i {
  color: #00a949;
  margin-bottom: 0px !important;
}

.benefit-card-2 .bg-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 25%);
}

.seo-info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  display: flex;
  z-index: 1;
}
.circulo-seo-info {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 20px 40px 0 rgb(38 59 94 / 10%);
  box-shadow: 0 20px 40px 0 rgb(38 59 94 / 10%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.circulo-seo-info-texto-principal {
  color: #563bd1;
}

@media only screen and (max-width: 600px) {
  .circulo-seo-info {
    width: 150px;
    height: 150px;
    margin-top: 3rem;
    margin-left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .circulo-seo-info {
    width: 150px;
    height: 150px;
    margin-top: 3rem;
    margin-left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .circulo-seo-info-texto {
    padding-top: 0;
  }
  .circulo-seo-info-texto-principal {
    font-size: 35px;
    font-weight: 600;
  }
  .circulo-seo-info-texto p {
    margin-bottom: 0;
    color: #6a7695;
    font-size: 12px;
  }
  .circulo-seo-info:first-child {
    margin-top: 3rem;
  }
  .circulo-seo-info:nth-child(even) {
    margin-top: 3rem;
  }
  .circulo-seo-info.ultimo {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 600px) {
  .circulo-seo-info {
    width: 150px;
    height: 150px;
  }
  .circulo-seo-info {
    width: 150px;
    height: 150px;
  }
  .circulo-seo-info-texto {
    padding-top: 0;
  }
  .circulo-seo-info-texto-principal {
    font-size: 35px;
    font-weight: 600;
  }
  .circulo-seo-info-texto p {
    margin-bottom: 0;
    color: #6a7695;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .circulo-seo-info {
    width: 150px;
    height: 150px;
  }
  .circulo-seo-info {
    width: 150px;
    height: 150px;
  }
  .circulo-seo-info-texto {
    padding-top: 0;
  }
  .circulo-seo-info-texto-principal {
    font-size: 35px;
    font-weight: 600;
  }
  .circulo-seo-info-texto p {
    margin-bottom: 0;
    color: #6a7695;
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .circulo-seo-info {
    width: 200px;
    height: 200px;
  }
  .circulo-seo-info {
    width: 200px;
    height: 200px;
  }
  .circulo-seo-info-texto {
    padding-top: 10px;
  }
  .circulo-seo-info-texto-principal {
    font-size: 50px;
    font-weight: 600;
  }
  .circulo-seo-info-texto p {
    margin-bottom: 0;
    color: #6a7695;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .circulo-seo-info {
    width: 200px;
    height: 200px;
  }

  .circulo-seo-info {
    width: 200px;
    height: 200px;
  }
  .circulo-seo-info-texto {
    padding-top: 10px;
  }
  .circulo-seo-info-texto-principal {
    font-size: 50px;
    font-weight: 600;
  }
  .circulo-seo-info-texto p {
    margin-bottom: 0;
    color: #6a7695;
    font-size: 16px;
  }
  .circulo-seo-info:first-child {
    margin-top: 25px;
  }
  .circulo-seo-info:nth-child(even) {
    margin-top: 135px;
  }
  .circulo-seo-info.ultimo {
    margin-top: 120px;
  }
}

/* /SOBRE */

/* AUTHOR */
.author-avatar img {
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
}
/* /AUTHOR */

/* FOOTER */
.menu-footer ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: black;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  white-space: nowrap;
}

.menu-footer ul {
  position: relative;
  display: inline-block;
  padding: 17px;
}

.menu-footer ul li {
  position: relative;
  display: inline-block;
  font-size: 16px !important;
  color: black;
  margin: 0 5px;
}

.menu-footer ul li a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

.menu-footer ul li a:hover {
  text-decoration: none;
  color: #e4a41e;
}

.noticias-footer .articles-sd .card-title a {
  font-size: 14px !important;
}

.social-footer a {
  color: black;
}

.social-footer a:hover {
  color: #e4a41e;
}

.bg-icons {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5fa;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 15%);
  border-radius: 50%;
}

.bg-icons a {
  color: #666;
}
.bg-icons:hover a {
  color: white;
}

.bg-icons:hover {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #563bd1;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
  border-radius: 50%;
}

.footer {
  background-color: #2e3033;
  color: #ccc;
}

.footer a {
  color: #ccc;
  text-decoration: none;
}

.footer a:hover {
  color: #ccc;
  text-decoration: underline;
}

.footer i {
  color: #00a949;
}

.footer-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-posts-list li {
  margin-bottom: 8px;
}

.footer-posts-list a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-posts-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-copy {
  background-color: #151515;
  color: white;
}

.footer-copy-links a {
  color: white;
  padding: 0px 2px;
}

.footer-copy-links {
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer-copy-links {
    flex-direction: row !important;
  }
}

/* /FOOTER */

/* ================================
   GERAL
================================ */
.content-single-servicos {
  overflow: hidden;
}

.content-single-servicos h2 {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.content-single-servicos h5 {
  font-weight: 600;
}

.content-single-servicos p {
  line-height: 1.7;
}

.bg-light {
  background: #f8f9fb !important;
}

/* ================================
   IMAGENS
================================ */
.img-servicos,
.content-single-servicos img {
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* ================================
   SEÇÃO SERVIÇOS (Template 1)
================================ */
.servicos-1 {
  background: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.servicos-1:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.icone-1-servicos {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #5e2ced, #7a4cff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.i-servicos {
  color: #fff;
  font-size: 28px;
}

/* ================================
   ACORDEÃO (Template 1)
================================ */
.accordion-servicos .card {
  border: none;
  border-radius: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.accordion-servicos .card-header {
  background: #fff;
  padding: 0;
}

.accordion-servicos .btn-link {
  width: 100%;
  text-align: left;
  padding: 20px 25px;
  font-weight: 600;
  color: #333;
  text-decoration: none !important;
}

.accordion-servicos .btn-link:hover {
  background: #f4f2ff;
}

.accordion-servicos .card-body {
  padding: 20px 25px;
  background: #fafafa;
}

/* ================================
   TEMPLATE 2 - VANTAGENS
================================ */
.vantagensServicos {
  background: #fff;
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.vantagensServicos:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.vantagensServicos i {
  font-size: 40px;
  color: #5e2ced;
  margin-top: -65px;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* ================================
   TABS TEMPLATE 2
================================ */
.nav-tabs {
  border: none;
}

.nav-tabs li a {
  color: #666;
  font-weight: 600;
  padding: 12px 18px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.nav-tabs li a.active,
.nav-tabs li a:hover {
  background: #5e2ced;
  color: #fff !important;
}

.tab-content {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* ================================
   LISTA TEMPLATE 2
================================ */
.content-single-servicos li {
  font-size: 1rem;
  display: flex;
  align-items: center;
}

/* ================================
   ANIMAÇÕES (Fade-in)
================================ */
[class*="fade-in"] {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

.fade-in-2 {
  animation-delay: 0.2s;
}
.fade-in-3 {
  animation-delay: 0.3s;
}
.fade-in-4 {
  animation-delay: 0.4s;
}
.fade-in-5 {
  animation-delay: 0.5s;
}
.fade-in-6 {
  animation-delay: 0.6s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   RESPONSIVO
================================ */
@media (max-width: 768px) {
  .content-single-servicos h2 {
    font-size: 1.8rem;
  }

  .servicos-1,
  .vantagensServicos {
    margin-bottom: 30px;
  }
}
