html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  top:0px !important
}

.header {
  width: 100%;
  position: fixed;
  background-color: #f1f1f1;
  padding: 20px 10px;
  z-index: 99;
  margin: 0;
}

.center {
  text-align: center;
}

.header a {
  float: left;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 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 ;
  margin-top: 10px;
  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;
}

body {
  background-image: url(../imagens/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.description {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  width: 70%;
  margin: 0 auto;
  padding: 100px 0px 100px 0px;
}

.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;

  }

  .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;
  font-family: Arial, sans-serif;
}

.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;
}

.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;
}

.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;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .description1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; /* One item per row on smaller screens */
  }

  .texto h1 {
    font-size: 1.2rem;
  }

  .texto .textinho {
    font-size: 0.9rem;
  }
}

licasa v2\style.css */
/* 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
  }

@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;
  }
  .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;
  }
  .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;
  }
}