@charset "UTF-8";
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 32px 18px;
  }
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.width-auto {
  width: auto;
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.p-0 {
  padding: 0px;
}

.justify-center {
  align-items: center;
  justify-items: center;
  gap: 16px;
}

.hidden {
  overflow: hidden;
}

.card-name {
  color: white !important;
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  .card-name {
    font-size: 12px !important;
font-weight:500;
  }
}

.wha img {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 24px;
}

.social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
}
.social img {
  width: 64px;
}

.circle-red {
  background-color: #AE0910;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.circle-red img {
  width: 40%;
}

.circles {
  display: flex;
  align-items: center;
  position: relative;
}

.circle-red-2 {
  background-color: #AE0910;
  opacity: 0.7;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -10px;
  border-radius: 100%;
}
.circle-red-2 img {
  width: 40%;
}

.circle-red-dashed {
  border: 1px dashed #AE0910;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -20px;
  border-radius: 100%;
}
.circle-red-dashed img {
  width: 40%;
}

h1 {
  color: #232224;
  font-family: "Sora", sans-serif;
  font-size: 64px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Sora", sans-serif;
    font-size: 36px;
    line-height: 100%;
  }
}

h2 {
  color: #232224;
  font-family: "Sora", sans-serif;
  font-size: 52px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Sora", sans-serif;
    font-size: 36px;
    line-height: 100%;
  }
}

.h2-font-size {
  font-size: 46px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1000px) {
  .h2-font-size {
    font-size: 36px;
  }
}

h3 {
  color: #232224;
  font-family: "Sora", sans-serif;
  font-size: 36px;
  line-height: 120%;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Sora", sans-serif;
    font-size: 24px;
    line-height: 120%;
  }
}

h4 {
  color: #232224;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  line-height: 130%;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    line-height: 130%;
  }
}

h5 {
  text-transform: uppercase;
  background: linear-gradient(220.94deg, #c45050 14.43%, #9e2626 85.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 140%;
}
h5 h5 {
  color: #C10B11;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 150%;
  }
}

p {
  color: #767576;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 150%;
  }
}

.bold {
  font-weight: bold;
  color: #353436;
}

strong {
  color: #232224;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 150%;
  }
}

.text-center {
  text-align: center;
}

a, button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: #232224;
  transition: 0.5s ease;
  cursor: pointer;
}
a:hover, button:hover {
  opacity: 0.9;
}

