html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  top: 0px !important
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  width: 100%;
  background-color: #f1f1f1;
  padding: 20px 10px;
  z-index: 99;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center {
  text-align: center;
}

.header a {
  float: left;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 0px 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.content {
  margin-top: 100px;
  max-width: 100%;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.metrobus-link {
  text-decoration: none;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: rgb(57, 100, 8);
  color: white;
}

.header-right {
  margin-right: 20px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.logo {
  margin-left: 20px;
  margin: 0;
  padding: 0;
}

.description {
  color: white;
  text-align: center;
}

.slidershow {
  position: relative;
  width: 430px;
  min-width: 430px;
  max-width: 430px;
  height: 300px;
  overflow: hidden;
}

.middle {
  position: absolute;
  top: 172.6%;
  left: 28%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bar {
  width: 70px;
  height: 10px;
  border: 2px solid #fff;
  margin: 6px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bar:hover {
  background: #fff;
}

.texto {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.builds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 100px 0px 100px 0px;
  background-image: url(../imagens/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.texto li {
  list-style-type: none;
  font-size: 20px;
  text-align: center;
  margin: auto auto;
  height: auto;
  margin: 0 auto;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.texto h1 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 40px !important;
}

input[name="r"] {
  position: absolute;
  visibility: hidden;
}

.section-break {
  font-size: 60px;
  width: 100%;
  height: 80px;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-weight: bolder;
  letter-spacing: 15px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.slides {
  width: 500%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide {
  width: 20%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.slide img {
  border-radius: 10px 0px 0px 10px;
  width: 440px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

#r1:checked~.s1 {
  margin-left: 0;
}

#r2:checked~.s1 {
  margin-left: -20%;
}

#r3:checked~.s1 {
  margin-left: -40%;
}

#r4:checked~.s1 {
  margin-left: -60%;
}

#r5:checked~.s1 {
  margin-left: -80%;
}

#r6:checked~.s2 {
  margin-left: 0;
}

#r7:checked~.s2 {
  margin-left: -20%;
}

#r8:checked~.s2 {
  margin-left: -40%;
}

#r9:checked~.s2 {
  margin-left: -60%;
}

#r0:checked~.s2 {
  margin-left: -80%;
}

#r11:checked~.s3 {
  margin-left: 0;
}

#r12:checked~.s3 {
  margin-left: -20%;
}

#r13:checked~.s3 {
  margin-left: -40%;
}

#r14:checked~.s3 {
  margin-left: -60%;
}

#r15:checked~.s3 {
  margin-left: -80%;
}

.portao {
  width: 100%;
  height: 100vh;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.description1 {
  color: rgb(6, 5, 5);
  text-align: center;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}

.description1:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.description {
  font-family: 'Zilla Slab', serif;
  font-size: 24px;
  color: #f8eeee;
}

.description2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: rgb(6, 5, 5);
  width: 100%;
  background-color: #fff;
}

iframe {
  margin: 30px;
  width: 50%;
}

.description3 {
  width: 50%;
  color: rgb(6, 5, 5);
  text-align: center;
  margin: auto auto;
}

.description4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  color: rgb(6, 5, 5);
  text-align: center;
  width: 100%;
}

.description4 iframe {
  width: 100%;
}

.description5 p {
  margin: auto auto;
  color: rgb(6, 5, 5);
}

.text {
  width: 100%;
  margin: auto auto;
}

.text p {
  text-align: center;

  width: 20%;
}

@media screen and (max-width: 800px) {
  .description1 {
    color: rgb(6, 5, 5);
    text-align: center;
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slidershow {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0px;

  }
  .slidershow {
    min-width: 100%;
  }
  .texto {
    width: 100% !important;
    text-align: center;
  }
  .textinho {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 30px;
  }

  .texto h1 {
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: center !important;
  }

  .description2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: rgb(6, 5, 5);
    width: 100%;
    background-color: #fff;
  }

  iframe {
    margin: 0px;
    width: 100%;
  }

  .description3 {
    width: 50%;
    padding: 30px;
    color: rgb(6, 5, 5);
    text-align: center;
    margin: auto auto;
  }
}


input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}

input[type=submit] {
  background-color: #540ae9;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #f8fbf8;
}

.container {
  border-radius: 5px;
  background-color: #120101;
  padding: 20px;


}

.footer {
  background-color: #2c2c2c;
  color: white;
  padding: 40px 0 20px 0;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  gap: 40px;
}

.footer-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
  min-width: 250px;
}

.footer-section h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ffffff;
}

.footer-section p,
.footer-section a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
}

.footer-section a:hover {
  color: #ffffff;
}

.cta-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
}

