a {
  text-decoration: none !important;
}

/* NAVBAR */

.btn-entrar {
  border-radius: 38px;
  background: #de0517;
  display: inline-flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  @media (max-width: 992px) {
    display: flex;
    width: 95px;
    height: 30px;
    flex-shrink: 0;
  }
}

.btn-entrar:hover {
  background: #f16283;
}

/* BANNER */

.bg-banner {
  background-image: url("../images/bg-avert.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  @media (max-width: 992px) {
    background-image: url("../images/bg-avert-mobile.png");
  }
}

.bg-banner p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: lightgray -101.167px 0px / 132.687% 100% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  @media (max-width: 992px) {
    font-size: 17px;
  }
}

.btn-entrarbanner {
  display: flex;
  width: 200px;
  height: 76px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 38px;
  background: #00c1ba;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.btn-entrarbanner:hover {
  background: #f16283;
  color: #fff;
}

/* DESCUBRA */

.bg-descubra {
  background-image: url("../images/bg-section-1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 650px;
  @media (max-width: 360px) {
    height: 730px !important;
  }
  @media (max-width: 992px) {
    background-image: url("../images/bg-section-1-mobile.png");
    height: 860px !important;
  }
}

.bg-descubra p {
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 992px) {
    font-size: 15px;
  }
}

.bg-descubra h1 {
  color: #0c0c0c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 992px) {
    font-size: 18px;
  }
}

.btn-reddescubra {
  width: 200px;
  height: 61px;
  flex-shrink: 0;
  align-content: center;
  border-radius: 30px;
  background: #de0517;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 992px) {
    width: unset;
    height: unset;
    font-size: 17px;
  }
}

.btn-reddescubra:hover {
  background: #f16283;
  color: #fff;
}

.btn-entre {
  width: 153px;
  height: 61px;
  flex-shrink: 0;
  align-content: center;
  border-radius: 30px;
  border: 3px solid #de0517;
  color: #de0517;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 992px) {
    width: 136.884px;
    height: 33.004px;
    font-size: 17px;
    padding: 0;
  }
}

.btn-entre:hover {
  color: #fff !important;
  background: #de0517;
}

/* CHAMADO */

.bg-chamado {
  background-image: url("../images/bg-chamado.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 650px;
  @media (max-width: 992px) {
    background-image: url("../images/bg-chamado-mobile.png");
  }
}

.box-chamado-1 {
  background-image: url("../images/box-chamado-1.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 323px;
  height: 255px;
  flex-shrink: 0;
  @media (max-width: 992px) {
    background-image: url("../images/box-chamado-1-mobile.png");
    width: 95%;
    height: 95%;
    flex-shrink: 0;
  }
}

.box-chamado-2 {
  background-image: url("../images/box-chamado-2.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 323px;
  height: 255px;
  flex-shrink: 0;
  @media (max-width: 992px) {
    background-image: url("../images/box-chamado-2-mobile.png");
    width: 95%;
    height: 95%;
    flex-shrink: 0;
  }
}

.box-chamado-3 {
  background-image: url("../images/box-chamado-3.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 323px;
  height: 255px;
  flex-shrink: 0;
  @media (max-width: 992px) {
    background-image: url("../images/box-chamado-3-mobile.png");
    width: 95%;
    height: 95%;
    flex-shrink: 0;
  }
}

.box-chamado-4 {
  background-image: url("../images/box-chamado-4.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 323px;
  height: 255px;
  flex-shrink: 0;
  @media (max-width: 992px) {
    background-image: url("../images/box-chamado-4-mobile.png");
    width: 95%;
    height: 95%;
    flex-shrink: 0;
  }
}

.bg-chamado h2 {
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans Hebrew", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 992px) {
    font-size: 15px;
  }
}

.bg-chamado p {
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans Hebrew", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 992px) {
    font-size: 11px;
  }
}

.card-subscribe {
  width: 340px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #00c0b9;
  position: relative;
  /* top: -100px; */
  @media (max-width: 991px) {
    width: 157px;
    height: 40px;
    justify-content: center;
    align-items: center;
    top: unset;
    border-radius: 8px;
  }
}

.card-subscribe h1 {
  color: #fff;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 12px;
    margin-bottom: unset;
  }
}

/* OFERECEMOS */

.bg-oferecemos {
  background-image: url("../images/bg-oferecemos.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  @media (max-width: 992px) {
    background-image: url("../images/bg-oferecemos-mobile.png");
  }
}

.box-oferecemos-1 {
  background-image: url("../images/box-oferecemos-1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 750px;
  height: 329px;
  flex-shrink: 0;
  position: relative;
  top: -25px;
  @media (max-width: 992px) {
    background-image: url("../images/box-oferecemos-1-mobile.png");
    width: 389px;
    height: 119px;
    top: unset;
    padding-top: 12px;
  }
  @media (min-width: 993px) and (max-width: 1440px) {
    width: unset;
    height: 230px;
    padding-top: 70px !important;
    top: unset;
  }
}

.box-oferecemos-2 {
  background-image: url("../images/box-oferecemos-2.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 735px;
  height: 319px;
  flex-shrink: 0;
  @media (max-width: 992px) {
    background-image: url("../images/box-oferecemos-2-mobile.png");
    width: 404px;
    height: 125px;
    padding-top: 25px;
  }
  @media (min-width: 993px) and (max-width: 1440px) {
    width: unset;
    height: 265px;
    padding-top: 80px !important;
    flex-shrink: unset;
  }
}

.box-oferecemos-3 {
  background-image: url("../images/box-oferecemos-3.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 731px;
  height: 285px;
  flex-shrink: 0;
  @media (max-width: 992px) {
    background-image: url("../images/box-oferecemos-3-mobile.png");
    width: 395px;
    height: 122px;
    padding-top: 12px;
  }
  @media (min-width: 993px) and (max-width: 1440px) {
    width: unset;
    height: 230px;
    padding-top: 50px !important;
    flex-shrink: unset;
  }
}

.box-oferecemos-4 {
  background-image: url("../images/box-oferecemos-4.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 732px;
  height: 330px;
  flex-shrink: 0;
  position: relative;
  top: -25px;
  @media (max-width: 992px) {
    background-image: url("../images/box-oferecemos-4-mobile.png");
    width: 391px;
    height: 130px;
    top: unset;
    padding-top: 30px;
  }
  @media (min-width: 993px) and (max-width: 1440px) {
    width: 732px;
    height: 265px;
    padding-top: 80px !important;
    flex-shrink: unset;
  }
}

.bg-oferecemos h2 {
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  @media (max-width: 991px) {
    font-size: 17px;
  }

  @media (min-width: 993px) and (max-width: 1440px) {
    font-size: 22px;
  }
}

.bg-oferecemos p {
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 12px;
  }

  @media (min-width: 993px) and (max-width: 1440px) {
    font-size: 14px;
  }
}

/* FORM */

.bg-form {
  background-color: #00c1ba;
}

.btn-form {
  display: flex;
  width: 130px;
  height: 41px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 38px;
  background: #de0517;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  @media (max-width: 992px) {
    width: 130px;
    height: 41px;
    display: inline-flex;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 700;
  }
}

.btn-form:hover {
  background: #f16283;
  color: #fff;
}

.font-size {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 992px) {
    /* font-size: 16px; */
    font-weight: 500;
  }
}

form p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}

form i {
  color: #de0517;
  font-size: 20px !important;
  font-weight: 600;
}

.text-white a:hover {
  color: #de0517 !important;
}
