@import url("https://fonts.googleapis.com/css2?family=Inter&family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio&family=Inter&family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus&family=Oxanium&display=swap");

html{
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.divisors {
  height: 1vh;
  width: 100%;
  background-color: rgb(24, 23, 23);
}

.logo-small {
  height: 80%;

  &:hover {
    scale: 1.2;
  }
}

/* Barra de rolagem vertical */
*::-webkit-scrollbar {
  width: 5px;
}

/* Alça (thumb) da barra de rolagem */
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* Cor da alça da barra de rolagem */
}

/* Traço (track) da barra de rolagem */
*::-webkit-scrollbar-track {
  background-color: transparent; /* Cor do traço da barra de rolagem */
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s;
}

.main-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(32,58,89);
background: linear-gradient(90deg, rgba(32,58,89,1) 0%, rgba(68,90,116,1) 100%);
}

header > img {
  height: 40vh;
  border: 4px, solid, transparent;
  transition: 0.4s;
}

header > img:hover {
  filter: drop-shadow(8px 8px 8px #d21369);
}

.buttons {
  width: 90vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 10px;
  flex-direction: row;
}

.buttons2 {
  z-index: 999;
  padding: 10px;
  position: fixed;
  display: none;
  top: 65px;
  right: 0;
  flex-direction: column;
  gap: 20px;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0 0 0px 5px;
}

.buttons > a,
.buttons2 > a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  color: #61ffd0;
  border: 2px solid #61ffd0;
  border-radius: 5px;
  padding: 3px;
  width: 10vw;
  min-width: 100px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  gap: 10px;
  font-size: 1em;
}

.buttons > a:hover,
.buttons2 > a:hover {
  scale: 1.1;
}

header > nav > a > img {
  height: 100%;
  width: auto;
}

