@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Playfair+Display:ital,wght@0,500;1,500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("/assets/fundosessão1.webp");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-container {
  max-width: 48rem;
  text-align: center;
  z-index: 10;
}
.hero-section .hero-container > * + * {
  margin-top: 2rem;
}
.hero-section .hero-title {
  font-family: "Fjalla One", sans-serif, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #e0d2b8;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .hero-section .hero-title {
    font-size: 4.5rem;
  }
}
.hero-section .hero-description {
  font-family: "Playfair Display", serif, serif;
  font-size: 1.5rem;
  color: #b8b09c;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-section .hero-description {
    font-size: 1.4rem;
  }
}
.hero-section .hero-cta-wrapper {
  padding-top: 1.5rem;
}
.hero-section .hero-btn {
  font-family: "Fjalla One", sans-serif, sans-serif;
  font-size: 1.756rem;
  background-color: #ffbd42;
  color: #1c232d;
  padding: 0.875rem 3rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  border: 2px solid #020617;
  box-shadow: 4px 4px 0px 0px rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .hero-section .hero-btn {
    font-size: 1.5rem;
  }
}
.hero-section .hero-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
}
.hero-section .hero-overlay-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 16px 16px;
}

.services-section {
  background-color: #353c44;
  padding: 0 1rem 5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.services-section .services-title-badge {
  background-color: #1c232d;
  padding: 1.5rem 4rem 2rem 4rem;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  text-align: center;
  margin-bottom: 4rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.services-section .services-title-badge h2 {
  font-family: "Fjalla One", sans-serif;
  color: #958979;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}
.services-section .services-container {
  width: 100%;
  max-width: 64rem;
  overflow-x: auto;
}
.services-section .services-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Playfair Display", serif, serif;
  color: #e0d2b8;
}
.services-section .services-table th,
.services-section .services-table td {
  border: 1px solid #d9ceb2;
  padding: 1.25rem 1.5rem;
  text-align: left;
  vertical-align: middle;
}
.services-section .services-table thead .th-blank {
  border: none;
}
.services-section .services-table thead .th-package {
  font-family: "Fjalla One", sans-serif, sans-serif;
  background-color: #d9ceb2;
  color: #38414b;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 400;
  width: 22%;
  text-transform: capitalize;
}
.services-section .services-table tbody .service-name {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.services-section .services-table tbody .status-icon {
  text-align: center;
  font-size: 2.25rem;
  opacity: 0.7;
}
.services-section .services-table tbody .status-icon.status-true {
  color: #d9ceb2;
}
.services-section .services-table tbody .status-icon.status-false {
  color: #b8b09c;
}
.services-section .services-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.02);
}

@media (max-width: 640px) {
  .services-section .services-title-badge {
    padding: 1rem 2.5rem 1.5rem 2.5rem;
  }
  .services-section .services-title-badge h2 {
    font-size: 2rem;
  }
  .services-section .services-table th,
  .services-section .services-table td {
    padding: 0.75rem 0.5rem;
  }
  .services-section .services-table thead .th-package {
    font-size: 1.25rem;
    width: 30%;
  }
  .services-section .services-table tbody .service-name {
    font-size: 0.95rem;
  }
}
.features-section {
  background-color: #1c232d;
  padding: 6rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.features-section .features-main-title {
  font-family: "Fjalla One", sans-serif;
  color: #ffffff;
  font-size: 2.25rem;
  text-align: center;
  text-transform: none;
  margin-bottom: 5rem;
  letter-spacing: 0.02em;
}
.features-section .features-main-title span {
  color: #d9ceb2;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media (min-width: 768px) {
  .features-section .features-main-title {
    font-size: 3rem;
  }
}
.features-section .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  width: 100%;
  max-width: 68rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .features-section .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features-section .feature-card {
  background-color: #b8b09c;
  border-radius: 1.25rem;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.9);
  border: 2px solid #000000;
}
.features-section .feature-card .feature-icon {
  background-color: #19222b;
  color: #b8b09c;
  padding: 0.75rem;
  border-radius: 0.75rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}
.features-section .feature-card .feature-icon svg {
  width: 2rem;
  height: 2rem;
}
.features-section .feature-card .feature-title {
  font-family: "Fjalla One", sans-serif;
  color: #19222b;
  font-size: 1.85rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  letter-spacing: 0.03em;
}
.features-section .feature-card .feature-text {
  font-family: "Playfair Display", serif;
  color: #1c232b;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
}
.features-section .features-action {
  width: 100%;
  display: flex;
  justify-content: center;
}
.features-section .features-btn {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5rem;
  background-color: #ffbd44;
  color: #19222b;
  padding: 1rem 4rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  border: 2px solid #000000;
  box-shadow: 6px 6px 0px 0px rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.15s ease;
}
.features-section .features-btn:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0px 0px rgb(0, 0, 0);
}

