/* -----------------css para mobile---------------------------- */
* {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
/* -----------------body--------------------------- */
body {
  color: #000000;
  background-color:#333;
  font-family: oswald, sans-serif;

}

/* ----------------------header--------------------------- */
header {
  width: 100%;
  margin-top: 0.5rem;
  position: fixed;
  background: rgba(199, 199, 199, 0.671);
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(6px);
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.logo {
  width: 35vw;
  margin-left: 1rem;
  padding: 0.3rem 0 0 0;
    filter: drop-shadow(0 0 10px #ffffff);

}

nav ul {
  display: flex;
  gap: 1rem;
  margin-right: 1rem;display: none;  
}

.lang-switcher {
  right: 0.5rem;
  position: relative;
  display: none;
  gap: 0.5rem;
  align-items: center;
}

.lang-btn {
  background: none;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 5.5px 5.5px 2px 5.5px;
  cursor: pointer;
  transition: 0.3s;
}

.lang-btn img {
  width: 100%;
}

.lang-menu {
  position: absolute;
  top: 120%;
  right: 0;
  background: #1b1b1b;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 4px 0;
  display: none;
  list-style: none;
  z-index: 999;
}

.lang-menu li {
  padding: 10px 6px 6px 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.lang-menu li:hover {
  background: #333;
}

.lang-menu img {
  width: 100%;
}

/* ----------------------------inicio--------------------- */

.hero {
  padding-top: 1rem;
  justify-content: space-between;
  background-color: #464646b6;
  height: 90vw;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  object-fit: cover;
  z-index: -1;
}
.hero-text {
    margin-top:25vw;
    font-family: oswald, sans-serif;
}
.hero-text h1 {
  font-size: 2.8rem;
  color: #e7e7e7;
  text-transform: uppercase;
  line-height: 15vw;
  text-align: center;

}
.hero-image {
  background:linear-gradient(-45deg, #e9c258, #dfd6a8, #e7cc51);
  display: flex;
  height: 12rem
}
.hero-image p {
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  font-family: oswald, sans-serif;
  color: #1b1b1b;
  line-height: 7vw;
  width: 70%;
}
.phone {
  width: 20vw;
  height: 40vw;
  margin-top: 1rem;
  margin-right: 1rem;
}
.hero-image2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  
}
  .pc {
  width: 65vw;
  margin-top: -3.5rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 10px #575656);
}
.cta {
  width: 30vw;
  height: 13vw;
  margin-top: 1rem;
  margin-right: 1rem;
  font-size: 4vw;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  padding: 0.5rem 0.5rem 0 0.5rem;
  background-color: #2c5364;
  box-shadow: #1b1b1b 0px 0px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

/* --------------------------------benefits---------------------------- */

.benefits-modern {
  background-color: #2c53645d;
    backdrop-filter: blur(3px);
}
.section-title {
  font-family: oswald, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #87ceeb;
  padding-top: 1rem;
}
.card-grid {
  flex-direction: column;
  gap: 1rem;
  width: 95%;
  margin-left: 0.5rem;
}

.card {
  background: linear-gradient(145deg, #1a1a1a, #222);
  padding: 1rem;
  border-radius: 1.2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2a2a2a;
  margin-bottom: 1rem;

}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
}

.card img {
  width: 64px;
  filter: drop-shadow(0 0 4px #87ceeb99);
}

.card h3 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-left: 6rem;
  margin-top: -5rem;
}

.card p {
  color: #cccccc;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 6rem;
}

/* ------------------------tipos de projetos---------------------------- */
.card-grid-project-types {
  padding-bottom: 2rem;
}
.card2 {
  background: linear-gradient(145deg, #1a1a1a, #222);
  padding: 0.5rem;
  border-radius: 1.2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2a2a2a;
  margin-bottom: 1rem;
  display: flex;
}
.card2 h4 {
  width: 8rem;
  margin-top: 0.6rem;
  margin-left: 1.5rem;
}
.card2 p {
  margin-left: 1rem;
  font-size: 1rem;
}

/* ----------------------------------portifolio----------------------------  */

.portfolio-section {
  background: #1e1e24a2;
  padding: 2em 1rem;
  color: #f0f0f0;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #87ceeb;
}
.project-description {
  flex: 1;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-description h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.project-description p {
  font-size: 1.1rem;
  color: #cccccc;
  margin-bottom: 2rem;
  line-height: 1.7;
  text-align: center;
}
.portfolio-content {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}

.mockups {
  display: flex;
  margin-bottom: 1rem;
}
.mockup-desktop {
  width: 100%;
  margin-bottom: 1rem;
}
.mockup-mobile {
  width: 30vw;
  margin-left: 1rem;
  margin-top: -2rem;
}
.cta2 {
  background: #ffd369;
  color: #1e1e24;
  padding: 0.4rem 2rem;
  font-size: 1.05rem;
  border-radius: 0.75rem;
  font-weight: bold;
  text-decoration: none;
}

.project-description .cta:hover {
  background: #e5bc4f;
}

/* -------------------contato---------------------------- */

.container2 {
  flex-direction: column;
}
.contact-section {
  padding: 2rem 1rem;
  background: rgba(10, 20, 30, 0.85);
  backdrop-filter: blur(4px);
  color: #d0d0d0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  
}
.section-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #87ceeb;
}

.contact-info p {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.contact-info a {
  color: #00c896;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  align-items: start;
}

.contact-info a:hover {
  color: #019b75;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-form label {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 90px;
  padding: 0.8rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  border: none;
  background-color: #222;
  color: #eee;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.7);
  transition: background-color 0.3s ease;
}

.contact-form textarea:focus {
  outline: none;
  background-color: #333;
}
.cta3 {
  align-self: center;
  background-color: #00c896;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.contact-form .cta:hover {
  background-color: #019b75;
}
/* -------------------------orçamento---------------------------- */

.ficticios-section {
  padding: 1rem 1rem;
  background: #121214;
  color: #f0f0f0;
  text-align: center;
}
.ficticios-section .section-subtitle {
  font-size: 1.2rem;
  color: #aaaaaa;
  margin-bottom: 3rem;
}
.ficticio-grid {
  display: grid;
  gap: 1rem;
  margin: 0 auto;
}
.ficticio-card {
  background: linear-gradient(145deg, #1a1a1a, #222);
  padding: 0.5rem 1.5rem;
  border-radius: 1.2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ficticio-card h3 {
  font-size: 1.4rem;
  color: #ffd369;
  margin-bottom: 0.5rem;
}

.ficticio-card p {
  font-size: 1rem;
  color: #dddddd;
  line-height: 1.5;
}

.ficticio-card .preco {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a0f0d0;
}


/* --------------------footer------------------- */

.site-footer {
  background: #0f0f0f;
  color: #ccc;
  padding: 2rem 2rem 1rem;
  font-size: 0.95rem;
  border-top: 2px solid #2a2a2a;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-left, .footer-center, .footer-right {
  flex: 1;
  min-width: 220px;
}

.footer-left p,
.footer-right p,
.footer-center p {
  margin-bottom: 0.5rem;
}

.footer-left a,
.footer-right a {
  color: #87ceeb;
  text-decoration: none;
}

.footer-left a:hover,
.footer-right a:hover {
  color: #ffffff;
}

.social-icons a {
  margin-right: 1rem;
  display: inline-block;
  transition: transform 0.3s ease;
  ;
}

.social-icons img {
  width: 24px;
  filter: grayscale(100%) brightness(1.4);
}

.social-icons a:hover {
  transform: scale(1.1);
  filter: brightness(2);
}

.footer-bottom {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #777;
}



/* ------------------------css para desktop----------------------- */
/* ------------------------css para desktop----------------------- */
/* ------------------------css para desktop----------------------- */

@media (min-width: 768px) {
  /* estilos para tablets e acima */

/* ----------------------header--------------------------- */
body {
  color: #d0d0d0;
  background-color:#333;
  font-family: oswald, sans-serif;

}

/* ----------------------header--------------------------- */

  header {
    height: 4.5rem;
    width: 90%;
    left: 50%; /* posicionar do centro */
    transform: translateX(-50%); /* centraliza horizontalmente */
    border-radius: 2rem;
    padding: 0 3rem;
  }

  .logo img {
    height: 50px;
    width: auto;
  }
  .header-content {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .nav {
    display: flex;
    list-style: none;
    gap: 3rem;
    margin: 5rem;
    font-size: 1.2rem;
  }

  .nav li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
  }

  .lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .lang-switcher button {
    background: transparent;
    border: none;
    cursor: pointer;
  }

  .lang-menu {
    display: none;
    position: absolute;
    background: #222;
    padding: 0.5rem;
    border-radius: 6px;
  }

.lang-menu li {
  padding: 10px 6px 6px 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.lang-menu li:hover {
  background: #333;
}

.lang-menu img {
  width: 100%;
}

/* ----------------------------inicio--------------------- */

.hero {
  height: 100vh;
}
.hero video {
  height: 108vh;
}
.hero-text {
    margin-top:17vw;
}
.hero-text h1 {
  font-size: 4.8rem;
}
.hero-image {
  background:linear-gradient(-45deg, #e9c258, #dfd6a8, #e7cc51);
  display: flex;
  height: 25rem
}
.hero-image p {
  padding: 1.8rem 3rem;
  font-size: 3vw;
  line-height: 65px;
  width: 45%;
  text-transform: uppercase;
  font-weight: 600;
}
.phone {
  width: 10vw;
  height: 20vw;
  margin-top: 4rem;
  margin-left: -3rem;
}
.hero-image2 {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 2rem;
  margin-top: -17rem;
  margin-right: 4rem;
  
}
  .pc {
  margin-top: -5rem;
  width: 35vw;
  height: 25vw;
  filter: drop-shadow(0 0 10px #575656);
}
.cta {
    width: 12vw;
  height: 2vw;
  margin-top: 13rem;
  margin-left: 12rem;
  font-size: 1.3vw;
  padding: 0.5rem 0.5rem 0.2rem 0.5rem;
  text-align: center;
}

/* --------------------------------benefits---------------------------- */
.container {
  padding-top: 3rem;
}
  .card-grid {
    display: flex;
    flex-direction: row; /* muda de coluna para linha */
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    width: 100%;
    margin: 0 auto;
  }

  .card {
    width: calc(30% - 2rem); /* 3 cards por linha */
    margin: 0;
    margin-bottom: 5rem;
  }

  .card img {
    width: 80px;

  }

  .card h3, .card p {
    margin-left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 1rem;
  }

  .card h3 {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .card p {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }

  /* Para .card2 também se adaptar em linha */
  .card-grid-project-types {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2rem;
  }

  .card2 {
    width: 30%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .card2 p {
    margin-left: 0;
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }

  .card2 h4 {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 2rem;
  }


/* ----------------------------------portifolio----------------------------  */

.project-description h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
  margin-top: 2rem;
}

.project-description p {
  font-size: 1.5rem;
  margin-bottom: 0rem;
  line-height: 1.7;
  margin-left: 3rem;
}
.mockups {
  margin-bottom: 1rem;
  margin-left: 38rem;
  margin-top: -18rem;
  margin-right: 4rem;
  
}
.mockup-desktop {
  width: 90%;
  margin-bottom: 0rem;
  margin-right: 2rem;
}
.mockup-mobile {
  width: 15vw;
  margin-left: 1rem;
}
.cta2 {
  font-size: 1.05rem;
  text-decoration: none;
  margin-left: 13.5rem;
}

.project-description .cta:hover {
  background: #e5bc4f;
}

/* -------------------contato---------------------------- */


.contact-info p {
  font-size: 1.5rem;
  margin-left: 5rem;
}

.contact-form {
    margin-left: 5rem;
}

.contact-form label {
  font-weight: 600;
  font-size: 1.5rem;
}
.contact-form textarea {
  width: 60%;
  font-size: 1.2rem;
}
/* -------------------------orçamento---------------------------- */


.ficticios-section .section-subtitle {
  font-size: 1.2rem;
  color: #aaaaaa;
  margin-bottom: 3rem;
}
.ficticio-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.ficticio-card {
  width: 20rem;
  text-align: center;
  align-items: center;
}

.ficticio-card h3 {
  font-size: 1.4rem;
  color: #ffd369;
  margin-bottom: 0.5rem;
}

.ficticio-card p {
  font-size: 1rem;
  color: #dddddd;
  line-height: 1.5;
}

.ficticio-card .preco {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a0f0d0;
}


/* --------------------footer------------------- */

.site-footer {
  background: #00000044;
  color: #ccc;
  padding: 2rem 2rem 2rem;
  font-size: 1.2rem;
  border-top: 2px solid #2a2a2a;
  align-items: center;
  text-align: center;
}

.footer-container {
  align-items: center;
  gap: 15rem;
  max-width: 100%;
}

.footer-left, .footer-center, .footer-right {
  flex: 1;
  min-width: 220px;
}

.footer-left p,
.footer-right p,
.footer-center p {
  margin-bottom: 0.5rem;
}

.footer-left a,
.footer-right a {
  color: #87ceeb;
  text-decoration: none;
}

.footer-left a:hover,
.footer-right a:hover {
  color: #ffffff;
}
.social-icons {
  background-color: rgba(255, 255, 255, 0.452);
  border-radius: 5rem;
}

.social-icons a {
  margin-right: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

.social-icons img {
  width: 30px;
  filter: grayscale(100%) brightness(1.4);
}

.social-icons a:hover {
  transform: scale(1.1);
  filter: brightness(2);
}

.footer-bottom {
  text-align: center;
  margin-top: 0rem;
  font-size: 1rem;
  color: #a0a0a0;
}
}