@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons/fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-x: hidden;
  font-size: 1em; }

.espaco-t-60 { margin-top: 60px; }
.espaco-t-70 { margin-top: 70px; }
.espaco-t-80 { margin-top: 80px; }
.espaco-t-90 { margin-top: 90px; }
.espaco-t-100 { margin-top: 100px; }
.espaco-t-110 { margin-top: 110px; }
.espaco-t-120 { margin-top: 120px; }
.espaco-t-130 { margin-top: 130px; }


body {
  font-family: "Work Sans", Arial, sans-serif; }

  .margin-contato{
    margin-top: 20px;
  }

.footer {
    background: #337F6A !important;
    color: #fff !important;
}
.footer h3 {
    color: #fff !important;
}

.tag {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 999;
    background: #337F6A;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

.sub-lancamento {
    letter-spacing: 20px;
}

.verde-bsg{
    color: #337F6A !important;
}

.verde-bsg-text-fundo{
    color: #fff !important;
    background: #337F6A;
    padding: 10px 4px 10px 25px;
    font-size: 12px;
}

.verde-bsg-fundo{
    background: #337F6A !important;
    color: #fff;
}

.verde-bsg-fundo:hover{
    background: #1e5c4b !important;
    color: #fff;
}

/* Garante que cada slide ocupe a altura da tela e configure a imagem de fundo */
.carousel-item {
  height: 100vh; /* Altura de 100% da viewport */
  min-height: 700px; /* Altura mínima para telas menores */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; /* Necessário para o overlay */
}

/* Estilo do overlay escuro sobre a imagem */
.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top, /* Direção: de baixo para cima */
    rgba(0, 0, 0, 0.8) 23%, /* Cor escura na base (começa em 10%) */
    rgba(0, 0, 0, 0) 60%  /* Fica 100% transparente a 60% da altura */
  );
  z-index: 1;
}

/* Garante que o conteúdo fique acima do overlay */
.carousel-item .container {
  position: relative;
  z-index: 2;
  /* As classes do Bootstrap 'row' e 'align-items-center' já centralizam o conteúdo verticalmente */
  height: 100%;
}

.carousel-item .row {
    height: 100%;
}

.carousel-caption h5 {
  color: #fff;
  font-size: 40px;
}

/* Opcional: Melhora a legibilidade do texto do slide */
.carousel-item h2, .carousel-item p {
    color: white;
}

/* Estilos para o dropdown no tema escuro da navbar */
.probootstrap_navbar .dropdown-menu {
    background-color: #337F6A; /* Cor escura de fundo, pode ajustar */
    border: none;
    margin-top: 5px; /* Um pequeno espaço para não ficar colado */
}

.probootstrap_navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.7); /* Cor do texto dos itens */
}

.probootstrap_navbar .dropdown-item:hover {
    color: #ffffff; /* Cor do texto ao passar o mouse */
    background-color: rgba(255, 255, 255, 0.1); /* Fundo do item ao passar o mouse */
}



input, textarea, p {
  font-weight: 300; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300 !important; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.probootstrap-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 7em 0; }
  .probootstrap-cover .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .probootstrap-cover a:hover {
    color: #fff; }
  .probootstrap-cover h2 {
    color: #fff; }
  .probootstrap-cover p {
    color: rgba(255, 255, 255, 0.7); }
  .probootstrap-cover > .container > .row {
    padding: 7em 0; }

.btn {
  padding: 15px 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 400; }

  .btn.btn-primary {
    color: #fff;
  cursor: pointer;}

  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.bg_image, .probootstrap-section-half .probootstrap-image {
  background-size: cover;
  background-position: center top !important;
  background-repeat: no-repeat; }

/* Estilo para os ícones de contato */
footer .list-unstyled i {
  color: #fff; /* Cor primária do seu site */
  width: 20px;
}

footer .list-unstyled a {
  color: #fff; /* Cor primária do seu site */
}
footer .list-unstyled a:hover {
  color: #1e5c4b; /* Cor primária do seu site */
}

/* Estilo para os ícones de redes sociais */
.social-icons a {
  font-size: 24px;
  color: #fff;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #1e5c4b; /* Cor primária do seu site */
}

.with-overlay {
  position: relative; }

  .with-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4); }

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .3em; }

.navbar-toggler span i {
  font-size: 30px; }