.mockup-section {
  background-color: #19222b;
  padding: 6rem 1.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mockup-section .mockup-bg-circle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(70%, -50%);
  width: 51rem;
  height: 51rem;
  background-color: #b8b09c;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .mockup-section .mockup-bg-circle {
    width: 50rem;
    height: 50rem;
    transform: translate(65%, -50%);
  }
}
.mockup-section .mockup-content-wrapper {
  width: 100%;
  max-width: 72rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .mockup-section .mockup-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.mockup-section .mockup-display-container {
  position: relative;
  width: 100%;
  max-width: 32rem;
  height: 26rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .mockup-section .mockup-display-container {
    height: 35rem;
    max-width: 38rem;
  }
}
.mockup-section .mockup-images-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.mockup-section .device-tablet {
  position: absolute;
  left: 0;
  top: 10%;
  width: 80%;
}
.mockup-section .device-tablet img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(15px 20px 30px rgba(0, 0, 0, 0.5));
}
.mockup-section .device-phone {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 50%;
  z-index: 3;
}
.mockup-section .device-phone img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(15px 20px 25px rgba(0, 0, 0, 0.6));
}
.mockup-section .mockup-text-container {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 32rem;
}
@media (min-width: 1024px) {
  .mockup-section .mockup-text-container {
    text-align: justify;
    margin-right: 4rem;
  }
}
.mockup-section .mockup-description {
  font-family: "Fjalla One", sans-serif;
  color: #ffffff;
  font-size: 2.063rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .mockup-section .mockup-description {
    text-align: justify;
    font-size: 3rem;
  }
}

.cta-final-section {
  display: flex;
  flex-direction: column;
  background-color: #958979;
  width: 100%;
}
@media (min-width: 1024px) {
  .cta-final-section {
    flex-direction: row;
    height: 60vh;
    min-height: 400px;
  }
}
.cta-final-section .cta-image-wrapper {
  flex: 1;
}
.cta-final-section .cta-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cta-final-section .cta-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .cta-final-section .cta-content {
    padding: 4rem;
  }
}
.cta-final-section .cta-title {
  font-family: "Fjalla One", sans-serif, sans-serif;
  color: #e0d2b8;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2.5rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .cta-final-section .cta-title {
    font-size: 3.5rem;
  }
}
.cta-final-section .cta-btn {
  font-family: "Fjalla One", sans-serif, sans-serif;
  font-size: 1.5rem;
  background-color: #ffbd42;
  color: #000000;
  padding: 1rem 3.5rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  border: 2px solid #000000;
  box-shadow: 6px 6px 0px 0px rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.15s ease;
}
.cta-final-section .cta-btn:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0px 0px rgb(0, 0, 0);
}

.site-footer {
  background-color: #353c44;
  padding: 5rem 2rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.site-footer .footer-container {
  width: 100%;
  max-width: 68rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .site-footer .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer .footer-container .footer-logo {
  max-width: 25rem;
}
.site-footer .footer-container .footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .site-footer .footer-container .footer-logo {
    max-width: 18rem;
    margin-bottom: 1rem;
  }
}
.site-footer .footer-container .footer-contact {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-family: "Playfair Display", serif, serif;
}
.site-footer .footer-container .footer-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  align-self: flex-start;
}
.site-footer .footer-container .contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.site-footer .footer-container .contact-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
  cursor: default;
}
.site-footer .footer-container .contact-list li:hover {
  color: #e0d2b8;
}
.site-footer .footer-container .contact-list li:hover .contact-icon {
  color: #ffbd42;
}
.site-footer .footer-container .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.site-footer .footer-container .contact-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}/*# sourceMappingURL=main.css.map */