* {
  padding: 0;
  margin: 0;
}
.documentos {
  text-decoration: none;
  color: black;
}
.documentos:hover {
  color: #007bff;
}
#banner {
  background-image: url(../img/imagemgotadeagua.png);
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.titulo {
  color: #ffff;
}
.nav-item {
  border: none;
  font-size: 20px;
  color: black;
}

.dropdown {
  background-color: transparent;
  color: black;
}
.icon {
  font-size: 29px;
  text-decoration: none;
  color: black;
}

.paragrafh {
  width: 356px;
  height: 18px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.redes {
  padding-top: 30px;
}
.cardpart {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  width: 1366px;
  height: 100px;
}
.col {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 5px;
  width: 542px;
  height: 36px;
}

.title1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  /* identical to box height */

  color: #ffffff;
}
.text {
  width: 542px;
  height: 72px;

  font-family: "arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;

  color: #ffffff;
}
.title {
  background-image: url(./img/imagemgotadeagua.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.title-home {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 27px;
  overflow: hidden;

  /* identical to box height */

  color: #06abd1;
}

.title-home::before,
.title-home::after {
  background-color: #06abd1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.title-home::before {
  right: 0.5em;
  margin-left: -50%;
}
.title-home::after {
  left: 0.5em;
  margin-right: -50%;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  padding: 20px;
  text-align: center;
  z-index: 9999;
  border-top: 1px solid #ccc;
}

#cookie-banner p {
  display: inline-block;
  margin: 0;
}

#accept-cookies {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .icon {
    font-size: 15px;
  }

  .title1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cardpart {
    flex-direction: column;
    height: auto;
  }

  .col {
    width: 100%;
  }

  .paragrafh {
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  .firtpage {
    align-items: center;
    padding-bottom: 90px;
  }
  .sideimg1 {
    width: 10px;
    display: flex;
    justify-content: start;
  }
  .row1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 600px;
  }
  .row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    justify-content: center;
    width: 400px;
  }
  .text {
    text-align: center;
  }
  .button {
    text-align: center;
    margin-top: 50px;
  }
  .title1 {
    font-size: 20px;
    text-align: center;
  }
  .text {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  .title-home {
    font-size: 30px;
    text-align: center;
  }
  .cardpart {
    width: 100%;
    margin-bottom: 80px;
  }

  .col {
    width: 100%;
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .paragrafh {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
  }
  .logo {
    display: flex;
    justify-content: center;
  }
  .redes {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    gap: 10px;
  }
  .icon {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .col-sm {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .icon {
    font-size: 16px;
  }
  .text-center {
    text-align: center;
  }
  .redes {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    gap: 10px;
  }
  .icon {
    font-size: 25px;
  }
}