main {
  height: 100vh;
  background-image: url(./Images//background2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

main > article > div > p {
  font-family: "Antonio", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #61ffd0;
}

main > article > div > a {
  text-decoration: none;
  text-align: center;
  font-family: "Antonio", sans-serif;
  font-size: 1.3rem;
  height: 15%;
  width: 60%;
  border: 2px solid #61ffd0;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #61ffd0;
  transition: 0.4s;
}

main > article > div > a:hover {
  scale: 1.1;
  margin-left: 40px;
}

.Article1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.MarginTop {
  margin-top: 50vh;
}
.LeftDiv {
  margin-left: 40px;
  height: 93vh;
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.RightDiv {
  height: 100%;
  width: 50%;
  margin-right: 40px;
}

.RightDiv > img {
  width: 100%;
}

.Article2 {
  height: 70vh;
  background-image: url(./Images/pexels-tomfisk-5462679.jpg);
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  align-items: center;
}

.advantages {
  height: 60vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.advImages {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 40vh;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 10px;
  border-radius: 7px;
  transition: 0.5s;
  border-bottom: 5px solid transparent;
  background-color: rgba(0, 0, 0, 0.7);
}

.advImages:hover {
  box-shadow: 1px 1px 50px rgb(221, 221, 221);
  
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 6px solid black;
  .imgadv {
    scale: 1.2;
  }
}

.imgadv {
  transition: 0.3s;
  width: 120px;
  text-decoration: none;
}

.advTitle {
  font-family: "Inter", cursive;
  text-align: center;
  color: aquamarine;
  font-size: 1em;
}

.Article3 {
  padding: 40px 0 40px 0;
  background-color: lightgray;
  max-width: 100vw;
}
.container {
  display: flex;
  width: 100vw;
  justify-content: center;
  height: 70vh;
  gap: 10px;

  > div {
    flex: 0 0 120px;
    border-radius: 0.5rem;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    box-shadow: 1px 5px 15px #1e0e3e;
    position: relative;
    overflow: hidden;

    &:nth-of-type(1) {
      background: url(./Images/img1.jpg) no-repeat 50% / cover;
    }
    &:nth-of-type(2) {
      background: url(./Images/img2.jpg) no-repeat 50% / cover;
    }
    &:nth-of-type(3) {
      background: url(./Images/img3.jpg) no-repeat 50% / cover;
    }
    &:nth-of-type(4) {
      background: url(./Images/img4.jpg) no-repeat 50% / cover;
    }
    &:nth-of-type(5) {
      background: url(./Images/img5.jpg) no-repeat 50% / cover;
    }
    &:nth-of-type(6) {
      background: url(./Images/img6.jpg) no-repeat 50% / cover;
    }
    &:nth-of-type(7) {
      background: url(./Images/img7.jpg) no-repeat 50% / cover;
    }

    .content {
      font-size: 1.5rem;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      background: rgb(2, 2, 46);
      background: linear-gradient(
        0deg,
        rgba(2, 2, 46, 0.6755077030812324) 0%,
        rgba(255, 255, 255, 0) 100%
      );
      transform: translatey(100%);
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;

      span {
        display: block;
        margin-top: 5px;
        font-size: 1.2rem;
      }
    }

    &:hover {
      flex: 0 0 30vw;
      box-shadow: 1px 3px 5px #7645d8;
      scale: 1.2;
      z-index: 11;
    }

    &:hover .content {
      opacity: 1;
      transform: translatey(0%);
      /* visibility: visible; */
    }
  }
}

.Article4 {
  display: flex;
  padding-bottom: 5vh;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  height: auto;
  background-image: url(./Images//background2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Article4 > h1{
  font-family: "Oxanium", cursive;
  font-size: 2.2em;
  background-image: linear-gradient(to right, #cecece, #4040db);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  padding: 5vh;
}

.Article4 > p {
  width: 80vw;
  font-size: 1.5em;
  text-align: left;
  font-family: "Roboto", cursive;
  font-weight: 550;
  color: white;
}

.filter{
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: -9;
}

.services {
  padding: 10px;
  position: relative;
  height: auto;
  overflow: hidden;
  color: #fff;

  font-family: "Roboto", Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;

  > span {
    margin-top: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100vw;
  }

  > h1 {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

#background-video {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -10;
}

.servicesCard {
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 320px;
  width: 25vw;
  height: auto;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  background-color: rgba(200, 200, 200, 0.3);
  transition: 0.3s ease;
  backdrop-filter: blur(0);

  &:hover {
    backdrop-filter: blur(10px);
    scale: 1.1;
  }
  > img {
    width: 50px;
    height: 50px;
    padding: 5px;
    background-color: white;
    margin-right: 10px;
    border-radius: 50%;
  }
  > div {
    > h1{
      font-size: 1.3rem;
      margin-bottom: 10px;
    }
    >p{
      font-size: 1em;
    }
}}

.Article5 {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* background-image: url(https://images.unsplash.com/photo-1619204715997-1367fe5812f1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1889&q=80); */
background-image: url('./Images/pexels-life-of-pix-2391.jpg');
  background-size: cover;
  background-position: center;
  
  background-attachment: fixed;
  padding-bottom: 10px;
  > h1 {
    font-family: "Oxanium", cursive;
    font-size: 2em;
    text-align: center;
    background-image: linear-gradient(to right, #cecece, #c3c3ff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 5vh;
  }
}

.div1,
.div2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.div1 > div,
.div1 > div > h1,
.div2 > div,
.div2 > div > h1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  border-radius: 2px;
}
.flip-card {
  justify-content: flex-start;
  height: 40vh;
  width: 20vw;
}
.div1 > div > h1,
.div2 > div > h1 {
  margin: 0;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-family: "Roboto", cursive;
  border-bottom: 2px #1e0e3e solid;
  background-color: #faebd7;
}
.div1 > div > p,
.div2 > div > p {
  padding: 10px;
  width: 94%;
  border-radius: 2px;
  transform: translateY(-100%);
  transition: 0.6s;
  opacity: 0;
  z-index: 1;
  font-family: "Roboto", "Courier New", Courier, monospace;
  font-weight: 600;
  background-color: #d3d3d3;
  text-align: center;
}
.flip-card {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
}

.title {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid coral;
  border-radius: 5px;
}

.flip-card-front {
  opacity: 0.8;
  background-image: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      #1d1d1d 32px
    ),
    repeating-linear-gradient(#151515, #151515);
  background-color: #1d1d1d;
  background-attachment: fixed;
  border: 1px solid rgba(255, 255, 255, 0.25);

  color: white;
  height: 35vh;
}

.flip-card-back {
  padding: 0px;
  background-image: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      #1d1d1d 32px
    ),
    repeating-linear-gradient(#151515, #151515);
  background-color: #1d1d1d;
  background-attachment: fixed;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  transform: rotateY(180deg);
  height: 35vh;
  > p {
    font-size: 1em;
  }
}

.footer-distributed {
  background: #666;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-family: "Roboto";
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer-distributed .footer-left {
  width: 40%;
}

/* The company logo */

.footer-distributed h3 {
  color: #ffffff;
  font-family: "Roboto";
  margin: 0;
}

.footer-distributed h3 span {
  color: lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #222;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: lightseagreen;
  text-decoration: none;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight: 300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-links {
  > a:hover {
    transition: 0.2s;
    color: blue;
  }
}

.footer-icons-img:hover {
  transition: 0.2s;
  scale: 1.2;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
  .footer-distributed {
    font-family: "Roboto";
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