.probootstrap_navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
    color: #fff;
}

  @media (max-width: 991px) {
    .probootstrap_navbar {
      background: rgba(0, 0, 0, 0.6); }
  }

  .probootstrap_navbar .nav-item .nav-link {
    padding: 1.6em 1em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400;
    color: #fff;}

  .probootstrap_navbar .nav-item .nav-link:hover {
    padding: 1.6em 1em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 400;
    color: #337F6A;}

    @media (max-width: 991px) {
      .probootstrap_navbar .nav-item .nav-link {
        padding: .5em 0; } }

    .probootstrap_navbar .nav-item .nav-link.active {
      color: #fff; }

  .probootstrap_navbar.scrolled {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px; }

    .probootstrap_navbar.scrolled .nav-item .nav-link {
      padding: .5em 1em; }

    .probootstrap_navbar.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .probootstrap_navbar.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }

.border-bottom {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .border-bottom:after {
    width: 50px;
    height: 2px;
    background: #337F6A;
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

#section-feature-testimonial blockquote p {
  color: #000; }

#section-feature-testimonial .probootstrap-author img {
  width: 70px;
  margin-bottom: 10px; }

#section-feature-testimonial .probootstrap-author a {
  display: block; }
  #section-feature-testimonial .probootstrap-author a span {
    display: block; }
  #section-feature-testimonial .probootstrap-author a .probootstrap-name {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #000;
    font-weight: 700; }
  #section-feature-testimonial .probootstrap-author a .probootstrap-title {
    color: #b3b3b3; }

#section-city-guides {
  border-top: 1px solid #e6e6e6; }

