@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:wght@400;500&display=swap");

* {
  font-family: "open sans", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #c4c5ca;
  block-size: 0;
  overflow-x: hidden;
  
}

header {
  background-image: url(/Imagens/Banner_Moozi.jpeg);
  height: 30vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  display: flex;
  justify-content: end;
}

nav {
  display: flex;
  justify-content: end;
  right: 1vw;
  top: 4vw;
  gap: 1vw;
  position: absolute;
  white-space: normal;
}

.nav_btn {
  background-color: transparent;
  color: black;
  border: none;
  font-weight: 700;
  font-size: 1.5vw;
  white-space: normal;
  width: 13vw;
}

.nav_btn:hover {
  cursor: pointer;
  text-decoration: underline 2px;
}

.action_btn {
  background-color: black;
  border: none;
  border-radius: 5px;
  color: whitesmoke;
  font-weight: 700;
  font-size: 1.6vw;
  padding: 1.2vw;
  font-family: poppins, sans-serif;
}

.action_btn:hover {
  cursor: pointer;
  text-decoration: underline 2px;
}

main {
  margin: 10vw 2% 10vw 5vw;
}

.container_title {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.title_main {
  line-height: 5px;
}

.title_main > h1 {
  font-family: poppins, sans-serif;
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 28px;
}

.title_main > h2 {
  font-size: 2.5vw;
  font-family: poppins, sans-serif;
  text-decoration: underline;
}

.container_title > p {
  font-weight: 500;
  font-size: 1.8vw;
  margin-right: 60%;
  margin-top: 2%;
}

.action_btn_2 {
  background-color: black;
  border: none;
  border-radius: 5px;
  color: whitesmoke;
  font-weight: 700;
  font-size: 1.6vw;
  padding: 1.2vw;
  margin-top: 6%;
  font-family: poppins, sans-serif;
  margin-bottom: 5vw;
}

.action_btn_2:hover {
  cursor: pointer;
  text-decoration: underline 2px;
}

.article_title {
  font-family: poppins, sans-serif;
  font-weight: 900;
  font-size: 2.8vw;
}

article {
  background-color: transparent;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1500px;
}

.project-img img {
  box-shadow: 0 1px 2px #0003;
  width: 100%;
}

.swiper {
  display: flex;
  margin: 0vw;
  height: 30vw;
  width: 60vw;
  background-color: #dadbe0;
  box-shadow: 1vw 1vw 4vw #5e4876;
}

.swiper-wrapp {
  align-content: center;
  justify-content: center;
}

.swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  width: 100%;
}

footer {
  display: flex;
  background-color: #5e4876;
  align-content: center;
  gap: 10vw;
  height: 20vw;
  bottom: 0;
}

.container_footer {
  width: 18vw;
  margin-left: 3vw;
  margin-bottom: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo {
  width: 70%;
  margin: 10% 0 0 3%;
}

.icons {
  display: flex;
  gap: 1vw;
  width: 8vw;
}

.footerImagem {
  width: 5vw;
}

.endereço > h3 {
  font-size: 1.8vw;
  font-weight: 700;
  font-family: poppins, sans-serif;
}

.endereço > p {
  color: black;
  line-height: 1vw;
  font-weight: 500;
  font-size: 1.4vw;
}

.contatos {
  margin-right: 5%;
}

.contatos > h3 {
  font-size: 1.8vw;
  font-weight: 700;
  font-family: poppins, sans-serif;
}

.contatos > p {
  color: black;
  line-height: 1vw;
  font-weight: 500;
  font-size: 1.4vw;
}

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@media (max-width: 610px) {
  header {
    background-image: url(/Imagens/bannerMooziMedio.jpeg);
    height: 33vw;
    width: 100%;
  }
  .nav_btn {
    width: 11vw;
  }

  nav {
    gap: 1px;  
  }

  .swiper {
    height: 55vw;
    width: 80%;
  }
  footer {
    margin-top: 20vw; 
    height: 40vw;
    gap: 7vw;
  }
  article {
    margin-top: 8vw;
  }
  .container_title > p {
    font-size: 3.2vw;
    margin-right: 20%;

  }
  .title_main > h2 {
    font-size: 4vw;
  }
  .action_btn_2 {
    font-size: 3vw;
  }
  .nav_btn {
    font-size: 2vw;
  }
  .action_btn {
    font-size: 2vw;
  }

.logo {
  width: 100%;
  margin: 10% 0 0 3%;
}

.icons {
  display: flex;

  
  width: 20vw;
}

.icons > a {
  gap: 1vw;
}

.footerImagem {
  width: 10vw;
}

.endereço {
  width: 40%;
}

.endereço > h3 {
  margin-top: 1vw;
  font-size: 4vw;
  font-weight: 700;
  font-family: poppins, sans-serif;
}

.endereço > p {
  line-height: 3vw;
  font-weight: 500;
  font-size: 3vw;
  
}

.contatos {
  margin-right: 5%;
}

.contatos > h3 {
  margin-top: 1vw;
  font-size: 4vw;
  font-weight: 700;
  font-family: poppins, sans-serif;
}

.contatos > p {
  line-height: 3vw;
  font-weight: 500;
  font-size: 3vw;
}
}
