body {
  margin: 0;
  font-family: "Acumin";
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Acumin";
  src: url("../fonts/Acumin.woff2");
}

@font-face {
  font-family: "Futura Cyrillic Demi";
  src: url("../fonts/futura.woff2");
}

@font-face {
  font-family: "Inter Black";
  src: url("../fonts/web/Inter-Black.woff2");
}
h1 {
  margin: 0;
}

.conteiner {
  width: 80%;
  margin: auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/* menu hamburguer  */

/* ===== MENU MOBILE ===== */
.mobile-menu {
  width: 100%;
  background-color: #6c969b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.mobile-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
}

.mobile-logo {
  color: white;
  font-weight: bold;
  font-size: 22px;
}

.mobile-nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
}

.mobile-nav-links li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav-links li a:hover {
  color: #d9d9d9;
}

/* ===== Botão Hamburguer ===== */
.mobile-hamburger {
  display: none;
  font-size: 26px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.menu {
  background-color: #6c969b;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 50px;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}

.navbar a:hover {
  color: black;
}

.content-header {
  margin-top: 50PX;
  display: flex;
}

.pedra-mirai {
  width: 100%;
  height: 100%;
  object-fit: cover; /* corta a imagem, sem distorcer */
  border-radius: 8px;
}

.content-text {
  margin-left: 50px;
  color: #243c42;
  font-size: 20px;
}

.content-text_title {
  font-weight: bold;
  font-size: 80px;
  font-family: "Futura Cyrillic Demi";
  letter-spacing: -2px;
}

.products {
  margin-top: 100px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.content-procuts {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.products-title {
  width: 100%;
  height: 50px;
  background-color: #6c969b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.img-products {
 border: 20px solid #6c969b;
  background-color: #6c969b;
  border-radius: 50%;
  width: 80%;
  aspect-ratio: 1 / 1; /* mantém o formato quadrado/circular */
  object-fit: cover;
  max-width: 300px; /* opcional, limita o tamanho máximo */
  display: block;
  margin: 0 auto;
}

.title-products {
  color: #243c42;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.btn-especificacoes {
  background-color: #6c969b;
  color: white;
  border: none;
  border-radius: 20px;
  width: 200px;
  height: 30px;
  font-weight: bolder;
  font-family: "Acumin";
  font-size: 17px;
  margin-top: -25px;
  cursor: pointer;
}

.btn-all_products {
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-products {
  background-color: #243c42;
  color: white;
  font-weight: bolder;
  border: none;
  width: 40%;
  height: 50px;
  font-size: 20px;
  margin-top: 70px;
}

/* todos os produtos  */

.hidden {
  display: none;
}

#produtosExtras {
  margin-top: 50px;
}

/* ------ */

.content-servicos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  color: #243c42;
  gap: 50px;
}

.content-servicos h1{
  width: 50%;
  font-size: 50px;
}

.services {
  width: 300px;
}

.commitment {
  background-color: #d3d8d9;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  color: #243c42;
  font-size: 25px;
}

.commitment h1 {
  margin-top: 50px;
}

.container-commitment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-commitment p {
  width: 60%;
  text-align: center;
  margin-bottom: 50px;
} 

.mvv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mvv h1{
  color: #243c42;
  font-size: 60px;
  margin-top: 100px;
}

.mvv p{
  font-size: 30px;
  text-align: center;
  width: 80%;
  color: #6b7070;
  margin-top: -5px;
}

.laboratory {
  width: 100%;
  height: 500px;
  background-color: #d3d8d9;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.content-laboratory {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.laboratory-text {
  color: #243c42;
  width: 60%;
}

.laboratory-text p {
  font-size: 20px;
}

.img-telescopio {
  position: absolute;
  margin-left: -60%;
}

/* CAROSEUL */

.carousel {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #222;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #bbb;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background-color: #fff;
  transform: scale(1.2);
}


/* WHATS */
.whatsapp-button {
  position: fixed;
  bottom: 100px;
  right: 140px;  
  background-color: #25d366;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button img {
  width: 40px;
  height: 40px;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* VOLTAR AO INICIO  */

#btn-topo {
  position: fixed;
  bottom: 100px; /* um pouco acima do WhatsApp */
  right: 60px;
  width: 65px;
  height: 65px;
  background-color: #6c969b;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: none; /* começa escondido */
  z-index: 999;
  transition: all 0.3s ease;
}

#btn-topo:hover {
  background-color: #243c42;
  transform: scale(1.1);
}

.img-seta {
  width: 35px;
}

.text-laboratory {
  width: 100%;
  background-color: #d3d8d9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.content-text_laboratory {
  width: 70%;
  font-size: 25px;
  color: #243c42;
  margin-top: 50px;
}

.footer {
  width: 100%;
  background-color: #243c42;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-footer {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.text-contact {
  margin-left: 20px;
}

.content-text_footer {
  display: flex;
}

@media (max-width: 1230px) {
  .title-products {
    font-size: 25px;
  }

  .content-laboratory {
    width: 57%;
  }

  .img-telescopio {
    width: 240px;
  }

  .miraiLogoBranco {
    width: 30%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 1024px) {
  .content-text_title {
    font-size: 60px;
  }

  .content-servicos h1 {
    width: 80%;
    font-size: 30px;
    text-align: center;
  }

  .laboratory-text {
    width: 100%;
    text-align: center;
  }

  .laboratory-text h1{ 
    font-size: 25px;
  }

  .laboratory-text p {
    font-size: 20px;
  } 

  .img-telescopio {
    position: relative;
    margin: 0;
  }

  .title-products {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .mvv p {
    font-size: 21px;
  }

  .text-contact {
    font-size: 13px;
  }
  
  .politica-text {
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .header {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 50px;
  }

  .navbar ul {
    flex-direction: column;
    gap: 15px;
  }

  .menu {
    height: auto;
    padding: 10px 0;
    text-align: center;
  }

  .content-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .content-procuts {
    width: 50%;
  }

  .title-products {
    font-size: 30px;
  }

  .btn-especificacoes {
    width: 240px;
    margin-bottom: 50px;
  }

  .all-products {
    width: 80%;
  }

  .content-text {
    margin-left: 0;
  }

  .content-text_title {
    font-size: 45px;
  }

  .products {
    flex-direction: column;
  }

  .content-servicos {
    flex-direction: column;
    gap: 30px;
  }

  .mvv h1 {
    font-size: 40px;
  }

  .mvv p {
    font-size: 18px;
  }

  .carousel {
    height: 500px;
  }

  .container-commitment h1{
    font-size: 35px;
    text-align: center;
  }

  .container-commitment p{
    font-size: 20px;
  }

  .content-text_footer {
    flex-direction: column;
    width: 50%;
  }

  .miraiLogoBranco {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .header {
    margin-top: 130px;
  }
  
  .menu {
    display: none;
  }
  
  .mobile-menu {
    display: block;
  }
  
  .mobile-hamburger {
    display: block;
  }

  .mobile-nav-links {
    display: none;
    flex-direction: column;
    background-color: #6c969b;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .mobile-nav-links.active {
    display: flex;
  }

  .mobile-nav-links li {
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .conteiner {
    width: 95%;
  }

  .content-text_title {
    font-size: 35px;
  }

  .title-products {
    font-size: 22px;
  }

  .btn-especificacoes {
    width: 160px;
    font-size: 15px;
  }

  .all-products {
    width: 80%;
  }

  .mvv p {
    font-size: 16px;
  }

  .whatsapp-button,
  #btn-topo {
    right: 15px;
  }

  .content-servicos h1 {
    font-size: 22px;
  }

  .products-title {
    font-size: 10px;
  }

  .container-commitment h1{
    font-size: 20px;
  
  }

  .container-commitment p{
    font-size: 15px;
  }

  .img-telescopio {
    display: none;
  }

  .content-text_laboratory {
    width: 90%;
    font-size: 15px;
  }

  .footer {
    box-sizing: border-box;
  }

  .content-text_footer {
    width: 70%;
  }

  .text-contact {
    width: 100%;
    margin-left: 0px;
  }

  .miraiLogoBranco { 
    width: 100%;
  }

  .content-footer {
    width: 100%;
    flex-direction: column;
  }
}