.button {
  background: rgb(220, 47, 47);
  border-radius: 8px;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #fefbff;
  border: 0px;
  padding: 8px 32px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 17px 17px rgba(204, 204, 204, 0.04), 0px 5.125px 5.125px rgba(204, 204, 204, 0.0260636), 0px 2.12866px 2.12866px rgba(204, 204, 204, 0.02), 0px 0.769896px 0.769896px rgba(204, 204, 204, 0.0139364);
}
.button .icon-btn {
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button:hover {
  box-shadow: 0px 17px 17px rgba(169, 80, 196, 0.13), 0px 5.125px 5.125px rgba(169, 80, 196, 0.0847066), 0px 2.12866px 2.12866px rgba(169, 80, 196, 0.065), 0px 0.769896px 0.769896px rgba(169, 80, 196, 0.0452935);
  transform: scale(1.02);
  opacity: 0.9;
}

.bg-icon-check::after {
  background-image: url("../svg/icon-check.svg");
  background-size: cover;
  transition: 0.5s ease;
  cursor: pointer;
  filter: drop-shadow(0px 16px 24px rgba(169, 80, 196, 0.25));
  width: 40px;
  height: 40px;
  top: 16px;
  left: 8px;
}
.bg-icon-check:hover::after {
  transform: scale(1.05);
}

.link {
  display: inline-block;
  color: #9e2626;
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  font-size: 18px;
  transition: 0.5s ease;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 16px;
  position: relative;
}
.link:after {
  content: "";
  position: absolute;
  top: 75%;
  left: 56px;
  width: 0%;
  height: 2px;
  z-index: -1;
  transition: 0.5s ease;
  background-color: #d27171;
}
.link:hover {
  opacity: 0.8;
  padding-left: 64px;
  background-position: 8px 50%;
}
.link:hover:after {
  width: 90%;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 48px;
}

.m-4 {
  margin: 72px;
}

.m-5 {
  margin: 128px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 48px;
}

.mt-4 {
  margin-top: 72px;
}

.mt-5 {
  margin-top: 128px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 48px;
}

.ml-4 {
  margin-left: 72px;
}

.ml-5 {
  margin-left: 128px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 48px;
}

.mr-4 {
  margin-right: 72px;
}

.mr-5 {
  margin-right: 128px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 48px;
}

.mb-4 {
  margin-bottom: 72px;
}

.mb-5 {
  margin-bottom: 128px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-3 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-4 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-5 {
  margin-left: 128px;
  margin-right: 128px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-3 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my-4 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my-5 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.p-1 {
  padding: 8px;
}

.p-2 {
  padding: 16px;
}

.p-3 {
  padding: 48px;
}

.p-4 {
  padding: 72px;
}

.p-5 {
  padding: 128px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 48px;
}

.pt-4 {
  padding-top: 72px;
}

.pt-5 {
  padding-top: 128px;
}

.pl-1 {
  padding-left: 8px;
}

.pl-2 {
  padding-left: 16px;
}

.pl-3 {
  padding-left: 48px;
}

.pl-4 {
  padding-left: 72px;
}

.pl-5 {
  padding-left: 128px;
}

.pr-1 {
  padding-right: 8px;
}

.pr-2 {
  padding-right: 16px;
}

.pr-3 {
  padding-right: 48px;
}

.pr-4 {
  padding-right: 72px;
}

.pr-5 {
  padding-right: 128px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 48px;
}

.pb-4 {
  padding-bottom: 72px;
}

.pb-5 {
  padding-bottom: 128px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-3 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-4 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-5 {
  padding-left: 128px;
  padding-right: 128px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-5 {
  padding-top: 128px;
  padding-bottom: 128px;
}

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #FAFAFA;
}

html {
  scroll-behavior: smooth;
}

svg {
  width: 100%;
}

img {
  width: 100%;
}

.border {
  border: 1px solid red;
}

.list {
  margin-top: 36px;
}

a:hover {
  opacity: 0.7;
}

.list-item {
  list-style: none;
  position: relative;
  padding: 8px 8px 8px 72px;
  margin-bottom: 48px;
}
@media screen and (max-width: 960px) {
  .list-item {
    margin-bottom: 32px;
  }
}
.list-item::after {
  position: absolute;
  top: 0;
  left: -8px;
  content: "";
  width: 64px;
  height: 64px;
}

.hero {
  width: 100%;
  height: 80vh;
  background-image: url("../public/hero.png");
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-card {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .grid-card {
    grid-template-columns: 1fr 1fr;
    padding: 24px;
  }
}

.card {
  padding: 16px;
  border: 2px solid white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 17px 17px rgba(204, 204, 204, 0.04), 0px 5.125px 5.125px rgba(204, 204, 204, 0.0260636), 0px 2.12866px 2.12866px rgba(204, 204, 204, 0.02), 0px 0.769896px 0.769896px rgba(204, 204, 204, 0.0139364);
}
@media screen and (max-width: 800px) {
  .card {
    flex-direction: column;
    padding: 8px;
  }
}

.card-content span {
  color: #9F090F;
}

.card-icon {
  width: 28px;
}

.full {
  background: #FBFBFB;
  padding: 46px 0px;
}

.services {
  display: flex;
  gap: 56px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 24px;
}
@media screen and (max-width: 800px) {
  .services {
    flex-direction: column;
  }
  .services iframe {
    width: 100%;
    height: 500px;
  }
}

.faq {
  display: flex;
  gap: 56px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 24px;
}
@media screen and (max-width: 800px) {
  .faq {
    flex-direction: column;
  }
}

.faq-container {
  max-width: 100%;
  width: 100%;
  margin: auto;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-question {
  color: #101010;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #F2F2F2;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.faq-question::after {
  content: "▾";
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #F2F2F2;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px;
}

.servico {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.servico h5 {
  color: #C10B11;
}
.servico h2 {
  font-size: 46px;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .servico h2 {
    font-size: 36px;
  }
}

span {
  color: #C10B11;
}

.services-grid {
  padding: 0px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.services-card-red {
  width: 100px;
  height: 320px;
  border-radius: 12px;
  background-color: #C10B11;
}
@media screen and (max-width: 1600px) {
  .services-card-red {
    display: none;
  }
}

.card-grande {
  grid-column: span 2;
}

.services-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 325px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.services-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  font-weight: bold;
  font-size: 1rem;
}

.produtos {
  max-width: 1440px;
  padding: 96px 24px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .produtos {
    grid-template-columns: 1fr 1fr;
    padding: 24px;
  }
}

.grid-produtos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .grid-produtos {
    grid-template-columns: 1fr 1fr;
  }
}

.produto-image {
  width: 100%;
  height: auto;
  text-align: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .produto-image {
    height: 300px;
  }
}
.produto-image img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .produto-image img {
    width: 100%;
  }
}

.card-produto {
  position: relative;
  border: 2px solid white;
  background-color: #FAF9F8;
  border-radius: 8px;
  margin-top: 10px;
  padding: 16px 36px;
}
.card-produto h5 {
  font-size: 10px;
}
.card-produto h2 {
  margin-top: 16px;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .card-produto {
    padding: 16px 16px;
  }
}

@media screen and (max-width: 800px) {
  .produto-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.send-message {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.send-message img {
  width: 40px;
  height: 40px;
  margin-left: auto !important;
}

.whats-icones {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 16px;
  top: 16px;
}

.hero-content {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .hero_desk {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .hero-mobile-responsive {
    display: none;
  }
}

.hero-mobile {
  background-image: url("../img/bg-patter.png");
  padding: 24px;
  color: white;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  background-size: cover;
  gap: 16px;
}
.hero-mobile h1, .hero-mobile h4, .hero-mobile p {
  color: white !important;
}
.hero-mobile button {
  width: 100%;
  height: 50px;
  border: 0px;
  background-color: red;
  color: white;
}
@media screen and (min-width: 800px) {
  .hero-mobile {
    display: none;
  }
}

.localization {
  width: 100%;
  text-align: left;
  display: flex;
  gap: 8px;
}
.localization img {
  width: 20px;
}

.hero-main-content {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  height: 80vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .hero-main-content {
    height: 0px;
    overflow: hidden;
  }
}

.hero-main-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 304px;
}
.hero-main-container h4, .hero-main-container h1, .hero-main-container p {
  color: white;
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .hero-main-container {
    display: none;
    z-index: -99;
    min-height: 0px;
    height: 0px;
    overflow: hidden;
  }
}

.actions-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.actions-buttons button {
  background: #D90C14;
  width: 194px;
  height: 52px;
  border: 0px;
  color: white;
  border-radius: 8px;
}

.pin-location {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pin-location img {
  width: 26px;
}

.navbar-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
}
.navbar-mobile .navbar-logo {
  margin-top: 12px;
}
.navbar-mobile .navbar-logo img {
  max-width: 150px;
}
.navbar-mobile .navbar-action {
  width: 50px;
}
.navbar-mobile .navbar-action img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .navbar-mobile {
    display: none;
  }
}

.menu-mobile {
  width: 100vw;
  height: 100vh;
  background-color: #f7f2fa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: 0.7s ease;
}

.active-menu-mobile {
  opacity: 1;
  pointer-events: all;
}

.list-menu-mobile {
  list-style: none;
  width: 100%;
  height: 100vh;
}
.list-menu-mobile li {
  padding: 16px 24px;
}
.list-menu-mobile li:hover {
  color: red;
}

.navbar-mobile {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
@media screen and (max-width: 960px) {
  .navbar-mobile {
    display: flex;
  }
}

.bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: 0.7s ease;
}
.bx:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 17%;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  transition: 0.5s ease;
}
.bx:before {
  content: "";
  position: absolute;
  top: 64%;
  left: 17%;
  width: 70%;
  height: 2px;
  background-color: white;
  transition: 0.5s ease;
}

.active-bx {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  z-index: 999;
  color:white;
}
.active-bx:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  transform: rotate(-135deg);
  background-color: #9e2626;
   color:white;
}
.active-bx:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  width: 70%;
  height: 2px;
  transform: rotate(315deg);
  background-color: #9e2626;
   color:white;
}

.contact {
  display: flex;
  flex-direction: row;
  gap: 56px;
  padding: 0px 24px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .contact {
    flex-direction: column;
  }
}

.contact-container {
  background: transparent;
  padding: 40px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0px 17px 17px rgba(204, 204, 204, 0.04), 0px 5.125px 5.125px rgba(204, 204, 204, 0.0260636), 0px 2.12866px 2.12866px rgba(204, 204, 204, 0.02), 0px 0.769896px 0.769896px rgba(204, 204, 204, 0.0139364);
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .contact-container {
    max-width: 100%;
  }
}

.icon .circle {
  background-color: #f4cfd1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background-color: #2c2c2c;
  color: white;
  border: none;
  padding: 14px;
  margin-bottom: 16px;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid #1e90ff;
}

.contact-form .row {
  display: flex;
  gap: 10px;
}

.contact-form .row input,
.contact-form .row select {
  flex: 1;
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form button {
  width: 100%;
  background-color: #d92027;
  color: white;
  font-size: 14px;
  padding: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #bb1c22;
}

.icon-arrow {
  font-size: 16px;
}

.list-contact li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  list-style: none;
}
.list-contact li img {
  width: 60px;
}

header {
  width: 100%;
  transition: 0.5 ease;
  z-index: 800;
  position: fixed;
}
@media screen and (max-width: 800px) {
  header {
    position: relative;
    background-image: url("../img/bg-patter.png");
    border-bottom: 1px solid red;
  }
}

.active-header {
  position: fixed;
  background-image: url("../img/bg-patter.png");
  box-shadow: 0px 51px 80px rgba(169, 80, 196, 0.08), 0px 15.375px 24.1177px rgba(169, 80, 196, 0.0521271), 0px 6.38599px 10.0172px rgba(169, 80, 196, 0.04), 0px 2.30969px 3.62304px rgba(169, 80, 196, 0.0278729);
}

.navbar-desktop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.navbar-desktop .navbar-logo {
  transition: 0.5s ease;
  cursor: pointer;
}
.navbar-desktop .navbar-logo img {
  max-width: 150px;
}
.navbar-desktop .navbar-logo:hover {
  opacity: 0.9;
}
.navbar-desktop .menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navbar-desktop .menu a {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 800px) {
  .navbar-desktop {
    display: none;
  }
}

footer {
  width: 100%;
  height: auto;
  background-image: url("../img/bg-patter.png");
  margin-top: 96px;
}

.logo-footer {
  max-width: 150px;
  padding-bottom: 46px;
}

.grid-footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.grid-footer ul {
  list-style: none;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.grid-footer ul li {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.grid-footer ul li a {
  color: white !important;
}
.grid-footer ul .list-title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .grid-footer {
    flex-direction: column;
  }
}

.cards {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 200px;
  margin-top: 36px;
}
@media screen and (min-width: 800px) {
  .cards {
    position: absolute;
    bottom: 40px;
    width: 200px;
  }
/* Fundo escurecido */
.popup-overlay {
  position: absolute; /* Fica fixo na tela */
  top: 0;
  left: 0;
  width: 100vw; /* Largura da tela */
  height: 100vh; /* Altura da tela */
  background: rgba(0, 0, 0, 0.7); /* Fundo preto translúcido */
  display: flex; /* Centralização flex */
  align-items: center; /* Centralizar vertical */
  justify-content: center; /* Centralizar horizontal */
  z-index: 99999; /* Garantir que fica acima de tudo */
}

/* Caixa do popup */
.popup-content {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

/* Botão de fechar */
.popup-content button {
  background: #d62d20;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  margin-top: 1rem;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1rem;
}

.popup-content button:hover {
  background: #a51f16;
}

/* Animação suave */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
}/*# sourceMappingURL=style.css.map */