body {
  margin: 0;
}

.go-top {
  position: fixed;
  bottom: 4.5rem;
  right: 3rem;
  display: none;
  border: 60px solid transparent;
  border-bottom-color: black;
  z-index: 1100;
  cursor: pointer;
}

#top {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 100;
}

:root {
  --brand: #af2c52;
}

.container-new {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10.5px;
}

.navbar-new {
  height: 66px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
}

.col-new {
  display: flex;
  flex-direction: column;
}

.row-new {
  display: flex;
  flex-direction: row;
}

.wrapper {
  width: 1224px;
}

.button {
  background: #af2c52;
  border-radius: 100px;
  color: #fff;
  padding: 0.375rem 0.75rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  box-sizing: border-box;
}

.button:hover {
  filter: brightness(0.9);
  cursor: pointer;
  background: #007bff;
  user-select: none;
}

.button:active {
  filter: brightness(0.8);
}

.img-header {
  width: 100%;
  height: 826px;
  /* background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), url('../img/pexels-norma-mortenson-4391470\ 1.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.center-new {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-title-page {
  top: 0;
  position: sticky;
  color: #654e4e;
  background: white;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-new {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(128, 128, 128, 0) -0.29%,
    rgba(128, 128, 128, 0.21) 19.56%,
    rgba(128, 128, 128, 0.21) 78.58%,
    rgba(128, 128, 128, 0) 100%
  );
}

.title-page {
  color: #654e4e;
  font-weight: 800;
  font-size: 16px;
}

.label-page {
  color: #654e4e;
  font-weight: 600;
  font-size: 14px;
  margin-right: 24px;
  user-select: none;
}

.label-page:hover {
  color: #af2c52;
  cursor: pointer;
  user-select: none;
}

.title-hero {
  font-weight: 800;
  font-size: 48px;
  color: #ffffff;
  line-height: 58px;
}

.subtitle-hero {
  font-weight: 600;
  font-size: 24px;
  color: #d3d3d3;
  line-height: 29px;
  margin-top: 8px;
}

.text-medium {
  font-size: 18px;
  color: #654e4e;
  text-align: center;
  line-height: 160%;
}

.text-small {
  font-size: 16px;
  color: #654e4e;
  font-weight: 400;
  line-height: 150%;
}

.title-large {
  font-size: 40px;
  color: #654e4e;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 160%;
}

.centertext {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 96px;
}

.group-info {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 96px;
}

.background-gray {
  background-color: #80808014;
  width: 100%;
  display: grid;
  place-items: center;
  padding-top: 96px;
  padding-bottom: 106px;
}

.background-graay {
  background-color: #80808014;
  width: 100%;
  display: grid;
  place-items: center;
}

.background-contato {
  width: 100%;
  height: 340px;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/david-hahn.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title-contato {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.text-contato {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 24px;
}

.footer-container {
  margin-top: 43px;
  height: 199px;
  display: flex;
  justify-content: center;
}

.group-hero {
  width: 517px;
}

.color-brand {
  color: var(--brand);
}

.img-topics {
  margin-right: 40px;
  margin-top: 96px;
  margin-bottom: 96px;
}

.navbar-new-mobile {
  display: none;
}

.img-header-mobile {
  display: none;
}

.group-info-mobile {
  display: none;
}

.background-gray-mobile {
  display: none;
}

.background-graay-mobile {
  display: none;
}

.background-contato-mobile {
  display: none;
}

.footer-container-mobile {
  display: none;
}

.form-desktop {
  min-width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.form-mobile {
  display: none;
}

.img-form {
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 100%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../img/image-form.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.img-form-mobile {
  display: none;
}

.title-form {
  margin-top: 16px;
  font-weight: 800;
  font-size: 28px;
  color: #654e4e;
}

.subtitle-form {
  margin-top: 58px;
  font-weight: 700;
  font-size: 16px;
  color: #af2c52;
}

.container-title-page-mobile {
  display: none;
}

.no-show-mobile {
  display: unset;
}

.no-show-desktop {
  display: none;
}

@media only screen and (min-width: 601px) {
  .navbar-new-mobile-open {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .wrapper {
    width: 90%;
  }

  .title-hero {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .subtitle-hero {
    font-size: 19px;
    line-height: 23px;
  }

  .text-medium {
    font-size: 14px;
  }

  .title-large {
    font-size: 24px;
  }

  .text-small {
    font-size: 14px;
  }

  .title-contato {
    font-size: 20px;
  }

  .text-contato {
    font-size: 14px;
    text-align: center;
  }

  .img-topics {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .navbar-new {
    display: none;
  }

  .navbar-new-mobile {
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .img-header {
    display: none;
  }

  .img-header-mobile {
    width: 100%;
    height: 564px;
    /* background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%), url('../img/pexels-tima-miroshnichenko-6169678\ 1.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
  }

  .group-hero {
    width: 100%;
  }

  .centertext {
    margin-top: 24px;
  }

  .group-info {
    display: none;
  }

  .group-info-mobile {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .background-gray {
    display: none;
  }

  .background-graay {
    display: none;
  }

  .background-gray-mobile {
    background-color: #80808014;
    width: 100%;
    display: grid;
    place-items: center;
    padding-top: 21px;
    padding-bottom: 40px;
  }

  .background-graay-mobile {
    background-color: #80808014;
    width: 100%;
    display: grid;
    place-items: center;
  }

  .background-contato {
    display: none;
  }

  .background-contato-mobile {
    width: 100%;
    height: 278px;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0) 100%
      ),
      url("../img/contato-notebook.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-container {
    display: none;
  }

  .footer-container-mobile {
    margin-top: 43px;
    /* height: 407px; */
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
  }

  .navbar-new-mobile-open {
    transform: translateY(0);
    transition: transform 0.3s linear;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
  }

  .navbar-new-mobile-open.hidden {
    transform: translateY(-100%);
  }

  .label-page-mobile {
    color: #654e4e;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    margin-bottom: 24px;
  }

  .form-desktop {
    display: none;
  }

  .form-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .subtitle-form {
    font-size: 16px;
    margin-top: 40px;
  }

  .title-form {
    font-size: 24px;
    width: 342px;
  }

  .container-title-page-mobile {
    top: 0;
    position: sticky;
    color: #654e4e;
    background: white;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-title-page {
    display: none;
  }

  .img-form-mobile {
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.7) 100%,
        rgba(0, 0, 0, 0) 100%
      ),
      url("../img/image-form.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .img-form {
    display: none;
  }

  .no-show-mobile {
    display: none;
  }

  .no-show-desktop {
    display: unset;
  }

  .contents {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1224px;
  }
}
