@charset "UTF-8";
.hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgb(0, 0, 0));
}
.hero .container-flex {
  display: flex;
  background-color: transparent;
}
.hero .container-flex .hero_text {
  margin-bottom: 40px;
  max-width: 60%;
  margin-top: 200px;
  background-color: none;
}
.hero .container-flex .hero_text h1 {
  margin-bottom: 20px;
}
.hero .container-flex .hero_text p {
  margin-bottom: 40px;
}
.hero .container-flex .hero_image {
  max-width: 50%;
  background-color: none;
  margin-top: 180px;
}
.hero .container-flex .hero_image img {
  animation: example 3s infinite ease-in-out;
  width: 400px;
  filter: drop-shadow(1px 1px 15px rgb(48, 48, 48));
}
@media (max-width: 1024px) {
  .hero {
    width: 100%;
    height: 100vh;
  }
  .hero .container-flex {
    display: flex;
    background-color: transparent;
  }
  .hero .container-flex .hero_text {
    margin-bottom: 40px;
    max-width: 50%;
    margin-top: 100px;
    background-color: none;
  }
  .hero .container-flex .hero_text h1 {
    padding-top: 40px;
  }
  .hero .container-flex .hero_text p {
    margin-bottom: 40px;
  }
  .hero .container-flex .hero_image {
    max-width: 50%;
    background-color: none;
    margin-top: 100px;
  }
  .hero .container-flex .hero_image img {
    width: 300px;
    filter: drop-shadow(1px 1px 15px rgb(48, 48, 48));
  }
}
@media (max-width: 768px) {
  .hero {
    width: 100%;
    height: 100vh;
  }
  .hero .container-flex {
    display: block;
    background-color: transparent;
  }
  .hero .container-flex .hero_text {
    margin-bottom: 40px;
    max-width: 100%;
    margin-top: 0;
    background-color: none;
  }
  .hero .container-flex .hero_text h1 {
    padding-top: 40px;
  }
  .hero .container-flex .hero_text p {
    margin-bottom: 40px;
  }
  .hero .container-flex .hero_image {
    max-width: 100%;
    background-color: none;
    margin-top: 0;
  }
  .hero .container-flex .hero_image img {
    width: 270px;
    filter: drop-shadow(1px 1px 15px rgb(48, 48, 48));
  }
}
@media (max-width: 450px) {
  .hero {
    width: 100%;
    height: 100vh;
  }
  .hero .container-flex {
    display: block;
    background-color: transparent;
  }
  .hero .container-flex .hero_text {
    margin-bottom: 40px;
    max-width: 100%;
    margin-top: 0;
    background-color: none;
  }
  .hero .container-flex .hero_text h1 {
    padding-top: 40px;
  }
  .hero .container-flex .hero_text p {
    margin-bottom: 40px;
  }
  .hero .container-flex .hero_image {
    max-width: 100%;
    background-color: none;
    margin-top: 0;
    text-align: center;
  }
  .hero .container-flex .hero_image img {
    width: 200px;
    filter: drop-shadow(1px 1px 15px rgb(48, 48, 48));
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-decoration: none;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0;
}
@media (max-width: 1024px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
}

.info {
  padding: 40px;
  background-color: #000;
  margin-bottom: 0;
  border-bottom: 1px solid #7c664f;
  text-align: center;
}
.info .container-flex {
  display: flex;
  gap: 40px;
  padding: 10px;
  margin: 80px;
  align-items: center;
}
.info .container-flex .info_image {
  max-width: 40%;
}
.info .container-flex .info_image img {
  width: auto;
  height: 400px;
  border-bottom-right-radius: 20px;
  filter: drop-shadow(1px 1px 20px #7c664f);
}
.info .container-flex .info_text {
  max-width: 50%;
  margin-left: 60px;
}
.info .container-flex .info_text .title {
  margin-bottom: 40px;
  margin-top: 80px;
}
.info .title--small {
  text-align: center;
  margin: 80px 0;
}
.info .box_flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 60px 0;
}
.info .box_flex .item {
  text-align: left;
  padding: 20px;
  border-radius: 20px;
  background-color: rgb(120, 113, 108);
  animation: example 5s infinite ease-in-out;
}
.info .box_flex .item .colorBlack {
  display: block;
  margin: 20px 0 40px;
}
@media (max-width: 1024px) {
  .info .container-flex {
    display: block;
    padding: 20px;
    margin: 80px 0;
  }
  .info .container-flex .info_image {
    max-width: 100%;
    text-align: center;
  }
  .info .container-flex .info_image img {
    width: auto;
    height: 400px;
    border-bottom-right-radius: 20px;
    filter: drop-shadow(1px 1px 20px #7c664f);
  }
  .info .container-flex .info_text {
    max-width: 100%;
    margin-left: 60px;
  }
  .info .container-flex .info_text .title {
    margin-bottom: 40px;
    margin-top: 80px;
  }
  .info .title--small {
    text-align: center;
    margin: 80px 0;
  }
  .info .box_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 60px 0;
  }
  .info .box_flex .item {
    text-align: left;
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(120, 113, 108);
    animation: example 5s infinite ease-in-out;
  }
  .info .box_flex .item .colorBlack {
    display: block;
    margin: 20px 0 40px;
  }
}
@media (max-width: 768px) {
  .info {
    padding: 0px;
    background-color: #000;
    border-bottom: 1px solid #7c664f;
    text-align: center;
  }
  .info .container-flex {
    display: block;
    padding: 0;
    margin-top: 80px;
  }
  .info .container-flex .info_image {
    max-width: 70%;
    margin: 0 auto;
  }
  .info .container-flex .info_image img {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 20px;
    filter: drop-shadow(1px 1px 20px #7c664f);
  }
  .info .container-flex .info_text {
    max-width: 100%;
    margin-left: 0;
  }
  .info .container-flex .info_text .title {
    margin-bottom: 40px;
    margin-top: 80px;
  }
  .info .title--small {
    text-align: center;
    margin: 80px 0;
  }
  .info .box_flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 60px 0;
    padding: 60px;
  }
  .info .box_flex .item {
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(120, 113, 108);
    animation: example 5s infinite ease-in-out;
    height: auto;
  }
  .info .box_flex .item .colorBlack {
    display: block;
    margin: 20px 0 40px;
  }
}
@media (max-width: 450px) {
  .info {
    padding: 0px;
    background-color: #000;
    border-bottom: 1px solid #7c664f;
  }
  .info .container-flex {
    display: block;
    padding: 0;
    margin-top: 80px;
  }
  .info .container-flex .info_image {
    max-width: 100%;
    margin: 0 auto;
  }
  .info .container-flex .info_image img {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 20px;
    filter: drop-shadow(1px 1px 20px #7c664f);
  }
  .info .container-flex .info_text {
    max-width: 100%;
    margin-left: 0;
  }
  .info .container-flex .info_text .title {
    margin-bottom: 40px;
    margin-top: 80px;
  }
  .info .title--small {
    text-align: center;
    margin: 80px 0;
  }
  .info .box_flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 57px;
    margin: 60px 0;
    padding: 0px;
  }
  .info .box_flex .item {
    padding: 20px;
    border-radius: 20px;
    background-color: rgb(120, 113, 108);
    animation: example 5s infinite ease-in-out;
    height: auto;
  }
  .info .box_flex .item .colorBlack {
    display: block;
    margin: 20px 0 40px;
  }
}

@keyframes example {
  50% {
    transform: translateY(-10%);
  }
}
.container-posi {
  background-color: #000;
  position: relative;
  z-index: 49;
  max-width: 100%;
}
.container-posi .list {
  width: 100%;
  position: absolute;
  z-index: 40;
  overflow: hidden;
  background-color: #000;
  padding: 20px 10px;
  margin-top: 0;
}
.container-posi .list .inner::after {
  content: "";
  display: flex;
  gap: 1rem;
}
.container-posi .list .inner {
  display: flex;
  gap: 1rem;
  animation: loop 10s linear infinite;
  /* Defina uma largura maior que o conteúdo visível */
}
.container-posi .list .inner .item {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
  color: #e2e8f0;
  font-size: 0.9rem;
  background-color: #334155;
  padding: 0.7rem 1rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2), 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3019607843), 0 0.2rem 1.5rem rgba(0, 0, 0, 0.4);
}
.container-posi .list .inner .item span {
  font-size: 1.2rem;
  color: #64748b;
}
.container-posi .list .fade {
  position: relative; /* Mantenha fixo em relação ao container */
  top: 0;
  left: 0;
  right: 0;
  height: 100%; /* Certifique-se de que cubra toda a altura */
  background: linear-gradient(90deg, #1e293b, transparent 30%, transparent 70%, #1e293b);
  z-index: 30;
  pointer-events: none;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.carrousel {
  text-align: center;
  background-color: black;
  margin-top: -60px;
  padding: 80px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.carrousel .text {
  text-align: center;
  padding: 0px;
}
.carrousel .text h1 {
  margin-top: 60px;
}
.carrousel .container-flex {
  margin: 30px 0;
  padding: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 100%;
  justify-content: center;
}
.carrousel .container-flex .item {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.carrousel .container-flex .item .frame {
  border: 1px solid #7c664f;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 16/9;
}
.carrousel .carousel {
  background-color: black;
  margin-top: 30px;
}
.carrousel .carousel .carousel-inner {
  background-color: black;
  padding: 40px;
  border: 1px solid #7c664f;
  border-radius: 20px;
}
.carrousel .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: auto;
  padding: 20px;
}
.carrousel .carousel .carousel-inner .carousel-item img {
  border-radius: 20px;
  width: 100%; /* Ajusta a largura para preencher o contêiner */
  height: 70vh; /* Define a altura da imagem para 100vh */
  object-fit: contain; /* Ajuste a imagem sem perder partes */
}
.carrousel .carousel .carousel-inner .carousel-item img .item {
  margin: 0 auto;
}
.carrousel .carousel .carousel-inner .carousel-item img .item .frame {
  border: 1px solid #7c664f;
  border-radius: 20px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .carrousel .container-flex {
    grid-template-columns: 1fr;
  }
  .carrousel .item {
    max-width: 90%;
  }
}
@media (max-width: 450px) {
  .carrousel .carousel {
    background-color: black;
    margin-top: 30px;
  }
  .carrousel .carousel .carousel-inner {
    background-color: black;
    padding: 0px;
    border: 1px solid #7c664f;
    border-radius: 20px;
  }
  .carrousel .carousel .carousel-inner .carousel-item {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .carrousel .carousel .carousel-inner .carousel-item img {
    width: 100%; /* Ajusta a largura para preencher o contêiner */
    height: 70vh; /* Define a altura da imagem para 100vh */
    object-fit: contain; /* Ajuste a imagem sem perder partes */
  }
  .carrousel .container-flex {
    padding: 10px;
  }
  .carrousel .item {
    max-width: 100%;
  }
}

.about {
  background-color: black;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: -40px;
  box-sizing: border-box;
  overflow: hidden;
}
.about .about-flex {
  gap: 60px;
  display: flex;
  padding: 40px;
  width: 100%;
}
.about .about-flex .about-text {
  margin: 40px 0;
  max-width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .about-flex .about-text h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #cfbd8d;
}
.about .about-flex .about-text p {
  font-size: 16px;
  color: rgb(141, 137, 133);
}
.about .about-flex .about-image {
  max-width: 50%;
  height: auto;
}
.about .about-flex .about-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .about {
    display: block;
    margin-bottom: 0;
  }
  .about .about-flex {
    gap: 20px;
    display: block;
    padding: 0;
    width: 100%;
  }
  .about .about-flex .about-text {
    margin: 0;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about .about-flex .about-text h1 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #cfbd8d;
  }
  .about .about-flex .about-text p {
    font-size: 16px;
    color: rgb(141, 137, 133);
  }
  .about .about-flex .about-image {
    max-width: 100%;
    margin-top: 40px;
    height: auto;
    text-align: center;
    margin-left: 30%;
  }
  .about .about-flex .about-image img {
    width: auto;
    height: 500px;
  }
}
@media (max-width: 780px) {
  .about .about-flex {
    gap: 20px;
    display: block;
    padding: 0;
    width: 100%;
  }
  .about .about-flex .about-text {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about .about-flex .about-text h1 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #cfbd8d;
  }
  .about .about-flex .about-text p {
    font-size: 14px;
    color: rgb(141, 137, 133);
  }
  .about .about-flex .about-image {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
  }
  .about .about-flex .about-image img {
    width: auto;
    height: 400px;
    margin: 0 auto;
  }
}

.footer {
  display: block;
  background-color: #7c664f;
  padding: 40px;
  text-align: center;
  clear: both;
  width: 100%;
  min-height: 80px;
  color: white;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.faq {
  background-color: black;
}
.faq h1 {
  padding: 40px 0 0;
  text-align: center;
}
.faq .container-box {
  padding: 20px;
}
.faq .container-box .box-reverse {
  flex-direction: row-reverse;
}
.faq .container-box .box {
  margin-top: 40px;
  padding: 40px;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  background-color: rgb(120, 113, 108);
}
.faq .container-box .box .box-text {
  max-width: 55%;
}
.faq .container-box .box .box-text .button-center {
  display: flex;
  justify-content: center;
}
.faq .container-box .box .box-text h3 {
  color: #cfbd8d;
}
.faq .container-box .box .box-text h4 {
  color: #cfbd8d;
  margin: 20px 0;
}
.faq .container-box .box .box-text .paragrafo {
  margin-bottom: 40px;
}
.faq .container-box .box .box-image {
  max-width: 35%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .container-box .box .box-image img {
  height: 500px;
  width: auto;
  object-fit: contain;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .faq .title--small {
    padding: 60px 0 10px;
    text-align: center;
  }
  .faq .container-box {
    padding: 40px 0;
  }
  .faq .container-box .box {
    display: block;
    background-color: rgb(120, 113, 108);
    padding: 40px;
    border-radius: 20px;
    margin-top: 40px;
    align-items: center;
  }
  .faq .container-box .box .box-text {
    max-width: 100%;
  }
  .faq .container-box .box .box-text h3 {
    color: #cfbd8d;
  }
  .faq .container-box .box .box-text h4 {
    color: #cfbd8d;
    margin: 20px 0;
  }
  .faq .container-box .box .box-text .paragrafo {
    margin-bottom: 10px;
  }
  .faq .container-box .box .box-text .button-center {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .faq .container-box .box .box-image {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .faq .container-box .box .box-image img {
    border-radius: 20px;
    height: 400px;
    width: auto;
    object-fit: contain;
  }
}

.offer {
  background-color: black;
  padding: 100px 40px;
}
.offer .box-offer {
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px;
  max-width: 600px;
  background-image: linear-gradient(#7c664f, #cfbd8d, white);
  text-align: center;
  animation: example 3s infinite ease-in-out;
}
.offer .box-offer .image-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.offer .box-offer .image-container img {
  width: 50%;
}
.offer .box-offer h3 {
  color: black;
}
.offer .box-offer .risco {
  color: red;
}
.offer .box-offer .dou {
  color: #7c664f;
}
.offer .box-offer span {
  color: black;
}
.offer .box-offer h4 {
  color: black;
  margin-top: 20px;
}
.offer .box-offer .button-container {
  margin: 30px 0;
}

@media (max-width: 750px) {
  .box-offer {
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px;
    max-width: 600px;
    background-image: linear-gradient(#7c664f, #cfbd8d, white);
    text-align: center;
    animation: example 3s infinite ease-in-out;
  }
  .box-offer .image-container {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .box-offer .image-container img {
    width: 50%;
  }
  .box-offer h3 {
    color: black;
    font-size: 20px;
  }
  .box-offer .risco {
    color: red;
  }
  .box-offer .dou {
    color: #7c664f;
  }
  .box-offer span {
    color: black;
  }
  .box-offer h4 {
    font-size: 20px;
    color: black;
    margin-top: 20px;
  }
  .box-offer .button-container {
    margin: 30px 0;
  }
}
.oferta {
  padding: 80px 0;
  text-align: center;
  background-color: rgb(120, 113, 108);
}
.oferta .container-texto {
  max-width: 800px;
  margin: 0 auto;
}
.oferta h1 {
  margin-bottom: 30px;
}
.oferta p {
  margin: 30px 0;
}
.oferta .b {
  padding: 20px;
}
.oferta .button {
  margin-top: 80px 0;
}

body {
  background-color: #000; /* Altere para a cor desejada */
}

.title {
  color: #cfbd8d;
  font-size: 32px;
}
@media (max-width: 1024px) {
  .title {
    font-size: 28px;
  }
}

.title--small {
  font-size: 26px;
  color: #cfbd8d;
}

.colorBlack {
  font-size: 18px;
  color: #000;
}

.spanColor {
  color: #fff;
}

.button {
  text-decoration: none;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 10px;
  color: #000;
  padding: 10px 20px;
  border: 4px solid transparent;
  background-image: linear-gradient(to right, #7c664f, #cfbd8d, #7c664f);
  animation: example 1.5s infinite ease-in-out;
}

.button:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.risco {
  text-decoration: line-through;
}

@media (max-width: 780px) {
  .button {
    flex-wrap: nowrap;
    text-decoration: none;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
    color: #000;
    padding: 6px 9px;
    background-color: #fff;
    border: 4px solid transparent;
    background-image: linear-gradient(to right, #7c664f, #cfbd8d, #7c664f);
    animation: example 1.5s infinite ease-in-out;
  }
}
@keyframes example {
  50% {
    transform: translateY(-10%);
  }
}