
/* Estilos customizados */
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,100;1,400&display=swap');
</style>
html {
  scroll-behavior: smooth;
}
.whatsapp-link {
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
}
.whatsapp-link a:link{
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 25px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  fill: #ff9900;
}
.whatsapp-link img {
  width: 75px;
  height: 75px;
  color: #fff;
  margin: 8px auto;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: ;
  font-style: normal;
  line-height: 1.5;
  color: #8f8f8f;
  text-align: left;
  background-color: #fff;
}
a {
  color: #8f8f8f;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.subtitle-text{font-size: 18px; line-height: 18px; color: #7e7e7e; text-decoration: underline #6ef701 2px;}
.title-text{font-size: 40px; line-height: 40px; color: #030101;}
.title-text-i{font-size: 40px; line-height: 40px; color: #030101; font-weight: 700; font-style:italic;}

.text-top-bar{font-size: 12px; font-weight: 600;}
.font-text-green{color: #6ef701;}
.font-text-black{color: #030101;}
.bg-gray{background-color: #f5f5f5;}
.bg-green-white{background: #ffffff; background-image: url("../img/bk-green-section.jpg"); background-repeat: repeat-y; background-position: center center;}
.bg-green-whitei{background: #ffffff; background-image: url("../img/bk-green-section-inverter.jpg"); background-repeat: repeat-y; background-position: bottom center;}
.bk-contact-section{background: #ffffff; background-image: url("../img/bk-index-contato.jpg"); background-repeat: repeat-y; background-position: center center;}

/* Navbar */
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: bold;
    border-bottom: 3px solid transparent;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #6ef701;
    font-weight: bold;
    border-bottom: 3px solid #6ef701;
}
.bg-dark {
  background-color: #151515 !important;
  color: #8b8b8b;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  color: #fff;
  background-color: #1d2124 !important;
}
.bg-primary {
  background-color: #030101 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #030101 !important;
}

.bg-success {
  background-color: #6ef701 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.btn-success {
  color: #030101;
  background-color: #6ef701;
  border-color: #6ef701;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.btn-success:hover {
  color: #030101;
  background-color: #50a20f;
  border-color: #50a20f;
}

.btn-success:focus, .btn-success.focus {
  color: #030101;
  background-color: #50a20f;
  border-color: #50a20f;
}

.btn-dark {
  color: #fff;
  background-color: #030101;
  border-color: #030101;
}

.btn-dark:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #6ef701;
  border-radius: 0.1rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 2rem;
  }
}

/* Footer */
footer {
    background-color: #151515;
    border-top: 4px solid #6ef701;
    border-bottom: 4px solid #6ef701;
    color: #fff;
    text-align: center;
    padding: 25px 0 12px 0;
    font-size: 0.9rem;
}