/* style.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  @font-face {
    font-family: 'RoxboroughCF';
    src: url('/corretores-e-imobiliarias/assets/fonts/RoxboroughCF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  body {
    background-color: var(--cor-cinza);
    font-family: 'Urbanist', sans-serif;
    color: var(--cor-azul);
    line-height: 1.6;
  }
  
  :root {
    --cor-azul: #0e2b4d;
    --cor-azul-claro: #1b4189;
    --cor-verde: #157339;
    --cor-cinza: #f5f5f5;
    --cor-cinza-escuro: #333333;
    --cor-cinza-claro: #ececec;
  }
  html {
    scroll-behavior: smooth;
  }
  
  .azul {
    color: var(--cor-azul);
  }
  .verde {
    color: var(--cor-verde);
  }
  .vermelho {
    color: red;
  }
  .cinza {
    color: var(--cor-cinza-escuro);
  }
  .cinza-claro {
    color: var(--cor-cinza-claro);
  }
  
  .bg-cinza-claro {
    background-color: var(--cor-cinza-claro) !important;
  }

  h1,
  .menu-title {
    font-family: 'RoxboroughCF', sans-serif;
  }

  .texto-azul {
    color: var(--cor-azul) !important;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    color: var(--cor-azul);
  }
  
  .fw-bold {
    font-weight: 700 !important;
  }
  
  .fw-semibold {
    font-weight: 600 !important;
  }
  .fs-7 {
    font-size: 1rem!important;
  } 
  .fs-8 {
    font-size: 0.8rem!important;
  }

  .display-1 {
    font-family: 'Urbanist', sans-serif;
    font-size: 5rem;
    line-height: 1;
  }
  .display-1 > .mbr-iconfont {
    font-size: 6.25rem;
  }
  
  .display-2 {
    font-family: 'Urbanist', sans-serif;
    font-size: 4rem;
    line-height: 1;
  }
  .display-2 > .mbr-iconfont {
    font-size: 5rem;
  }
    
  .display-3 {
    font-family: 'Urbanist', sans-serif;
    font-size: 3rem;
    line-height: 1;
  }
  
  .display-4 {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .display-4 > .mbr-iconfont {
    font-size: 1.75rem;
  }
  
  .display-5 {
    font-family: 'Urbanist', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
  }
  .display-5 > .mbr-iconfont {
    font-size: 2.5rem;
  }
  
  .display-7 {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .display-7 > .mbr-iconfont {
    font-size: 1.75rem;
  }
  
  /* ---- Fluid typography for mobile devices ---- */
  @media (max-width: 992px) {
    .display-1 {
      font-size: 4rem;
    }
  }
  
  @media (max-width: 768px) {
    .display-1 {
      font-size: 3.5rem;
      font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc(1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
    }
  
    .display-2 {
      font-size: 3.2rem;
      font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc(1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    }
  
    .display-4 {
      font-size: 1.12rem;
      font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
    }
  
    .display-5 {
      font-size: 1.6rem;
      font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
    }
  
    .display-7 {
      font-size: 1.12rem;
      font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
      line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
    }
  }
  
  @media (min-width: 992px) and (max-width: 1400px) {
    .display-1 {
      font-size: 3.5rem;
      font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
      line-height: calc(1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
    }
  
    .display-2 {
      font-size: 3.2rem;
      font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
      line-height: calc(1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
    }
  
    .display-4 {
      font-size: 1.12rem;
      font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
      line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
    }
  
    .display-5 {
      font-size: 1.6rem;
      font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
      line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
    }
  
    .display-7 {
      font-size: 1.12rem;
      font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
      line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
    }
  }
  
  .no-underline {
    text-decoration: none !important;
  }
  /* Buttons */
  .btn {
    padding: 1.25rem 2rem;
    border-radius: 4px;
  }
  @media (max-width: 767px) {
    .btn {
      padding: 0.75rem 1.5rem;
    }
  }
  
  .btn-sm,
  .btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
  }
  
  .btn-lg {
    padding: 1.25rem 2rem;
    border-radius: 4px;
  }
  
  .bg-azul {
    background-color: var(--cor-azul) !important;
  }
  .bg-verde {
    background-color: var(--cor-verde) !important;
  }
  .bg-cinza {
    background-color: var(--cor-cinza) !important;
  }
  .bg-cinza-escuro {
    background-color: var(--cor-cinza-escuro) !important;
  }
  .bg-cinza-claro {
    background-color: var(--cor-cinza-claro) !important;
  }
  
  .btn-azul,
  .btn-azul:active {
    background-color: var(--cor-azul-claro)!important;
    border-color: var(--cor-azul-claro)!important;
    color: #ffffff!important;
    box-shadow: none;
  }
  .btn-azul:hover,
  .btn-azul:focus {
    color: #ffffff !important;
    background-color:var(--cor-verde)!important;
    border-color:var(--cor-verde)!important;
    box-shadow: none;
    transform: translateY(-2px); 
  }
  .btn-azul.disabled {
    color: #ffffff !important;
    background-color:var(--cor-azul-claro)!important;
    border-color: var(--cor-azul-claro)!important;
  }
    
  .btn-outline-azul {
      color: #0e2b4d;
      border-color: #0e2b4d;
      background-color: transparent;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
                  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .btn-outline-azul:hover {
      color: #fff;
      background-color: #10335a;
      border-color: #0e2b4d;
  }

  .btn-outline-azul:focus,
  .btn-outline-azul.focus {
      color: #fff;
      background-color: #0e2b4d;
      border-color: #0e2b4d;
  }

  .btn-outline-azul:active,
  .btn-outline-azul.active,
  .show > .btn-outline-azul.dropdown-toggle {
      color: #fff;
      background-color: #0c233f; /* uma versão ligeiramente mais escura */
      border-color: #0a1d35;
  }

  .btn-outline-azul:disabled,
  .btn-outline-azul.disabled {
      color: #0e2b4d;
      background-color: transparent;
      border-color: #0e2b4d;
      opacity: 0.65;
      pointer-events: none;
  }

  .mbr-fullscreen {
    height: 100vh;
    display: flex;
    align-items: center;

  }
  .mbr-parallax-background {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -2;
  }
  .mbr-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -1;
    pointer-events: none;
  }
  
  .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--cor-verde);
    color: white;
    transition: background-color 0.3s;
  }
  
  .icon-circle:hover {
    background-color: var(--cor-verde-escura);
  }
  
  .icon-border-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    border: 2px solid var(--cor-verde);
    border-radius: 50%;
    color: var(--cor-verde);
    transition: border-color 0.3s, color 0.3s;
    margin-bottom: 0.5rem;  /* Ajuste o espaço entre o ícone e o card */

  }
  
  .icon-border-circle:hover {
    border-color: var(--cor-verde-escura);
    color: var(--cor-verde-escura);
  }

   
