@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f5f7fa;
  overflow-x: hidden;
}

nav {
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* padding: 15px 30px; */
  border-bottom: 5px solid #ec0000;
  transition: border-color 0.3s;
  border-image-slice: 1;
  transition: border-image 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px;
}

nav img {
  width: 100px;
  height: auto;
}

.button a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 16px;
  /* background-color: #cc0628; */
  color: rgb(82, 79, 79);
  border-radius: 5px;
  transition: background 0.3s;
}

.button a:hover {
  color: #c01056;
  transition: 0.3s;
}

.toggle-theme-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  padding: 10px 12px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: white;
  overflow: hidden;
  padding-top: 130px;
}

.banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.bannerr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: white;
  overflow: hidden;
}

.bannerr img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bannerr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.banner3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: white;
  overflow: hidden;
  /* padding-top: 50px; */
}

.banner3 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 100px;
  z-index: 1;
}

.text h1 {
  font-size: 30px;
}

.text a {
  display: flex;
  color: #ffffff;
  border-radius: 5px;
  background-color: #02a70b;
  text-decoration: none;
  /* max-width: 800px; */
  width: 145%;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
}

.text a {
  animation: pulse 2s infinite;
}

.text a:hover {
  background-color: #ff0606;
  transition: 0.3s;
  color: rgb(255, 255, 255);
}

.text3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 100px;
  z-index: 1;
}

.text3 h1 {
  font-size: 30px;
}

.text3 a {
  display: flex;
  color: #000000;
  border-radius: 5px;
  background-color: #ffffff;
  text-decoration: none;
  /* max-width: 800px; */
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
}

.text3 a {
  animation: pulse 2s infinite;
}

.text3 a:hover {
  background-color: rgb(90, 88, 88);
  transition: 0.3s;
  color: rgb(255, 255, 255);
}

.menu-toggle {
  display: none;
  font-size: 38px;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  color: #000000;
}

.menu {
  display: flex;
  gap: 20px;
  transition: right 0.3s ease;
}

.menu.show {
  right: 0;
}

.menu a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  padding: 5px;
}

.menu a:hover {
  color: #ff0606;
  transition: 0.3s;
}

footer {
  background: linear-gradient(45deg, #eb0505, #330101);
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin: 20px;
}

.footer-section p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.footer-logos img {
  width: 100px;
  transition: transform 0.3s;
}

.footer-logos img:hover {
  transform: scale(1.05);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  border-top: 4px solid rgb(255, 255, 255);
}

.footer-bottom a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: #d46307;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #a10404;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a10404;
}

@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: 70px;
    border-top: 3px solid #ec0000;
    right: 0;
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
  }

  .menu.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  nav {
    flex-direction: column;
    gap: 15px;
  }

  .app-section {
    flex-direction: column;
  }

  .banner {
    padding-top: 150px;
  }

  .text3 {
    padding: 45px;
  }

  .text1 h1 {
    font-size: 22px;
  }

  .atendimento h1 {
    font-size: 22px !important;
  }

  .atendimento {
    padding: 50px !important;
  }
  .text3 h1 {
    font-size: 22px;
  }

  .text h1 {
    font-size: 23px;
  }

  .app-text h1 {
    font-size: 20px;
  }

  .text1 {
    padding: 60px;
  }
  .text {
    padding: 50px;
  }
  .banner1 {
    flex-direction: column;
  }

  .text a {
  display: flex;
  color: #ffffff;
  border-radius: 5px;
  background-color: #02a70b;
  text-decoration: none;
  /* max-width: 800px; */
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
}
}

body.dark-mode .toggle-theme-btn {
  background-color: #222;
}

body.dark-mode .menu-toggle {
  color: #fff;
}

body.dark-mode {
  background-color: #222;
}

body.dark-mode h1,
body.dark-mode .atendimento p {
  color: #fff;
}

body.dark-mode nav {
  background-color: #1f1f1f;
}

