@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&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");


  * {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  body {
    font-family: "Montserrat", sans-serif;
    background: #c9c9c9;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  header {
    top: 0;
    width: 100%;
    position: fixed;
    align-items: center;
    padding: 10px;
    display: flex;

    justify-content: space-evenly;
    background-color: #0d1b2a;
    color: #b3d944;
  }
  header nav a {
    color: #b3d944;
    gap: 150px;
    font-size: 1.2rem;
    transition: 0.1s ease-in-out;
    padding: 10px;
    font-weight: bold;
  }
  header nav {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  header nav a:hover {
    color: #0d1b2a;
    background-color: #c9ed5b;
    border-radius: 20px;
  }

  header h3 {
    font-size: 1.5rem;
  }

  .titulo {
    font-size: 2rem;

    margin: 10vw 5vw 0 5vw;
    background-color: #ebe9e9;

    padding: 5vw 2vw 2vw 5vw;
    border: #fff 1px solid;

    line-height: 1.6;
    color: #0d1b2a;
  }
  .titulo span {
    color: #4d6d51;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .card1 {
    padding: 2vw 2vw 2vw 5vw;
    border: #fff 1px solid;
    margin: 2vw 7vw;
    font-size: 1rem;
    border-radius: 20px;
    background-color: #ebe9e9;
    border-left: #b3d944 solid;
    border-width: 0 0 0 9px;
    box-shadow: 0 0 15px #999;
  }
  .card2 {
    padding: 4vw 4vw 4vw 6vw;
    border: #fff 1px solid;
    margin: 1vw 5vw 3vw 5vw;
    font-size: 1rem;
    background-color: #ebe9e9;
    line-height: 1.6;
  }
  .card2 h3 {
    margin-bottom: 3rem;

    background: #0d1b2a;
    color: #b3d944;
    padding: 0.3rem;
    padding-left: 2rem;
    box-shadow: 5px 5px 8px #0d1b2a;
  }
  .card2 ul {
    margin-left: 5vw;
    list-style: none;
    margin-bottom: 2rem;
  }
  .card2 ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
    font: 500;
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
    letter-spacing: 1px;
  }
  .card2 span {
    margin-bottom: 10px;
    font: 500;
    font-size: 0.9rem;
    font-weight: bold;
    color: #222;
    letter-spacing: 1px;
  }

  .card3 {
    padding: 4vw 4vw 4vw 6vw;
    border: #b3d944 1px solid;
    margin: 1vw 5vw 1vw 5vw;
    font-size: 1rem;
    background-color: #0d1b2a;
    line-height: 1.6;
  }
  .card3 h3 {
    margin-bottom: 3rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
  }
  .card3 ul {
    display: flex;
    justify-content: space-evenly;
   
    gap: 15px;
  }
  .card3 ul li {
    list-style: none;
    border: #999 1px solid;
    width: 25%;
    color: #0d1b2a;
    padding: 20px;
    background-color: #b3d944;
    font-weight: bold;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
  }
  .card3 ul li:hover {
    background-color: #c9ed5b;
    box-shadow: 0 1px 5px #fff;
    transform: translatey(-2%);
  }
  .card3 ul li svg {
    width: 80px;
    height: 80px;

    margin-bottom: 5px;
  }

  .card4 {
    padding: 4vw 4vw 4vw 6vw;
    border: #fff 1px solid;
    margin: 1vw 5vw 1vw 5vw;
    font-size: 1rem;
    background-color: #ebe9e9;
    line-height: 1.6;
  }
  .card4 h3 {
    margin: 0 0 5vh 8vw;
    font-size: 1.6rem;
    color: #0d1b2a;
  }
  .card4 span {
    line-height: 1.9;
    color: #0d1b2a;
    border-left: #0d1b2a 15px solid;
    border-radius: 15px 0 0 0;

    padding-left: 10px;
  }

  .galeria {
    padding: 4vw 4vw 4vw 6vw;
    border: #fff 1px solid;
    margin: 1vw 5vw 1vw 5vw;
    font-size: 1rem;
    object-position: center;
    object-fit: cover;
    background-color: #ebe9e9;
    line-height: 1.6;
  }
  .card5 {
    padding: 4vw 4vw 8vw 8vw;

    margin: 1vw 5vw 1vw 5vw;
    font-size: 1rem;
    color: #0d1b2a;
    background: linear-gradient(78deg, #0d1b2a 10%, #23405f 99%);
    line-height: 1.8;

    display: flex;
    flex-direction: column;
  }
  .card5 h3 {
    margin-bottom: 3rem;
    font-size: 2rem;
    color: #fff;
  }
  .card5 span {
    margin: 0 8rem 2rem 1rem;
    border: #b3d944 solid;
    color: #fff;
    border-width: 0 0 1px 15px;
    padding: 1rem 1rem;
    transition: 0.8s;
    font-size: 1.05rem;
  }
  .card5 span:hover {
    background-color: #b3d944;
    color: #0d1b2a;
    font-weight: bold;
    font-size: 1rem;
  }
  .card5 ul {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
  .card5 ul li {
    list-style: none;
    border: #0d1b2a 1px solid;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #b3d944;
    padding: 5px;
    border-radius: 3px;
    width: 250px;
    height: 200px;
    flex-direction: column;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card5 svg {
    color: #0d1b2a;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
  .card6 {
    padding: 4vw 4vw 4vw 6vw;
    border: #fff 1px solid;
    margin: 1vw 5vw 1vw 5vw;
    font-size: 1rem;
    background-color: #ebe9e9;
    line-height: 1.6;
    display: flex;
    justify-content: space-evenly;
    background-color: aliceblue;
  }
  .work-list h3 {
    color: #0d1b2a;
    margin-bottom: 1.5rem;
    font-size: 1.9rem;
    padding-bottom: 15px;

    display: flex;
    align-items: center;
  }
  .work-list ul li {
    font-weight: bold;
    color: #0d1b2a;
    padding: 5px;
    font-size: 1rem;
    list-style: none;
    border: #0d1b2a solid;
    border-width: 0 0 2px 8px;
    border-radius: 15px 15px 15px 0;
    transition: all 0.4s ease-in-out;
  }
  .work-list ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .work-list ul li:hover {
    transform: translatey(-8%);
    box-shadow: 0 10px 15px #222;
  }

  .work-list svg {
    object-fit: cover;
    width: 60px;
    height: 60px;
    margin-right: 1rem;
    object-position: center;
  }
  .mini-galeria {
    display: flex;
    justify-content: space-evenly;
  }

  img {
    width: 30%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
  }
  .galeria a {
    width: 30%;
  }
  .galeria a img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
  }
  footer {
    background-color: #0d1b2a;
    height: 400px;
    width: 100%;
    display: flex;
  }
  html {
  scroll-behavior: smooth;
}
@keyframes getQuote {
  /* Início neutro */
  0% {
    transform: translateY(0) scaleX(1) scaleY(1);
    border-radius: 30px;
  }

  /* Subindo: estica e afina */
  3.3% {
    transform: translateY(-5%) scaleX(0.98) scaleY(1.02);
    border-radius: 25px;
  }
  6.6% {
    transform: translateY(-10%) scaleX(0.96) scaleY(1.04);
    border-radius: 22px;
  }
  10% {
    transform: translateY(-15%) scaleX(0.94) scaleY(1.06);
    border-radius: 18px;
  }

  /* Descendo: alarga e amassa */
  13.3% {
    transform: translateY(-10%) scaleX(1.02) scaleY(0.98);
    border-radius: 22px;
  }
  16.6% {
    transform: translateY(-5%) scaleX(1.06) scaleY(0.94);
    border-radius: 26px;
  }
  20% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9);
    border-radius: 32px;
  }
  23.3% {
    transform: translateY(0) scaleX(0.95) scaleY(1.1);
    border-radius: 28px;
  }
  26.6% {
    transform: translateY(0) scaleX(1.02) scaleY(0.98);
    border-radius: 30px;
  }

  /* Segundo pulo */
  30% {
    transform: translateY(-5%) scaleX(0.98) scaleY(1.02);
    border-radius: 25px;
  }
  33.3% {
    transform: translateY(-10%) scaleX(0.96) scaleY(1.04);
    border-radius: 22px;
  }
  36.6% {
    transform: translateY(-15%) scaleX(0.94) scaleY(1.06);
    border-radius: 18px;
  }

  40% {
    transform: translateY(-10%) scaleX(1.02) scaleY(0.98);
    border-radius: 22px;
  }
  43.3% {
    transform: translateY(-5%) scaleX(1.06) scaleY(0.94);
    border-radius: 26px;
  }
  46.6% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9);
    border-radius: 32px;
  }
  50% {
    transform: translateY(0) scaleX(0.95) scaleY(1.1);
    border-radius: 28px;
  }
  53.3% {
    transform: translateY(0) scaleX(1.02) scaleY(0.98);
    border-radius: 30px;
  }

  /* Relaxando */
  56.6% {
    transform: translateY(0) scaleX(1.01) scaleY(0.99);
    border-radius: 30px;
  }
  60% {
    transform: translateY(0) scaleX(1) scaleY(1);
    border-radius: 30px;
  }
  63.3% {
    transform: translateY(0) scaleX(0.99) scaleY(1.01);
    border-radius: 30px;
  }
  66.6% {
    transform: translateY(0) scaleX(1) scaleY(1);
    border-radius: 30px;
  }

  /* Estabilizando final */
  70% {
    transform: translateY(0);
  }
  73.3% {
    transform: translateY(0);
  }
  76.6% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  83.3% {
    transform: translateY(0);
  }
  86.6% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(0);
  }
  93.3% {
    transform: translateY(0);
  }
  96.6% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.scroll-to-form {
  animation: getQuote 2.5s ease-in-out infinite both;
  position: fixed;
  bottom: 40px;
  right: 20px;
  background-color: #007bff;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-decoration: none;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.scroll-to-form:hover {
  background-color: #0056b3;
}

