.headerImage {
  z-index: 2;
  position: relative;
  bottom: 9em;
  height: 1000px;
  width: 1400px;
  margin: auto;
}

.headerImage img {
  position: absolute;
  left: 0;
  height: 100%;
}

.headerImage .cardHeader {
  z-index: 1;
  top: 15em;
  position: absolute;
  right: 2em;
  width: 544px;
  height: 699px;
  background: rgba(252, 248, 248, 0.92);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headerImage .cardHeader h1 {
  line-height: 52px;
  width: 325px;
  font-size: 50px;
}

.headerImage .cardHeader strong {
  color: #04DD41;
}

.headerImage .cardHeader .btn_container {
  margin-top: 10px;
  width: 325px;
}

.headerImage .cardHeader .btn_container button {
  cursor: pointer;
  position: relative;
  width: 133px;
  height: 40px;
  border: 2px solid #04DD33;
  border-radius: 23px 23px 23px 0px;
  background: none;
  font-weight: 500;
  color: #04DD33;
  font-size: 18px;
}

.headerImage .cardHeader .btn_container button:hover {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #04DD33;
  color: white;
}

#headerImageSobre img {
  left: 0;
}

#headerImageSobre #cardHeaderSobre {
  right: 0;
}

#headerImageSobre strong {
  color: #04DD33;
}

#headerImageSobre button {
  color: #04DD33;
  border-color: #04DD33;
}

.sobreFiador {
  padding-top: 200px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  height: 1400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  gap: 50px;
}

.sobreFiador .sobre-text {
  text-align: justify;
  padding: 25px;
  max-width: 464px;
}

.sobreFiador .sobre-text p {
  padding-top: 10px;
}

#btn_menu {
  background: #04DD33;
}

@media (max-width: 1420px) {
  .sobreFiador {
    width: 100%;
  }
  .headerImage {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .headerImage img {
    position: relative;
  }
  .headerImage .cardHeader {
    top: 30.9em;
    height: 450px;
    width: 400px;
    text-align: center;
  }
  .headerImage .cardHeader h1 {
    font-size: 28px;
  }
}

@media (max-width: 1000px) {
  .sobreFiador {
    width: 560px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10em;
    background: #FCF8F8;
    border-radius: 22px;
    padding-top: 0px;
  }
  .sobreFiador .sobre-text {
    margin: auto;
    width: 400px;
  }
  .sobreFiador .sobre-text h2 {
    text-align: center;
    margin: auto;
    color: #04DD33;
  }
  .sobreFiador .sobre-img {
    margin: auto;
  }
}

@media (max-width: 1256px) {
  .sobreFiador {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 590px) {
  .sobreFiador {
    height: 1000px;
    padding-top: 0;
    width: 90%;
    padding-bottom: 2em;
  }
}

@media (max-width: 500px) {
  .headerImage img {
    width: 100%;
  }
  .headerImage .cardHeader {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 39.2em;
    height: 290px;
    width: 90%;
    border-radius: 174.074px 174.074px 174.074px 0px;
  }
}

@media (max-width: 490px) {
  .headerImage {
    width: 100%;
    margin: auto;
  }
  .headerImage .cardHeader {
    border-radius: 174.074px 174.074px 174.074px 0px;
    width: 90%;
  }
  .headerImage .cardHeader h1 {
    font-size: 22px;
  }
  .headerImage .cardHeader .btn_container {
    margin-top: 15px;
  }
  .sobreFiador .sobre-text {
    width: 100%;
  }
  .sobreFiador .sobre-img img {
    width: 99%;
  }
}
/*# sourceMappingURL=sobre.css.map */