@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap");
@import url(./parts/home.css);
@import url(./parts/navbar.css);
@import url(./parts/galeria.css);
@import url(./parts/quem-somos.css);
@import url(./parts/exclusividade.css);
@import url(./parts/masterplan-contato.css);
@import url(./parts/modais.css);
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --verde: #47774d;
  --verde-claro: #629269;
  --verde-escuro: #2c4e38;
  --cinza: #f1f0ee;
  --varWidthBefore: 0%;
  --azul: #090a22;
  --marrom-claro: #c7bbac;
  --amarelado: #be9636;
}

body {
  font-family: 'Poppins', sans-serif;
}

p {
  font-family: 'Work Sans', sans-serif;
}

.borda {
  border: 1px solid var(--danger);
}

.text-amarelado {
  color: var(--amarelado);
}

.help-block {
  display: none !important;
}

.no-underline:hover {
  text-decoration: none !important;
}

@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

.carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

#carousel-home {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-marrom-claro {
  background-color: var(--marrom-claro);
  color: black !important;
  font-weight: 500;
  padding: 9px 30px;
}

.btn-marrom-claro:hover {
  background-color: #a28c75;
}

.btn-amarelado {
  background-color: var(--amarelado);
  color: white !important;
  font-weight: 500;
  padding: 9px 30px;
}

.btn-amarelado:hover {
  background-color: #a97221;
}

.modal-backdrop.show {
  opacity: 0.8;
  height: 100%;
  width: 100%;
}

.link-whatsapp-flutuante {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #34af23;
  color: white !important;
  font-size: 33px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-whatsapp-flutuante:hover {
  background-color: #228714;
}
/*# sourceMappingURL=index.css.map */