.product-img img {
  height: 381px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-thumbnail {
  padding: 0px 8px;
}

.zoom-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zoom-container img {
  border-radius: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zoom-container:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.cta-button:hover {
  background-color: #45a049;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.platform-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.platform-icons img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-icons img {
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  /* para ícones brancos */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.social-icons img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #a10b0b;
  font-size: 13px;
  color: #aaa;
}

/* General styling for builds */
.builds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.description1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 40px);
  flex: 1 1 calc(50% - 40px);
  /* Two items per row */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slidershow {
  width: 100%;
  overflow: hidden;
}

.slides img {
  width: 100%;
  height: auto;
  display: block;
}

.texto {
  padding: 15px;
  text-align: center;
  width: 260px;
}

.texto h1 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.texto .textinho {
  font-size: 1rem;
  color: #555;
}

/* Button styling */
.button-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.button-link:hover {
  background-color: #0056b3;
}

.page-container {
  padding: 60px 15px;
  background: #F2F4F5;
}

.product-details-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-title {
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
}

/* LEFT SECTION */
.product-section {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 550px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.product-slider {
  margin-bottom: 20px;
}

.slider-for img {
  width: 100%;
  border-radius: 8px;
}

.slider-nav {
  margin-top: 10px;
}

.slider-nav img {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.slider-nav .slick-current img {
  border-color: #003f3f;
}

.price {
  font-size: 26px;
  font-weight: bold;
  color: #111;
  margin-top: 15px;
}

.description-box {
  margin-top: 25px;
}

.description-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #003f3f;
  margin-bottom: 10px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px;
}

.report {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 13px;
  text-align: right;
  color: #888;
}

.banner-slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.slider-item {
  background: #f3f3f3;
  text-align: center;
  padding: 100px 20px;
  border-radius: 8px;
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-item .description h1 {
  font-size: 45px;
  margin: 0 0 10px 0;
}

.slider-item .description h3 {
  font-size: 20px;
  margin: 0;
}

/* RIGHT SIDEBAR */
.sidebar {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.price-box {
  font-size: 28px;
  font-weight: bold;
  color: #111;
}

.contact-btn {
  width: 100%;
  background-color: #e8ecef;
  border: none;
  border-radius: 6px;
  padding: 12px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
}
.audio-box audio {
	width: 100%;
	border-radius: 20px;
	margin-top: 15px;
}
.contact-btn:hover {
  background-color: #d9dee3;
}

.user-box {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.user-box h4 {
  margin: 5px 0;
}

.location-box {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.video-area {
  max-width: 890px;
  margin: auto;
  margin-top: 30px;
}

.video-area iframe {
  width: 100% !important;
  margin: auto;
}
.select-options select {
	background: #FFF;
	border: 1px solid #e8ecef;
	border-radius: 8px;
	font-family: "Montserrat", sans-serif;
	margin: 15px 0px 0px 0px;
	font-size: 15px;
	font-weight: 400;
}
.map {
  width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}
.mobile-box.product-ds {
	display: none;
	padding: 30px 0px;
}
@media (max-width: 900px) {
  .page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-section,
  .sidebar {
    width: 90%;
  }
  .product-section {
    max-width: 460px;
  }
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .description1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    /* One item per row on smaller screens */
  }
  .desktop-box.product-ds {
    display: none;
  }
  .user-box {
    margin-top: 0px;
    padding-top: 15px;
  }
  .texto h1 {
    font-size: 1.2rem;
  }

  .texto .textinho {
    font-size: 0.9rem;
  }
  .mobile-box.product-ds {
    display: block;
  }
  .product-section {
    max-width: 100%;
  }
  .sidebar {
    max-width: 100%;
  }
}


/* Make the entire description clickable */
.description-link {
  display: block;
  text-decoration: none;
  color: inherit;
  /* Inherit text color */
}

.description-link:hover .description1 {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  /* Optional hover effect */
}

/* Ensure the image fills the vertical space */
.slides img {
  width: auto;
  /* Let the width adjust automatically */
  height: 100%;
  /* Fill the vertical space */
  -o-object-fit: cover;
  object-fit: cover;
  /* Ensure the image covers the space without distortion */
  border-radius: 10px;
  /* Keep the rounded corners */
}

body>.skiptranslate,
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

.goog-text-highlight {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#google_translate_element select {
  background: #2b1a12;
  color: #fff4e4;
  border: none;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 12px
}

.map-area iframe {
  width: 100%;
  margin: 0px;
  margin-top: 20px;
  height: 260px;
}

@media all and (max-width:1200px) {
  .builds {
    width: 100%;
  }

  .description1 {
    margin: 20px auto;
  }
}

@media all and (max-width:991px) {
  .builds {
    width: 100%;
  }

  .description1 {
    margin: 20px auto;
  }

  .slides img {
    width: 100%;
  }

  * {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media all and (max-width:575px) {
  .slidershow {
    height: 300px;
  }

  .header a {
    padding: 10px;
    font-size: 15px;
  }

  .header-right {
    margin-right: 0px;
  }

  .header {
    padding: 8px 10px;
  }

  .header a {
    padding-bottom: 0px;
  }

  .header-right a {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .portao {
    height: 70vh;
  }

  .description {
    top: 50%;
  }

  .description {
    font-size: 20px;
  }

  .product-img img {
    height: 260px;
  }

  .section-break {
    font-size: 40px;
  }

  .slidershow {
    height: 260px;
  }

  .bar {
    width: 45px;
    height: 8px;
  }

  .texto h1 {
    margin-bottom: 10px !important;
  }

  .textinho {
    padding: 20px;
  }

  .builds .builds {
    padding: 20px 0px;
  }
  .slider-item .description h1 {
    font-size: 38px;
  }
  .slider-nav img {
    height: 50px;
  }

  .product-thumbnail {
    padding: 0px 3px;
  }

  .footer-section {
    text-align: center;
  }

  .footer-container {
    padding-bottom: 20px;
  }

  .header-right {
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slidershow {
    min-width: 100%;
  }

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}