*{margin: 0;padding: 0;list-style: none;text-decoration: none;font-family:'arial';scroll-behavior: smooth;transition: all 0.2s linear;}
	body{background-color: #000;}
		.dg4{display: grid;grid-template-columns: repeat(4,1fr);gap:10px;text-align: center;}
		.dg6{display: grid;grid-template-columns: repeat(6,1fr);gap:10px;text-align: center;}
.branco{color: #fff;}.red{color: #ff0000;}.green{color:#caff00;}.mt{margin: 50px 0;}
		.nav{padding: 20px 0;box-shadow: 0 0 10px #252525;}
		.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb25{margin-bottom: 25px;}
		.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt25{margin-top: 25px;}
		.pad{padding: 100px 0;}.pad10{padding: 10px 0;}
		.font12{font-size: 12px;}.font22{font-size: 22px;}
		.area{width: 95%;max-width: 1400px;margin: 0 auto;}
		.txt{font-size: 50px;font-weight: bold;}
		.bimg{background-image: url("img/banner.webp");background-repeat: no-repeat;background-size:cover;}
		.bimg2{background-image: url("img/banner.webp");background-repeat: no-repeat;background-size:cover;}
		.btn{padding: 15px; color: #caff00;font-size: 12px;border:1px solid #caff00;border-radius: 7px;}
		.pg{box-shadow: 0 0 10px #252525;border-radius: 20px;overflow: hidden;}
		.item{width: 80%;max-width: 130px;}
		.ico{height: 50px;}.infoi{width: 40%;}
		.img_pro{width: 100%;height: 200px;display: flex;justify-content: center;align-items: center;margin-bottom: 15px;}
		.produto:hover{transform: scale(105%);}
		.produto{width: 100%;max-height: 200px;}
		.titulo{margin-top: 10px; height: 100px;}
		.preco{font-size: 20px;font-weight: bolder;color: #FFE500;}
		.anime{background-color: #1A1A1A; border-radius: 7px;padding: 10px;color: #fff;}
		.anime:hover{box-shadow: 0 0 15px #D00002;}
		@media(max-width:800px){
			.dg6{display: grid;grid-template-columns: repeat(2,1fr);gap:10px;text-align: center;}
			.bimg{background-image: url("img/mbanner.webp");}
			.bimg2{background-image: url("img/mbanner.webp");}
			.txt{font-size: 30px;font-weight: bold;}
			.ico{height: 30px;}
			.infoi{width: 80%;}
			.produto{width: 100%;max-height: 140px;}
			.img_pro{width: 100%;height: 140px;margin-bottom: 15px;}
		}

.testimonials {
	margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.testimonials h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #222;
    margin-bottom: 40px;
}

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

.slides {
    width: 100%;
}

.slide {
    display: none;
    background: rgb(0,255,210, .20);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    text-align: center;
    animation: fade .6s ease;
}

.slide.active {
    display: block;
}

.slide p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #a2a2a2;
    margin-bottom: 30px;
}

.author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.author h4 {
    color: #BBBBBB;
    margin-bottom: 4px;
}

.author span {
    color: #777;
    font-size: .9rem;
}

.nav1 {
    border: none;
    background: rgba(143,143,143,0.20);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 0 5px 20px rgba(0,0,0,.12);
    transition: .3s;
    flex-shrink: 0;
	color: #caff00;
}

.nav1:hover {
    transform: scale(1.08);
}

.prev {
    margin-right: 15px;
}

.next {
    margin-left: 15px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #252525;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}

.dot.active {
    background: #caff00;
    transform: scale(1.2);
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .slide {
        padding: 30px 20px;
    }

    .nav1 {
        display: none;
    }

    .testimonials h2 {
        font-size: 1.8rem;
    }
}


footer {
      background-color: #000;
      color: #fff;
      padding: 60px 5% 30px;
    }

    .footer-container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 280px 1fr 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .logo {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .logo h1 {
      color: #e30613;
      font-size: 32px;
      font-weight: 900;
      letter-spacing: -2px;
      margin-bottom: 4px;
    }

    .logo span {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
    }

    .footer-column h3 {
      color:  #caff00;
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .footer-column ul {
      list-style: none;
    }

    .footer-column ul li {
      margin-bottom: 12px;
    }

    .footer-column ul li a {
      color: #ccc;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-column ul li a:hover {
      color: #fff;
    }

    .atendimento {
      color: #ccc;
    }

    .atendimento p {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .social-icons {
      margin-top: 25px;
    }

    .social-icons a {
      color: #ccc;
      font-size: 22px;
      margin-right: 15px;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #e30613;
    }

    .bottom-bar {
      border-top: 1px solid #222;
      margin-top: 50px;
      padding-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 15px;
      font-size: 14px;
      color: #888;
    }

    .bottom-bar a {
      color: #e30613;
      text-decoration: none;
    }

    @media (max-width: 992px) {
      .footer-container {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 600px) {
      .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
      }
    }