/* rodape */
.rodape .logo {
  width: 200px;
}
@media (max-width: 776px) {
  .rodape .logo {
      width: 200px;
      margin-top: 1rem;
      margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .rodape .row {
    text-align: center;
  }
  .rodape .row > div {
    margin: auto;
  }
  .rodape .social-row {
    justify-content: center;
  }
}
.rodape .social-row {
  display: flex;
  flex-wrap: wrap;
}
.rodape .list {
  text-align: left;
  padding-left: 0;
  color: #bbbbbb;
}
.rodape .list li {
 font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .rodape .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .rodape .list {
    margin-bottom: 0rem;
  }
}
.rodape p {
  font-weight: normal;

  font-size: 1rem;
}

.rodape .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .rodape div > *:last-child {
    margin-top: 0 !important;
  }
}
.rodape H5 {
  color: var(--cor-azul);

}

.rodape .icon-social {
  font-size: 0.6rem;
  border: 1px solid var(--cor-azul);
  border-radius: 50%;
  padding: 1.2rem;
  
  margin-right: 0.5rem;
  margin-bottom: 1rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s ease;
}

.rodape .icon-social:hover {
  background-color: var(--cor-azul);
  color: #fff;
  .bi {
    color: #fff;
  }
}

.rodape .bi {
  color: var(--cor-azul);
}
.rodape .bi:hover {
    color: #fff;
}

.rodape a {
  color: var(--cor-azul);
  text-decoration: none;
}
.rodape a:hover {
  color: var(--cor-verde);
  text-decoration: underline;
}


    /* Estilos básicos para o conteúdo da seção de template */
    .internal-page-section {
        padding-top: 6rem;
        background-color: #fff;
    }
    .internal-page-section h2 {
        color: var(--cor-azul); /* Ou a cor primária do seu tema */
        margin-bottom: 30px;
    }
    .internal-page-section h3 {
        color: #343a40;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .internal-page-section p {
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .internal-page-section ul {
        list-style: none;
        padding: 0;
    }
    .internal-page-section ul li {
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .internal-page-section ul li i {
        color: var(--cor-verde); /* Cor dos ícones de check */
        margin-right: 10px;
    }
    .content-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 40px auto;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .depoimentos .carousel-item {
      min-height: 250px;
    }
    .depoimentos .rounded-circle {
      object-fit: cover;
    }
