.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero .container {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
  height: 100%;
}

.hero .badge {
  display: flex;
  width: 134px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #df7100;
}

.hero .badge p,
.solucoes-home .badge p,
.galeria-home .badge p {
  color: #fdfdfd;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.hero h2 {
  color: var(--Text-alternate, #fff);
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 3.84px;
  max-width: 816px;
  margin-top: 2.5rem;
}

.hero span {
  color: var(--foundation-blue-light-active, #b0dff2);
}

.hero .link-equipe {
  display: flex;
  height: 56px;
  width: 255px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--Foundation-Blue-Dark, #00719f);
  color: var(--Foundation-Blue-Light, #eaf2f4);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 2.5rem;
  transition: background-color 0.3s ease;
}

.hero .link-equipe:hover {
  background-color: #fff;
  color: #00719f;
}

.hero .link-equipe:hover svg path {
  stroke: #00719f;
}

.hero .images {
  margin-top: 2.938rem;
  display: flex;
  justify-content: space-between;
}

.hero .images p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 22.88px */
  letter-spacing: -0.64px;
  width: 100%;
  max-width: 426px;
}

.hero .images-select {
  display: flex;
  gap: 1rem;
}

.images-select img {
  width: 228px;
  height: 193px;
}

.images-select img.selected {
  border-radius: 5px;
  border: 5px solid #fff;
  cursor: pointer;
}

.solucoes-home {
  padding: 6.25rem 0 5rem 0;
  border-radius: 50px 50px 0px 0px;
  background: linear-gradient(5deg, #00354a 28.35%, #0097d4 177.26%);
  margin-top: -3.125rem;
}

.solucoes-home .badge,
.galeria-home .badge {
  display: flex;
  width: 115px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #df7100;
}

.solucoes-home .text-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.solucoes-home h2 {
  color: var(--Foundation-White-Light, #fdfdfd);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.92px;
  max-width: 570px;
}

.solucoes-home h2 span {
  color: var(--Foundation-Blue-Normal, #0097d4);
}

.solucoes-home .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 3.75rem;
}

.solucoes-home .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #00445f;
  border-radius: 20px;
  overflow: hidden;
}

.solucoes-home .card-content {
  display: flex;
  padding: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 20px 20px 0px 0px;
  flex: 1;
  background: #00445f;
}

.solucoes-home .card img {
  width: 100%;
  display: block;
}

.solucoes-home .card-content h3 {
  color: var(--Foundation-White-Light, #fdfdfd);
  font-size: 2rem;
  font-style: normal;
  max-width: 310px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}

.solucoes-home .card-content p {
  color: #b7b7b7;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.56px;
}

.galeria-home {
  padding: 5rem 0 6.25rem 0;
}

.galeria-home h2 {
  color: var(--Foundation-Blue-Darker, #00354a);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.92px;
  max-width: 400px;
  margin-top: 1rem;
}

.galeria-home .text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.galeria-home h2 span {
  color: var(--Foundation-Blue-Normal, #0097d4);
}

.galeria-home .paragraph {
  color: var(--foundation-white-dark-active, #6b6b6b);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  max-width: 618px;
}

.galeria-home .galeria-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 4rem;
}

.galeria-home .galeria-cards .card h3 {
  color: #fff;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  max-width: 276px;
  letter-spacing: 1.44px;
}

#second-content,
#third-content {
  display: none;
}

.sobre {
  padding: 5rem 0;
}

.sobre .sobre-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sobre .badge {
  display: flex;
  width: 115px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #df7100;
}

.sobre .badge p {
  color: #fdfdfd;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.sobre h2 {
  color: var(--Foundation-Blue-Darker, #00354a);
  font-size: 3rem;
  font-style: normal;
  max-width: 564px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.92px;
  margin-top: 1rem;
}

.sobre h2 span {
  color: var(--Foundation-Blue-Normal, #0097d4);
}

.sobre .first-paragraph {
  color: var(--foundation-white-dark-active, #6b6b6b);
  font-size: 1rem;
  font-style: normal;
  max-width: 564px;
  width: 100%;
  font-weight: 400;
  margin-top: 48px;
  line-height: 150%; /* 24px */
}

.sobre .cards {
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-top: 48px;
}

.sobre .card {
  display: flex;
  width: 344px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.sobre .card h3 {
  color: var(--Foundation-Green-Normal, #071318);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}

.sobre .card p {
  color: var(--foundation-white-dark-active, #6b6b6b);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 26.4px */
  letter-spacing: 0.64px;
}

.sobre .line {
  width: 0.5px;
  align-self: stretch;
  background: #6b6b6b;
}

.sobre .img {
  display: flex;
  width: 100%;
  max-width: 515px;
  height: 724px;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("../images/sobre.webp") lightgray 50% / cover no-repeat;
}

.sobre .experiencia-card {
  padding: 40px;
  background: rgba(35, 35, 35, 0.2);
  backdrop-filter: blur(5px);
  max-width: 100%;
}

.sobre .experiencia-card h3 {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  margin-top: 1.25rem;
}

.sobre .experiencia-card p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  max-width: 371px;
  line-height: 165%; /* 26.4px */
  letter-spacing: 0.64px;
  margin-top: 1.25rem;
}

.informacoes-home {
  padding: 5rem 0;
  background: #f3f7f8;
}

.informacoes-home .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.informacoes-home .badge {
  display: flex;
  width: 170px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #df7100;
}

.informacoes-home .badge p {
  color: #fdfdfd;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.informacoes-home h2 {
  color: var(--Foundation-Blue-Darker, #00354a);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  max-width: 600px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1.92px;
  margin-top: 28px;
}

.informacoes-home h2 span {
  color: var(--Foundation-Blue-Normal, #0097d4);
}

.informacoes-home .paragraph {
  color: var(--foundation-white-dark-active, #6b6b6b);
  text-align: center;
  font-size: 1rem;
  max-width: 600px;
  font-style: normal;
  margin-top: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.informacoes-home .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
  margin-top: 74px;
}

.informacoes-home .card img {
  display: block;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.informacoes-home .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.informacoes-home .card .card-content {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  width: 100%;
  flex: 1;
}

.informacoes-home .card .badge {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: rgba(151, 151, 151, 0.1);
}

.informacoes-home .card .badge p {
  color: var(--Foundation-Blue-Darker, #00354a);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.informacoes-home .card h3 {
  color: var(--Neutro-900, #191b1f);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
}

@media (max-width: 1440px) {
  .hero h2 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1333px) {
  .sobre .img {
    width: 100%;
    max-width: 350px;
  }

  .images-select img {
    width: 180px;
    height: 150px;
  }

  /* .sobre .first-paragraph {
  max-width: 400px;
} */

  .sobre .line {
    display: none;
  }

  .sobre .sobre-container {
    justify-content: center;
  }

  .sobre .card {
    width: 300px;
  }

  .sobre .card p {
    max-width: 250px;
  }

  .hero .images p {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .hero .container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .hero h2 {
    font-size: 3.5rem;
    max-width: 100%;
    letter-spacing: 2px;
  }

  .hero .images {
    flex-direction: column;
    gap: 1.5rem;
  }

  .hero .images p {
    max-width: 100%;
  }

  .hero .images-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0.5rem;
    gap: 0.5rem;
  }

  .images-select img {
    width: 100%;
    height: auto;
  }

  .hero .container {
    padding-bottom: 6rem;
  }

  .solucoes-home .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .sobre .cards {
    flex-direction: column;
  }

  .galeria-home .text-container {
    flex-direction: column;
    align-items: start;
  }

  .galeria-home .galeria-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .galeria-home .paragraph {
    margin-top: 1rem;
    max-width: 400px;
  }

  .sobre .sobre-container {
    flex-direction: column;
    align-items: start;
  }

  .sobre .img {
    width: 100%;
  }

  .sobre .line {
    display: none;
  }

  .sobre .first-paragraph {
    width: 100%;
  }

  .informacoes-home .cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .solucoes-home .cards {
    grid-template-columns: 1fr;
  }

  .hero h2 {
    font-size: 2.5rem;
  }

  .hero .link-equipe {
    width: 100%;
  }

  .solucoes-home h2,
  .galeria-home h2,
  .sobre h2,
  .informacoes-home h2 {
    font-size: 1.8rem;
  }

  .galeria-home .galeria-cards .card h3 {
    font-size: 1.5rem;
  }

  .informacoes-home .cards {
    grid-template-columns: 1fr;
  }

  .solucoes-home .cards,
  .galeria-home .galeria-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero .images {
    gap: 1rem;
  }
}