body.dark-mode footer {
  background: linear-gradient(45deg, #360202, #360202);
  color: #fff;
}

body.dark-mode .atendimento-app p {
  color: #222;
}

body.dark-mode .atendimento {
  background: #333;
  color: #fff;
}

body.dark-mode .atendimento-item {
  background: linear-gradient(45deg, #333, #141111);
  color: #fff;
}

body.dark-mode .menu a{
  color: #fff;
}

body.dark-mode .menu{
  background-color: #1f1f1f;
}

body.dark-mode .bloco1,
body.dark-mode .bloco2,
body.dark-mode .bloco3,
body.dark-mode .bloco4,
body.dark-mode .bloco5 {
  background: linear-gradient(45deg, #333, #141111);
  color: #fff;
}

body.dark-mode .overlay p{
  color: #fff;
}

body.dark-mode .atendimento h1,
body.dark-mode .atendimento p,
body.dark-mode .atendimento-item p,
body.dark-mode .atendimento-item h2 {
  color: #ffffff;
}

.atendimento {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 900px;
  margin: 40px auto;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
}

.atendimento h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #222;
}

.atendimento p {
  color: #444;
  margin-bottom: 24px;
}

.atendimento-app {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.atendimento-item {
  background: #f9f9fb;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px 20px;
  flex: 1 1 220px;
  max-width: 260px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.atendimento-item img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}

.atendimento-item h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
}

.atendimento-item p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 18px;
}

.atendimento-item a {
  display: inline-block;
  background: #e60026;
  color: #fff;
  font-weight: bold;
  border-radius: 24px;
  padding: 10px 28px;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: auto;
}

.atendimento-item a:hover {
  background: #b8001b;
}

.qdrcaixa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px;
}

.banner1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: white;
  overflow: hidden;
}

.banner1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}

.banner1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.text1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 100px;
  z-index: 1;
}

.text1 h1 {
  font-size: 30px;
}

.text1 a {
  display: flex;
  color: #797777;
  border-radius: 5px;
  background-color: #f8f8f8;
  text-decoration: none;
  /* max-width: 800px; */
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
}

.text1 a {
  animation: pulse 2s infinite;
}

.text1 a:hover {
  background-color: #ff9c06;
  transition: 0.3s;
  color: rgb(255, 255, 255);
}

.app-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #058feb, #021736);
  padding: 30px;
  gap: 20px;
}

.app-text {
  font-size: 25px;
  color: #fff;
}

.app-container img {
  width: 100%;
}

#button-ft {
  padding: 40px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Montserrat", Arial, sans-serif;
}

.button-ti {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: #eb0505;
  font-weight: 500;
  text-transform: uppercase;
}

.button-pt {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-pt:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}

.txt-bu-ti {
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  font-family: "Montserrat", Arial, sans-serif;
}

.bt-content {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  color: #080808;
}

.txt-button {
  font-size: 16px;
  color: #080808;
  font-family: "Montserrat", Arial, sans-serif;
}

.bt-content.show {
  display: block;
}

.tema_06761738014554130 #btnChatFlt {
  border-radius: 50% !important;
  height: 60px !important;
  width: 60px !important;
  padding: 5px 13px !important;
  background-color: #02a70b;
}

@keyframes apareceChatFlt {
  0%, 93%, 100% {
    opacity: 0;
    right: 40px;
    pointer-events: none;
  }
  5%, 90% {
    opacity: 1;
    right: 70px;
    pointer-events: auto;
  }
}

#btnChatFlt > span {
  vertical-align: middle;
  padding: 0 10px;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  display: flex;
  align-items: center;
  background: #2f2d2d;
  color: #fff;
  border-radius: 5px;
  font-family: "Montserrat", Arial, sans-serif;
  opacity: 0;
  transition: opacity 0.5s, right 0.5s;
  animation: apareceChatFlt 15s linear infinite;
}

.tema_06761738014554130 #btnChatFlt:hover {
  background: #f80505;
  transition: 0.5s;
}

.tema_06761738014554130 #chatBotCollapse {
  background-color: #f80505 !important;
}

.deal-get {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 50px;
  /* box-shadow: -1px 3px 13px -6px; */
  background-color: #a10404;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.deal-ic {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px;
  gap: 35px;
  height: auto;
  flex-wrap: wrap;
  text-align: center;
  cursor: pointer;
}

.deal-box {
  color: #ffffff;
  border-radius: 25px;
  font-family: "Montserrat", Arial, sans-serif;
}

