:root {
  --Azul-escuro: #0f2f56;
  --azul: #22576d;
  --azul-petroleo: #296872;
  --verde: #045243;
  --verde-escuro: #00494b;
  --verde-claro: #006d5d;
  --cinza-escuro: #3f4a59;
  --cinza: #79828d;
  --azul-oceano: #007682;
  --ciano: #1fbbb1;
  --ciano-claro: #90f1f1;
  --azul-claro: #0c608f;
}
@import url("https://fonts.googleapis.com/css2?family=Bitcount+Prop+Double+Ink:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitcount+Prop+Double+Ink:wght@100..900&family=Bree+Serif&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: Roboto;
}
body {
  margin: 0px;
}
#logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#logo img {
  width: 120px;
  height: 120px;
  padding: 20px;
}
#logo h1 {
  color: white;
}
#logo h1 {
  font-family: "Bree serif", "serif";
  font-weight: bold;
  font-size: 2.8em;
}
header {
  display: flex;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: #045243;
  background: linear-gradient(
    0deg,
    rgba(4, 82, 67, 1) 0%,
    rgba(15, 47, 86, 1) 100%
  );
}

nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5px;
  width: 100%;
}
nav a {
  display: flex;
  justify-content: space-evenly;
  column-gap: 5px;
  align-items: center;
  text-decoration: none;
  font-size: 1.5em;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
nav a:hover {
  font-size: 1.6em;
  transform: translateY(-5px);
}
#instagram {
  color: rgb(255, 94, 94);
}
#linkedin {
  color: rgb(87, 87, 252);
}
#projeto {
  border: 1px solid #ddd;
  margin: 30px 20px;
  border-radius: 15px;
  padding: 30px 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  
}

#projeto h2 {
  text-align: center;
  font-size: 2.1em;
  margin-bottom: 30px;
}
.content {
  margin: 0;
  text-align:justify;
  font-size: 1.2em;
}
#servicos {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 3px dotted #ddd;
  padding-top: 50px;
}

#servicos h2{
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 30px;
}
.servicos-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;

  padding: 50px 20px;
}
.servicos-items div {
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  width: 300px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  padding-bottom: 20px;
  height: 500px;
}
.servicos-items div:hover {
  transform: translateY(-10px);
}
.servicos-items img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.contato-servicos {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contato-servicos a {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: var(--verde-claro);
  color: white;
  padding: 30px;
  font-size: 1.5em;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contato-servicos a:hover {
  font-size: 1.6em;
  background-color: #1fbbb1;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.contato-servicos {
  margin-top: 60px;
  margin-bottom: 40px;
}

.contato-servicos a {
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--verde-escuro);
  background-color: white;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid var(--verde-claro);
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contato-servicos a:hover {
  background-color: var(--verde-escuro);
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

footer {
  background-color: #111;
  color: #e0e0e0;
  padding-top: 60px;
  font-family: 'Roboto', sans-serif;
}

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

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-section h3 {
  font-family: 'Bree Serif', serif;
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--ciano);
}

.footer-section p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.footer-contato i {
  margin-right: 12px;
  color: var(--ciano);
  width: 20px;
  text-align: center;
}

.social-icons a {
  color: white;
  font-size: 2.2em;
  margin-right: 25px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
  color: var(--ciano-claro);
  transform: translateY(-4px);
}

.footer-bottom {
  background-color: #000;
  text-align: center;
  padding: 25px 20px;
  margin-top: 50px;
  border-top: 1px solid #333;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9em;
  color: #aaa;
}


@media (max-width: 768px) {
  #logo img {
    width: 100px;
    height: 100px;
    padding: 20px;
  }
  #logo h1 {
    font-family: "Bree serif", "serif";
    font-weight: bold;
    font-size: 1.5em;
  }
  nav a {
    font-size: 1em;
    padding: 8px 15px;
  }
  #projeto h1 {
    font-size: 1.5em;
  }

  .content {
    font-size: 1em;
  }
  .servicos-items {
    flex-direction: column;
    align-items: center;
  }

  .servico-items div {
    width: 90%;
    max-width: 400px;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-section h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .servicos-items div {
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  width: 220px;
  height:fit-content;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  padding-bottom: 20px;

}
.servicos-items div:hover {
  transform: translateY(-10px);
}
.servicos-items img {
  width: 100%;
  height:160px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
}