.probootstrap-thumbnail {
  position: relative;
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1; }

  .probootstrap-thumbnail.sleep {
    opacity: .5; }

  .probootstrap-thumbnail img {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: block;
    bottom: 0;
    z-index: 2; }

  .probootstrap-thumbnail h3 {
    z-index: 1;
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    opacity: 0;
    visibility: hidden;
    bottom: 10px;
    font-size: 15px;
    border: 1px solid #337F6A;
    color: #337F6A;
    padding: 10px 0px;}

    @media (max-width: 991px) {
      .probootstrap-thumbnail h3 {
        font-size: 24px;
        bottom: 0; } }

    @media (max-width: 767px) {
      .probootstrap-thumbnail h3 {
        opacity: 1;
        visibility: visible;
        bottom: 0;
        margin-top: 10px; } }

  .probootstrap-thumbnail:hover h3 {
    opacity: 1;
    visibility: visible;
    bottom: -20px; }

    @media (max-width: 991px) {
      .probootstrap-thumbnail:hover h3 {
        bottom: 0px; } }
  .probootstrap-thumbnail:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    bottom: 20px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      .probootstrap-thumbnail:hover img {
        bottom: 20px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    @media (max-width: 767px) {
      .probootstrap-thumbnail:hover img {
        bottom: 0px;
        opacity: 1;
        visibility: visible; } }

.probootstrap_select-wrap {
  position: relative; }
  .probootstrap_select-wrap:before {
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f3d0";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

    .probootstrap-section-half {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: -70px;
    border: none;}

    .probootstrap-section-half .probootstrap-image,
    .probootstrap-section-half .probootstrap-text {
    width: 50%;
    background: #f7f7f7;}

    @media (max-width: 991px) {
      .probootstrap-section-half .probootstrap-image,
      .probootstrap-section-half .probootstrap-text {
        width: 100%; } }

    @media (max-width: 767px) {
    .probootstrap-section-half .probootstrap-image {
      height: 400px; } }

    .probootstrap-section-half .probootstrap-text {
    background: #f7f7f7; }

    .probootstrap-section-half .probootstrap-text .probootstrap-inner {
    padding: 5em;
    background: #f7f7f7;}

    @media (max-width: 991px) {
    .probootstrap-section-half .probootstrap-text .probootstrap-inner {
    padding: 3em; } }

    @media (max-width: 991px) {
    .probootstrap-section-half .probootstrap-text .probootstrap-inner {
    padding-left: 15px;
    padding-right: 15px; } }

    .probootstrap_section {
    padding: 5em 0 4em 0;
    float: left;
    width: 100%;}

    .probootstrap_section_sobre {
    padding: 1em 0 -35em 0;
    float: left;
    width: 100%;
    background: #f7f7f7 !important;}

  .probootstrap_section.bg-light {
      background: #f7f7f7 !important; }

.probootstrap_feature-v1 {
  padding: 3em;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  top: 0;
  border-radius: 4px; }
  .probootstrap_feature-v1:hover, .probootstrap_feature-v1:focus {
    top: -10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05); }
    @media (max-width: 991px) {
      .probootstrap_feature-v1:hover, .probootstrap_feature-v1:focus {
        top: 0; } }

.probootstrap-border-top {
  border-top: 1px solid #f7f7f7; }

@media (max-width: 991px) {
  .probootstrap-section-heading {
    font-size: 28px !important; } }

  @media (max-width: 991px) {
    .probootstrap-media {
      display: block !important; } }

  .probootstrap-media .probootstrap-media-image {
    background-size: cover;
    width: 50%; }

    @media (max-width: 991px) {
      .probootstrap-media .probootstrap-media-image {
        width: 100%;
        height: 200px; } }

  .probootstrap-media .media-body {
    padding: 2em; }

.probootstrap-form {
  padding: 40px;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0px; }

  @media (max-width: 991px) {
    .probootstrap-form {
      padding: 15px; } }
  .probootstrap-form image {
    font-weight: normal; }
  .probootstrap-form .form-control {
    height: 46px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 1px solid #d9d9d9; }
    .probootstrap-form .form-control:active, .probootstrap-form .form-control:focus, .probootstrap-form .form-control:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      border: 1px solid #337F6A; }
  .probootstrap-form .form-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .probootstrap-form .form-group label {
    text-transform: uppercase;
    font-size: 13px; }
  .probootstrap-form .form-group .form-field {
    position: relative; }
    .probootstrap-form .form-group .form-field .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px; }
    .probootstrap-form .form-group .form-field .form-control {
      padding-right: 50px; }
  .probootstrap-form textarea.form-control {
    height: inherit;
    resize: vertical; }

.probootstrap-contact-details {
  padding: 0;
  margin: 0;
color: #000;}

.probootstrap-contact-details li {
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 1.4;
  list-style: none;
color: #000;}

.probootstrap-contact-details li > span {
  font-weight: 400 !important;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #337F6A; }

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border: 1px solid #d9d9d9; }
  .select2-container--default .select2-selection--single:active, .select2-container--default .select2-selection--single:focus,
  .select2-dropdown:active,
  .select2-dropdown:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #337F6A; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #337F6A; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #d9d9d9;
  color: #000; }

.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #555555;
  font-size: 16px;
  text-transform: none;
  outline: 0;
  min-height: 45px;
  text-align: left; }
  .select2-selection .select2-selection__rendered {
    margin: 7px; }
  .select2-selection .select2-selection__arrow {
    margin: 7px; }

.select2-search__field {
  outline: none !important;
  padding-left: 10px !important;
  padding-right: 10px !important; }
  .select2-search__field:focus, .select2-search__field:active {
    outline: none !important; }

.probootstrap-date-wrap {
  position: relative; }

  .probootstrap-date-wrap .icon {
    position: absolute;
    top: 50%;
    color: #ccc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px; }

.font-light {
  font-weight: 300; }

.probootstrap-animate {
  opacity: 0;
  visibility: hidden; }
#section-services{
      border-top: 1px solid #e6e6e6;
}


.secao-diferenciais .container {
  padding: 5em 0;
  margin-top: 100px;
}

/*
 * Container de cada item (ícone + texto)
 * Adiciona uma margem na parte inferior para espaçamento em telas de celular,
 * quando os itens ficam um embaixo do outro.
*/
.probootstrap-media {
  margin-bottom: 30px;
}

/*
 * Estilo para o ícone
 * Define o tamanho da imagem e o espaçamento abaixo dela.
*/
.probootstrap-icon i {
  margin-bottom: 30px; /* Espaço entre o ícone e o título */
  font-size: 48px;
  color: #327E68;
}

/*
 * Título de cada item (ex: "INOVAÇÃO")
 * Define a cor, o peso da fonte, o espaçamento e transforma o texto em maiúsculas.
*/
.probootstrap-media-body h3 {
  font-size: 16px;
  font-weight: 800; /* Negrito */
  text-transform: uppercase; /* CAIXA ALTA */
  letter-spacing: .1em; /* Espaçamento entre as letras */
  color: #000000; /* Cor do título */
  margin-bottom: 20px; /* Espaço entre o título e o parágrafo */
}

/*
 * Parágrafo de descrição
 * Define a cor e a altura da linha para melhor legibilidade.
*/
.probootstrap-media-body p {
  color: #8b8b8b; /* Cor cinza para o texto */
  line-height: 1.7;
}

/* =======================================================
 * Estilos para a Página de Empreendimento
 * ======================================================= */

/* --- GERAL --- */
:root {
    --cor-primaria: #c5a78a; /* Tom dourado/bronze do seu logo */
    --cor-texto: #333;
    --cor-texto-claro: #777;
    --cor-fundo: #f8f9fa;
    --cor-verde: #52796f; /* Verde do seu rodapé */
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

h2 {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 40px;
    font-weight: 600;
}

/* --- SEÇÃO 1: HERO --- */
.hero-empreendimento {
    height: 90vh;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none; /* ✅ ADICIONE ESTA LINHA */
}

.slide-overlay {
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3.5em;
    font-weight: 900;
    margin: 0;
    color: #ffffff;
}

.hero-content p {
    font-size: 1.2em;
    margin: 1px 0 20px 0;
}

.hero-status {
    background-color: #52796f;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
}


/* --- SEÇÃO 2: GALERIA E DESTAQUES --- */
#galeria-destaques {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.galeria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.galeria img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

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

.info-box{
  padding: 25px;
}

.info-box h2 {
    text-align: left;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.info-box .endereco {
    color: var(--cor-texto-claro);
    margin-bottom: 20px;
}

.info-specs {
    display: flex;
    justify-content: space-between;
    text-align: center;
    background: var(--cor-fundo);
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.info-specs > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px 20px 22px;
}

.info-specs i {
    font-size: 2em;
    color: #52796F;
    margin-bottom: 10px;
}
.info-specs span {
    font-weight: 600;
    font-size: 1.1em;
}

.info-actions {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.btn {
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.btn-primary {
    background-color: var(--cor-verde);
    color: white;
}
.btn-primary:hover {
    background-color: #3e6057;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
}
.btn-whatsapp:hover {
    background-color: #1DAE54;
}

/* --- SEÇÃO 3: SOBRE --- */
.text-section {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* --- SEÇÃO 4: PLANTAS --- */
.tabs-plantas {
    text-align: center;
    margin-bottom: 60px;
}
.tab-link {
    background-color: var(--cor-fundo);
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    font-size: 1em;
    margin: 0 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.tab-link:hover {
    background-color: #e2e6ea;
}
.tab-link.active {
    background-color: var(--cor-verde);
    color: white;
}

.tab-content {
    display: none;
    align-items: center;
    gap:20px;
}

.tab-content.active {
    display: flex; /* Mude para flex para alinhar lado a lado */
}

.tab-content img {
    max-width: 60%;
    border-radius: 8px;
}

.tab-content ul {
    list-style: none;
    padding: 0;
}
.tab-content ul li {
    margin-bottom: 15px;
    font-size: 1.1em;
}
.tab-content ul i {
    color: #52796f;
    margin-right: 10px;
}

/* --- SEÇÃO 5: DIFERENCIAIS --- */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    text-align: center;
}
.amenity-item {
    background: var(--cor-fundo);
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.amenity-item i {
    font-size: 2.5em;
    color: #52796f;
}
.amenity-item span {
    font-weight: 600;
}

/* --- SEÇÃO 6: LOCALIZAÇÃO --- */
#localizacao {
    text-align: center;
}

#localizacao h2 {
    text-align: center;
    margin-bottom: 3px;
    margin-top: 15px;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}


/* --- SEÇÃO 8: CONTATO --- */
.contact-section {
    text-align: center;
}

.probootstrap-form {
    max-width: 600px;
    margin: 0px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
}

.form-control {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}


/* --- RESPONSIVIDADE --- */
@media (max-width: 768px) {
    h2 { font-size: 1.8em; }
    .hero-content h1 { font-size: 2.5em; }

    #galeria-destaques {
        grid-template-columns: 1fr;
    }

    .tab-content {
        flex-direction: column;
    }
    .tab-content img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    /* --- Ajuste para as abas das Plantas em telas menores --- */
.tabs-plantas {
    display: flex;
    flex-direction: column; /* Coloca os botões em coluna */
    align-items: center;   /* Centraliza eles no container */
}

.tab-link {
    width: 90%; /* Faz o botão ocupar quase toda a largura */
    margin-bottom: 10px; /* Adiciona um espaço entre eles */
    margin-left: 0;
    margin-right: 0;
}
.tab-link:last-child {
    margin-bottom: 0; /* Remove a margem do último botão */
}

.tab-content ul {
    width: 100%; /* Garante que a lista ocupe o espaço disponível */
    margin-top: 25px; /* Adiciona um espaço entre a imagem da planta e a lista */
    padding-left: 10%; /* Cria uma margem para não ficar colado na borda */
    box-sizing: border-box; /* Garante que o padding não estoure a largura */
}

.tab-content ul li {
    display: flex; /* Alinha o ícone e o texto na mesma linha */
    align-items: center; /* Centraliza verticalmente o ícone com o texto */
    font-size: 1em; /* Reduz um pouco a fonte para telas menores */
    margin-bottom: 12px; /* Ajusta o espaçamento entre os itens */
    text-align: left; /* Garante o alinhamento do texto à esquerda */
}

.tab-content ul i {
    color: var(--cor-verde); /* Muda a cor do ícone para o verde do seu rodapé */
    font-size: 1.2em; /* Deixa o ícone um pouco maior que o texto */
    margin-right: 15px; /* Aumenta o espaço entre o ícone e o texto */
}


}

/* =======================================================
 * Estilos para o Modal da Galeria de Imagens
 * ======================================================= */

/* --- Gatilho na Galeria --- */
.galeria .galeria-modal-trigger {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.galeria .galeria-modal-trigger:hover {
    opacity: 0.8;
}

/* --- O Modal (Fundo) --- */
.modal {
  display: none; /* Escondido por padrão */
  position: fixed; /* Fica sobre todo o conteúdo */
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9); /* Fundo preto semi-transparente */
}

/* --- Conteúdo do Modal (a Imagem) --- */
.modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 85%;
  max-height: 85vh;
  animation-name: zoom;
  animation-duration: 0.4s;
}

/* --- Animação de Zoom --- */
@keyframes zoom {
  from {transform: scale(0.8)}
  to {transform: scale(1)}
}

/* --- Legenda da Imagem --- */
#caption {
  margin: 15px auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  font-size: 1.1em;
}

/* --- Botão de Fechar --- */
.close-modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
  color: #bbb;
  text-decoration: none;
}

/* --- Setas de Navegação --- */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; /* Impede que o texto da seta seja selecionado */
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* =======================================================
 * Estilos para os Cards do Blog
 * ======================================================= */

/* --- Garante que o conteúdo ocupe toda a altura do card --- */
.probootstrap-media {
    display: flex; /* Ativa o flexbox para o card inteiro */
    flex-direction: column;
}

/* --- Ajusta o corpo do card para alinhamento --- */
.probootstrap-media .media-body {
    padding: 25px;
    background: #fff;
    flex-grow: 1; /* Faz esta div crescer para ocupar o espaço disponível */
    display: flex;
    flex-direction: column;
}

/* Título do card */
.probootstrap-media .media-body h5 a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}
.probootstrap-media .media-body h5 a:hover {
    color: var(--cor-verde); /* Reutilizando a cor verde do seu tema */
}

/* --- Alinha o "Saiba Mais" na parte inferior --- */
.read-more-wrap {
    margin-top: auto; /* A mágica acontece aqui! Empurra o link para baixo */
}

/* --- Estilo do link "Saiba Mais" --- */
.read-more {
    text-decoration: none;
    color: var(--cor-verde); /* Cor verde do seu tema */
    font-weight: 600;
    font-size: 0.9em;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #000;
}

/* Animação da seta no hover */
.read-more .fa-arrow-right {
    transition: transform 0.3s ease;
}

.read-more:hover .fa-arrow-right {
    transform: translateX(5px); /* Move a seta 5px para a direita */
}

/* =======================================================
 * Estilos para o Slider Principal (Owl Carousel)
 * ======================================================= */

.hero-empreendimento {
    height: 100vh; /* Altura do slider */
    position: relative;
    color: white;
}

.js-hero-slider .item {
    height: 115vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 100px;
    pointer-events: none;
}

/* Ajustes para a navegação do Owl Carousel ficar mais visível no banner */
.js-hero-slider .owl-nav [class*='owl-'] {
    color: #FFF !important; /* Força a cor branca */
    background: rgba(0,0,0,0.2) !important; /* Adiciona um fundo sutil */
    margin: 0 20px;
    padding: 1px 12px !important;
    border-radius: 50%;
    pointer-events: none;
}

.js-hero-slider .owl-dots .owl-dot.active span {
    background: #FFF !important; /* Cor da bolinha ativa */
    pointer-events: none;
}

.js-hero-slider .owl-dots .owl-dot span {
    background: #ccc !important; /* Cor das bolinhas inativas */
}

/* Estilo para a mensagem de "Nenhum conteúdo" */
.no-content-message {
    text-align: center;
    padding: 60px 30px;
    margin: 40px auto;
    background-color: #f8f9fa; /* Um cinza bem claro */
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    max-width: 700px;
}

.no-content-message i {
    font-size: 4em;
    color: #ced4da; /* Cor do ícone */
    margin-bottom: 20px;
}

.no-content-message h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.no-content-message p {
    color: #777;
    font-size: 1.1em;
}

/* =======================================================
 * Estilos para a Página de Post do Blog
 * ======================================================= */

/* --- Estrutura Principal --- */
.post-container {
    display: grid;
    grid-template-columns: 3fr 1fr; /* Divide em 2 colunas: 75% para o post, 25% para a sidebar */
    gap: 50px; /* Espaço entre o post e a sidebar */
    padding-top: 40px;
    padding-bottom: 40px;
}

/* --- Cabeçalho do Post --- */
.post-header .post-meta {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 15px;
}
.post-header .post-meta span {
    margin-right: 20px;
}
.post-header .post-meta a {
    color: var(--cor-verde, #52796f);
    text-decoration: none;
}
.post-header .post-title {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

/* --- Imagem de Destaque --- */
.post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}

/* --- Corpo do Post (Tipografia para Leitura) --- */
.post-body {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}
.post-body h2 {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
}
.post-body blockquote {
    border-left: 4px solid var(--cor-primaria, #c5a78a);
    padding-left: 25px;
    margin: 30px 0;
    font-style: italic;
    font-size: 1.1em;
    color: #555;
}
.post-body ul {
    list-style: none;
    padding-left: 20px;
}
.post-body ul li::before {
    content: '✓';
    color: var(--cor-verde, #52796f);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


/* --- Compartilhamento --- */
.post-sharing {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
}
.post-sharing strong {
    margin-right: 15px;
}
.post-sharing a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.post-sharing .share-whatsapp:hover { background-color: #25d366; color: #fff; }
.post-sharing .share-facebook:hover { background-color: #1877f2; color: #fff; }
.post-sharing .share-linkedin:hover { background-color: #0a66c2; color: #fff; }
.post-sharing .share-link:hover { background-color: #555; color: #fff; }


/* --- Barra Lateral (Sidebar) --- */
.post-sidebar .widget {
    margin-bottom: 40px;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
}
.post-sidebar .widget-title {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--cor-primaria, #c5a78a);
    padding-bottom: 10px;
}
.widget-search { display: flex; }
.widget-search input { width: 100%; border: 1px solid #ccc; padding: 10px; border-radius: 5px 0 0 5px;}
.widget-search button { border: none; background: var(--cor-verde, #52796f); color: #fff; padding: 0 15px; border-radius: 0 5px 5px 0; cursor: pointer;}

.widget-list { list-style: none; padding: 0; }
.widget-list li { margin-bottom: 10px; }
.widget-list a { text-decoration: none; color: #333; transition: color 0.2s ease; }
.widget-list a:hover { color: var(--cor-verde, #52796f); }

.widget-cta {
    background-color: var(--cor-verde, #52796f);
    color: #fff;
    text-align: center;
}
.widget-cta h4 { font-weight: 700; }
.widget-cta .btn { background: #fff; color: var(--cor-verde, #52796f); padding: 10px 20px; text-decoration: none; border-radius: 50px; display: inline-block; margin-top: 10px; font-weight: 600; }

/* --- Responsividade --- */
@media (max-width: 992px) {
    .post-container {
        grid-template-columns: 1fr; /* Coluna única em telas menores */
    }
    .post-header .post-title {
        font-size: 2em;
    }
}

@media (max-width: 460px) {

  .js-hero-slider .item {
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 0px;
      margin-top: 0px;
  }

}

/* =======================================================
 * Estilos para o Botão Flutuante do WhatsApp
 * ======================================================= */

#whatsapp-float-button {
    position: fixed; /* Posição fixa na tela */
    bottom: 35px;    /* 25px da parte de baixo */
    right: 35px;     /* 25px da parte da direita */
    z-index: 1000;   /* Garante que fique acima de tudo */

    /* Aparência */
    background-color: #25D366; /* Cor oficial do WhatsApp */
    color: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 50%; /* Deixa o botão redondo */
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);

    /* �?cone centralizado */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;

    /* Animações e transições */
    text-decoration: none;
    animation: pulse 2s infinite;
    transition: all 0.3s ease;

    /* (Opcional - para o JS) Escondido por padrão */
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

/* (Opcional - para o JS) Classe que o torna visível */
#whatsapp-float-button.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


#whatsapp-float-button:hover {
    transform: scale(1.1); /* Aumenta um pouco no hover */
    animation: none; /* Pausa a animação de pulso */
}


/* Animação de pulso */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* =======================================================
 * Estilos para o Menu de Navegação Flutuante
 * ======================================================= */

 /* =======================================================
  * Estilos para o Menu de Navegação Flutuante (ALINHADO À DIREITA)
  * ======================================================= */

 #page-nav-floating {
     position: fixed;
     bottom: 108px;
     right: 35px; /* Alterado de 'left' para 'right' */
     z-index: 999;
     display: flex;
     flex-direction: column;
     align-items: flex-end; /* Alterado de 'flex-start' para 'flex-end' */
 }

 #nav-trigger-button {
     background-color: #52796F;
     color: #fff;
     width: 60px;
     height: 60px;
     border-radius: 50%;
     border: none;
     font-size: 28px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
     transition: transform 0.3s ease;

     /* Adiciona uma margem superior para espaçar do botão do WhatsApp */
     margin-top: 15px;
 }

 #nav-trigger-button:hover {
     transform: scale(1.1);
 }

 /* --- A lista de links --- */
 #page-nav-floating .nav-links {
     list-style: none;
     padding: 0;
     margin: 0 0 0px 0;
     opacity: 0;
     visibility: hidden;
     transform: translateY(15px);
     transition: all 0.3s ease-in-out;
 }

 #page-nav-floating .nav-links.active {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
 }

 #page-nav-floating .nav-links a {
     display: flex;
     align-items: center;
     background: #fff;
     color: #333;
     padding: 10px 20px;
     margin-bottom: 8px;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 600;
     font-size: 0.9em;
     box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
     transition: all 0.3s ease;
     white-space: nowrap;
 }

 #page-nav-floating .nav-links a:hover {
     background-color: var(--cor-verde, #52796f);
     color: #fff;
     transform: translateX(-5px); /* Alterado de '5px' para '-5px' */
 }

 #page-nav-floating .nav-links a i {
     margin-right: 10px;
     width: 20px;
     text-align: center;
 }

/* =======================================================
 * Estilos para a Seção de Andamento da Obra
 * ======================================================= */
#andamento-obra {
    padding: 100px 0;
    border-bottom: 1px solid #eee;
}

#andamento-obra h2 {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 40px;
    font-weight: 600;
}

.progress-bars-container {
    display: grid;
    /* Duas colunas em desktop, uma em mobile */
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.1em;
}

.progress-bar-bg {
    height: 12px;
    background-color: #e9ecef;
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    width: 0; /* Começa com 0 para a animação do JS */
    background-color: var(--cor-verde, #52796f);
    border-radius: 6px;
    transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Animação suave */
}

/* =======================================================
 * ESTILOS MODERNOS PARA O BLOG
 * ======================================================= */

/* --- Variáveis de Cor (ajuste para as cores do seu tema) --- */
:root {
    --cor-primaria: #c5a78a; /* Tom dourado/bronze */
    --cor-verde: #52796f; /* Verde do seu rodapé */
    --cor-texto: #333;
    --cor-texto-claro: #777;
    --cor-fundo: #f8f9fa;
}


/* ===================================
 * PÁGINA DE LISTAGEM (blog.php)
 * =================================== */
.blog-header-list {
    padding: 4em 0;
    background-color: var(--cor-verde);
    color: #fff;
}
.blog-header-list h1 {
    font-size: 3em;
    font-weight: 700;
}
.blog-header-list p {
    font-size: 1.1em;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 10px auto 0 auto;
}

/* Estilo dos cards (já deve existir no seu style.css) */
.probootstrap-media {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.probootstrap-media img {
    height: 250px;
    object-fit: cover;
}
.probootstrap-media .media-body {
    padding: 25px;
    background: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.probootstrap-media .media-body h5 a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}
.probootstrap-media .media-body h5 a:hover {
    color: var(--cor-verde);
}
.read-more-wrap {
    margin-top: auto;
}
.read-more {
    text-decoration: none;
    color: var(--cor-verde);
    font-weight: 600;
    font-size: 0.9em;
    display: inline-block;
    transition: color 0.3s ease;
}
.read-more:hover { color: #000; }
.read-more .fa-arrow-right { transition: transform 0.3s ease; }
.read-more:hover .fa-arrow-right { transform: translateX(5px); }


/* ===================================
 * PÁGINA DO POST (artigo.php)
 * =================================== */

/* --- Cabeçalho do Post --- */
.blog-post-header {
    position: relative;
    padding: 15em 0;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.blog-post-header .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0.2) 70%);
    z-index: 1;
}
.blog-post-header .container {
    position: relative;
    z-index: 2;
}
.blog-post-header .post-meta {
    font-size: 0.9em;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-post-header .post-meta span {
    margin: 0 15px;
}


.container .post-title {
    color: #fff !important;
}

.blog-post-header .post-meta i {
    margin-right: 8px;
    color: #52796f;
}

.blog-post-header .post-title {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

/* --- Corpo do Artigo --- */
.post-body {
    font-size: 1.1em; /* Tamanho de fonte maior para leitura */
    line-height: 1.8;
    color: #444;
}
.post-body p {
    margin-bottom: 1.5em;
}
.post-body h2, .post-body h3 {
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
}
.post-body blockquote {
    border-left: 4px solid var(--cor-primaria);
    padding: 15px 25px;
    margin: 30px 0;
    background: var(--cor-fundo);
    font-style: italic;
    font-size: 1.15em;
    color: #555;
}
.post-body ul {
    list-style: none;
    padding-left: 1.5em;
}
.post-body ul li {
    position: relative;
    margin-bottom: 10px;
}
.post-body ul li::before {
    content: '✓';
    color: var(--cor-verde);
    font-weight: bold;
    position: absolute;
    left: -1.5em;
}

/* --- Compartilhamento e Paginação --- */
.post-share {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
}
.post-share strong {
    margin-right: 15px;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.share-btn.share-wa:hover { background-color: #25d366; color: #fff; }
.share-btn.share-fb:hover { background-color: #1877f2; color: #fff; }
.share-btn.share-li:hover { background-color: #0a66c2; color: #fff; }
.share-btn.share-link:hover { background-color: #555; color: #fff; }

.blog-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.blog-pagination .btn {
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
}

/* --- Seção de Comentários --- */
.comments-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}
.comments-section h4 {
    font-weight: 700;
    margin-bottom: 25px;
}
.comment-form .form-group {
    margin-bottom: 1.5rem;
}
.comment-item {
    margin-bottom: 25px;
}
.comment-item .media-body {
    padding: 20px;
    background: var(--cor-fundo);
    border-radius: 8px;
}
.comment-item .comment-author {
    font-weight: 700;
    color: #000;
}


/* --- Barra Lateral (Sidebar) --- */
.blog-sidebar {
    position: sticky;
    top: 100px; /* Faz a sidebar "flutuar" ao rolar */
}
.sidebar-widget {
    margin-bottom: 30px;
    background: var(--cor-fundo);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.sidebar-widget .widget-title {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--cor-primaria);
    padding-bottom: 10px;
    color: #000;
}

/* Widget Sobre Autor */
.widget-about img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/* Widget Posts Recentes */
.widget-list-recent {
    list-style: none;
    padding: 0;
}
.widget-list-recent li {
    margin-bottom: 15px;
}
.widget-list-recent a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--cor-texto);
    font-weight: 600;
    transition: color 0.3s ease;
}
.widget-list-recent a:hover {
    color: var(--cor-verde);
}
.widget-list-recent img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}
.widget-list-recent span {
    flex: 1;
    line-height: 1.4;
}

/* Widget Links Simples (Destaque) */
.widget-list-links {
    list-style: none;
    padding: 0;
}
.widget-list-links li {
    margin-bottom: 10px;
}
.widget-list-links a {
    text-decoration: none;
    color: #555;
    font-weight: 600;
    transition: color 0.3s ease;
}
.widget-list-links a:hover {
    color: var(--cor-verde);
}
.widget-list-links a::before {
    content: '›';
    margin-right: 10px;
    font-weight: 700;
    color: var(--cor-primaria);
}

/* Widget CTA */
.widget-cta {
    background: var(--cor-verde);
    color: #fff;
    text-align: center;
}
.widget-cta h4 {
    color: #fff;
}
.widget-cta .btn-light {
    color: var(--cor-verde);
    font-weight: 700;
    border-radius: 50px;
    padding: 8px 25px;
    margin-top: 10px;
}

/* --- Responsividade --- */
@media (max-width: 991px) {
    .blog-post-page .row {
        flex-direction: column-reverse; /* Coloca a sidebar em cima no mobile */
    }
    .blog-sidebar {
        position: static;
        top: 0;
        margin-bottom: 40px;
    }
    .blog-post-header .post-title {
        font-size: 2.2em;
    }
}

/* Fundo cinza claro para destacar da seção anterior */
.bg-light {
  background-color: #f9f9f9 !important;
}

/* Estilo do subtítulo */
.subheading-ceo {
  color: #337F6A; /* Sua cor verde */
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.titulo_luis {
    float: right;
}

/* Estilo para a citação */
.blockquote-ceo {
  font-style: italic;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
  border-left: 4px solid #337F6A; /* Barra lateral verde */
  padding-left: 20px;
}

/* Wrapper da imagem para criar o efeito de borda deslocada */
.ceo-image-wrapper {
  position: relative;
  z-index: 1;
}

/* A borda decorativa atrás da foto */
.ceo-image-border {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #337F6A; /* Borda verde */
  border-radius: 0.25rem; /* Mesmo arredondamento da imagem (rounded) */
  z-index: -1; /* Fica atrás da foto */
  transition: all 0.3s ease;
}

/* Pequena animação ao passar o mouse na foto */
.ceo-image-wrapper:hover .ceo-image-border {
  top: 15px;
  left: -15px;
}

/* Ajuste para Mobile: remove o efeito de deslocamento para não quebrar o layout */
@media (max-width: 768px) {
  .ceo-image-border {
    display: none;
  }
  .pl-md-5 {
    padding-left: 15px !important;
  }
}