.deal-box:hover {
  transition: 0.3s;
  transform: scale(1.05);
}

.banner-2-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a10404;
}

.banner-2 img {
  width: 100%;
}

.text-b {
  display: flex;
  align-items: left;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.text-b h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.text-b p {
  font-size: 20px;
  color: #fff;
}

/* ...existing code... */

.centralizador {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}

.caixa-van {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.caixa-van > div {
  background: linear-gradient(135deg, #fff 70%, #f3f3f7 100%);
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: stretch;
  transition: transform 0.18s, box-shadow 0.18s;
}

.caixa-van > div:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
}

.overlay {
  padding: 32px 22px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.overlay p {
  font-size: 1.13rem;
  color: #222;
  margin-bottom: 28px;
  line-height: 1.5;
  font-weight: 600;
}

.overlay a {
  align-self: flex-start;
  background: #e60026;
  color: #fff;
  font-weight: bold;
  border-radius: 24px;
  padding: 10px 28px;
  text-decoration: none;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(230, 0, 38, 0.08);
  transition: background 0.18s;
}

.overlay a:hover {
  background: #b8001b;
}

/* Responsivo */
@media (max-width: 900px) {
  .caixa-van {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .caixa-van {
    grid-template-columns: 1fr;
  }
  .overlay {
    padding: 24px 12px 18px 12px;
  }
}

.grid-container {
  display: grid;
  place-items: center;
  height: auto;
  padding: 50px;
}

.grid-over {
  display: grid;
  grid-template-areas:
    "bloco1 bloco2 bloco3"
    "bloco1 bloco4 bloco5";
  grid-template-columns: 2fr 2fr 2fr;
  gap: 10px;
  padding: 10px;
  max-width: 1200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 700px;
  font-family: Arial, Helvetica, sans-serif;
}

.bloco-over1 {
  grid-area: bloco1;
  background-size: cover;
  background-image: url("/get/img/over3.webp");
  background-position: center;
  color: #141414;
  /* border: solid 3px #171717; */
}

.bloco-over2 {
  grid-area: bloco2;
  background-image: url("/get/img/over1.webp");
  background-size: cover;
  background-position: center;
  /* border: solid 3px #171717; */
}

.bloco-over3 {
  grid-area: bloco3;
  background-image: url("/get/img/over4.webp");
  background-size: cover;
  background-position: center;
  object-fit: cover;
  color: #fff;
  /* border: solid 3px #171717; */
}

.bloco-over4 {
  grid-area: bloco4;
  background-image: url("/get/img/over5.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  /* border: solid 3px #171717; */
}

.bloco-over5 {
  grid-area: bloco5;
  background-image: url("/get/img/over2.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  /* border: solid 3px #171717; */
}

.over {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.over p {
  margin: 0 0 10px;
  font-size: 16px;
}

.over a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #007bff;
  padding: 2px 10px;
  border-radius: 5px;
  transition: background 0.3s ease;
  font-size: 15px;
}

.over a:hover {
  background: #0056b3;
}

.bloco-over1,
.bloco-over2,
.bloco-over3,
.bloco-over4,
.bloco-over5,
.bloco-over6 {
  position: relative;
}

.over a {
  background-color: #cc092f;
  color: white;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 40px;
  width: 80%;
  align-content: center;
  margin: 10px;
}

.over h2 {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 35px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}


@media (max-width: 1100px) {
  .grid-over {
    grid-template-areas:
      "bloco1 bloco2"
      "bloco1 bloco3"
      "bloco4 bloco5";
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}

@media (max-width: 800px) {
  .grid-over {
    grid-template-areas:
      "bloco1"
      "bloco2"
      "bloco3"
      "bloco4"
      "bloco5";
    grid-template-columns: 1fr;
    height: auto;
  }
  .grid-container {
    padding: 100px;
  }
}

@media (max-width: 500px) {
  .over h2 {
    font-size: 22px;
  }
  .over p {
    font-size: 14px;
  }
  .over a {
    font-size: 13px;
    height: 36px;
    width: 100%;
    padding: 2px 0;
  }
  .grid-container {
    padding: 8px;
  }
}