@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
ul,
ol,
h1,
h2,
h3,
h4,
p {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
.hero {
  background: url("../images/american-public-power-association-fm5_vCUa-Bc-unsplash.jpg") center center
    no-repeat;
  background-size: cover;
  height: 100vh;
}
.navbar-custom {
  width: 100%;
  display: flex;
  align-items: center !important;
  text-align: center !important;
  background-color: #000000;
  color: #ffffff;
}
.navbar-custom span {
  color: #ffffff;
}
.overlay {
  background-color: #141414be;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.logo img {
  max-height: 150px;
}

.lp-name {
  color: #fff;
  font-size: 3rem;
  margin-top: 20px;
}

.lp-description {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 20px;
}
.btn-whatsapp {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 16px 0px;
  text-decoration: none;

  animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite normal none
    running textura;
  background-image: linear-gradient(
    45deg,
    rgb(208, 171, 90),
    rgb(152, 128, 71),
    rgb(208, 171, 90),
    rgb(152, 128, 71),
    rgb(208, 171, 90)
  );
  background-size: 400% 200%;
  transition: background 1.6s cubic-bezier(0.55, 0.1, 0.47, 0.94) 0.2s all;
}
@keyframes textura {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.btn-whatsapp:hover {
  transform: scale(1.1);
  cursor: pointer;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}

.btn-features:hover {
  transform: scale(1.1);
  cursor: pointer;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}

.start-chat-label {
  color: white;
  font-size: 1rem;
  padding-left: 8px;
  padding-top: 13px;
}
.wa-chat-bubble-wrapper p {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
}

.lp-features {
  padding: 64px 0;
  background-color: #f9f9f9;
}
.btn-features {
  width: 100%;
  display: inline-block;
  padding: 18px 24px;
  border-radius: 50px;
  border: none;
  color: #fff;
  background-color: #1a1a1a !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 16px 0px;
  text-decoration: none;
}
.lp-features h1 {
  color: #1a1a1a;
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 48px;
}
.lp-features h2 {
  color: #141414;
  text-align: justify;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
.lp-features p {
  text-align: justify;
  font-size: 16px;
}
.lp-features img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.features-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}
.features-list li {
  text-align: left;
  margin-bottom: 16px;
  font-size: 20px;
}
.features-list i {
  margin-right: 8px;
  color: #25d366;
}

.lp-vantagens {
  padding: 64px 0;
  background-color: #f9f9f9;
}
.lp-vantagens h1 {
  color: #141414;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 48px;
}
.lp-vantagens p {
  text-align: left;
  font-size: 18px;
}
.lp-vantagens .card-vantagens {
  padding: 20px;
  color: #f2f2f2;
}
.lp-vantagens .card-vantagens i {
  padding: 20px;
  margin-top: 20px;
  font-size: 32px;
  color: #988047;
}
.lp-vantagens .card-vantagens .card {
  min-height: 250px;
  background-color: #141414;
}
.lp-vantagens .card-vantagens .card .card-body p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #f2f2f2;
}

#attractions {
  padding: 80px 0;
  background-color: #f2f2f2;
}

#attractions h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #141414;
}
#attractions p {
  text-align: center;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  color: #141414;
}
#attractions span {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #141414;
}
#attractions img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.card {
  box-shadow: none !important;
  border: none !important;
}
#attractions form {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
}
#attractions .padding {
  padding: 24px 24px;
}
#attractions form label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#attractions form input[type="text"],
#attractions form input[type="email"],
#attractions form textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.attraction-item {
  text-align: center;
  margin-bottom: 50px;
}

.attraction-item i {
  font-size: 48px;
  color: #333;
  margin-bottom: 20px;
}

.attraction-item p {
  font-size: 24px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}

.attraction-item a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 18px;
  color: #fff;
  background-color: #cba344;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.attraction-item a:hover {
  background-color: #cba344;
}

.btn-contato {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 12px 24px;
  border-radius: 50px;
  background-color: #25d366;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin: 16px 0px;
  text-decoration: none;
}
.btn-contato:hover {
  transform: scale(1.1);
  color: #fff;
}
.btn-contato i {
  font-size: 24px;
}

.about {
  background: url("/images/bg.jpg") center center no-repeat;
  background-size: cover;
  background-color: #f7f7f7;
}
.overlay-about {
  padding: 50px 0 30px 0;
  background-color: #141414ce;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}

.about p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}

#projetos {
  background-color: #f2f2f2;
  padding: 100px 0;
}

#projetos h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  color: #141414;
}

.projeto-card img {
  max-height: 350px;
}

.card {
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.card h3 {
  padding: 12px 0;
  font-weight: bold;
  text-align: center;
  color: #141414;
  font-size: 24px;
  margin-bottom: 0px;
}

.card p {
  font-size: 15px;
}

#contact {
  background-color: #f8f8f8;
  padding: 100px 0;
}

#contact h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #141414;
}

#contact p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

#contact ul li {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.8;
  text-align: left;
}

.gallery {
  background-color: #f2f2f2;
  padding: 50px;
}

.gallery h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #141414;
}

.photos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.photos img {
  width: 30%;
  margin-bottom: 20px;
}

.info {
  background-color: #fff;
  padding: 20px;
}

.info h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.info ul {
  list-style: none;
  padding-left: 0;
}

.info li {
  margin-bottom: 10px;
}

.info li strong {
  display: inline-block;
  width: 120px;
}

.map {
  width: 100%;
}
.map iframe {
  min-width: 100%;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  color: #ffffff;
  background-color: #988047;
}

@media screen and (max-width: 576px) {
  .logo img {
    width: 150px;
  }
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .lp-description {
    font-size: 20px;
  }
  .lp-name {
    font-size: 42px;
  }
  .btn-whatsapp {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
  }
  .btn-whatsapp:hover {
    transform: scale(1);
  }
  .btn-features {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
  }
  .btn-features:hover {
    transform: scale(1);
  }
  .lp-features h1 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  #attractions span {
    line-height: 14px;
  }
  #attractions form label {
    font-size: 14px;
  }
  #attractions h2 {
    font-size: 32px;
  }
  #attractions h2 span {
    font-size: 32px !important;
  }
  #attractions p {
    font-size: 14px;
  }
  .lp-vantagens h1 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }
  #projetos h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #141414;
  }
  #contact h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #141414;
  }
 
}
