.navbar-global {
  z-index: 999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff;
  justify-content: space-between;
  height: 100%;
  display: block;
  position: sticky;
  top: 0;
}

.brand {
  flex: 1;
  width: auto;
  padding-bottom: 0;
}

.body {
  background-color: #fff;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  background-color: #005862;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
}

.image {
  width: 180px;
  display: block;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  display: flex;
}

.hero-section {
  background-image: url('../images/banner-verde.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
}

.hero-conteiner {
  width: 100%;
  max-width: 1200px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}

.titulo {
  color: #fff;
  text-align: center;
}

.paragraph {
  color: #fff;
}

.subtitulo {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 30px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.servicios-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.servicios-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-servicio {
  background-color: #005862;
  border-radius: 11px;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  width: 49%;
  padding: 40px 30px;
  display: flex;
}

.card-servicio.naranja {
  background-color: #f18523;
}

.titulo-card {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.titulo-card.telefono {
  margin-top: 0;
  font-size: 34px;
}

.texto-card {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.boton-resultados {
  color: #005862;
  background-color: #fff;
  border-radius: 8px;
}

.boton-resultados.naranja {
  color: #f18523;
}

.whatsapp-barra {
  background-color: #f3f3f3;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 28px auto 0;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.image-2 {
  width: 50px;
}

.image-3 {
  margin-right: 32px;
}

.texto-wpp {
  color: #54cf61;
  padding-top: 6px;
  font-size: 24px;
  font-style: normal;
}

.link-block {
  justify-content: center;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .brand, .servicios-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    justify-content: center;
    display: flex;
  }

  .nav-link {
    display: none;
  }

  .image {
    text-align: left;
  }

  .hero-section {
    background-position: 50%;
  }

  .hero-conteiner {
    padding-top: 35px;
  }

  .titulo {
    margin-top: 9px;
    font-size: 30px;
  }

  .subtitulo {
    font-size: 18px;
    line-height: 20px;
  }

  .servicios-container {
    flex-flow: column;
  }

  .card-servicio {
    width: 100%;
    margin-bottom: 21px;
  }

  .boton-resultados.naranja {
    text-align: center;
  }

  .whatsapp-barra {
    text-align: center;
    margin-top: 0;
  }

  .image-3 {
    margin-right: 12px;
  }

  .texto-wpp {
    font-size: 16px;
  }

  .icon {
    display: none;
  }
}


