* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #1d333a !important;
}

.fade {
  transition: opacity 0.4s linear !important;
  transform: scale(1.1) !important;
}

.modal-dialog {
  transition: transform 0.35s ease-out !important;
  transform: translate(0, -50px) !important;
  opacity: 0;
}

.modal.show .modal-dialog {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

@font-face {
  font-family: "MuseoSans";
  src: url("../font/MuseoSans100.woff2") format("woff2"),
    url("../font/MuseoSans100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSans";
  src: url("../font/MuseoSans300.woff2") format("woff2"),
    url("../font/MuseoSans300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSans";
  src: url("../font/MuseoSans500.woff2") format("woff2"),
    url("../font/MuseoSans500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSans";
  src: url("../font/MuseoSans700.woff2") format("woff2"),
    url("../font/MuseoSans700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSlab";
  src: url("../font/MuseoSlab300.woff2") format("woff2"),
    url("../font/MuseoSlab300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSlab";
  src: url("../font/MuseoSlab700.woff2") format("woff2"),
    url("../font/MuseoSlab700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSlab";
  src: url("../font/MuuseoSlab300Italic.woff2") format("woff2"),
    url("../font/MuuseoSlab300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSlab";
  src: url("../font/MuseoSlab700Italic.woff2") format("woff2"),
    url("../font/MuseoSlab700Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSlabCondensed";
  src: url("../font/MuseoSansCond700.woff2") format("woff2"),
    url("../font/MuseoSansCond700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MuseoSansCondensed";
  src: url("../font/MuseoSansCondensed700.woff2") format("woff2"),
    url("../font/MuseoSansCondensed700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#header {
  height: 785px;
  background: url("../img/bg_hero.png");
  background-size: cover;
  background-position: bottom;
  position: relative;
  z-index: 1;
  font-family: "MuseoSans";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 96%);
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0 96%);
}

#header .avatar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 875px;
}

#header .avatar-mob {
  display: none;
}

#header .container {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff;
  max-width: 1200px;
}

#header .container .info {
  padding-top: 50px;
  width: 53%;
}

@media (max-width: 1140px) {
  #header .container .info {
    width: 52%;
  }
}

#header .container .info .logo {
  margin-bottom: 50px;
}

#header .container .info .logo img {
  width: 132px;
}

#header .container .info .title {
  margin-bottom: 55px;
}

#header .container .info .title p {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 1.9rem;
  line-height: 35px;
  letter-spacing: -1px;
}

#header .container .info .title p:last-child {
  font-size: 1.65rem;
}

#header .container .info .title h2 {
  margin-bottom: 0;
  font-family: "MuseoSlab";
  font-weight: 300;
  font-style: italic;
  color: #51e02e;
  font-size: 3.7rem;
  line-height: 60px;
}

@media (max-width: 1140px) {
  #header .container .info .title {
    margin-bottom: 40px;
  }

  #header .container .info .title p {
    font-size: 1.7rem;
  }

  #header .container .info .title p:last-child {
    font-size: 1.4rem;
  }

  #header .container .info .title h2 {
    font-size: 3.2rem;
  }
}

#header .container .info .content {
  margin-bottom: 23px;
}

#header .container .info .content p {
  font-weight: 100;
  color: #fff;
  font-size: 1.05rem;
  line-height: 18px;
}

#header .container .info .button {
  font-weight: 700;
  background-color: #51e02e;
  border-radius: 25px;
  color: #1d333a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 14px 30px;
}

#header .container .info .button:hover {
  background-color: #3fb123;
}

@media (max-width: 1200px) {
  #header {
    height: 748px;
  }

  #header .avatar {
    width: 68%;
  }
}

@media (max-width: 1000px) {
  #header {
    height: auto;
    display: flex;
    flex-direction: column;
    background: url("../img/bg-hero-mb.svg");
    background-size: cover;
    background-position: bottom;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 99%);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 99%);
  }

  #header .container {
    max-width: 720px;
    order: 1;
  }

  #header .container .info {
    width: 90%;
  }

  #header .avatars {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }

  #header .avatars .avatar {
    position: relative;
    width: 68%;
  }
}

@media (max-width: 768px) {
  #header {
    background-position: left bottom;
    -webkit-clip-path: none;
    clip-path: none;
    padding-bottom: 70px;
  }

  #header .avatars {
    display: none;
    padding-top: 40px;
  }

  #header .avatars .avatar {
    width: 89%;
  }

  #header .container {
    padding: 0 0px;
  }

  #header .container .info {
    width: 100%;
    padding-top: 40px;
  }

  #header .container .info .avatar-mob {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  #header .container .info .avatar-mob .gradient {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1d333a);
  }

  #header .container .info .avatar-mob img {
    width: 100%;
  }

  #header .container .info .logo {
    margin-bottom: 39px;
    padding: 0 30px;
  }

  #header .container .info .logo img {
    width: 178px;
  }

  #header .container .info .title {
    margin-bottom: 18px;
    padding: 0 30px;
  }

  #header .container .info .title h2 {
    font-size: 2.4rem;
    line-height: 47px;
  }

  #header .container .info .title p {
    font-size: 1.5rem;
  }

  #header .container .info .title p:last-child {
    font-size: 1.3rem;
    line-height: 28px;
  }

  #header .container .info .content {
    margin-bottom: 41px;
    padding: 0 30px;
  }

  #header .container .info .content p {
    font-size: 1rem;
  }

  #header .container .info .button {
    margin: 0 30px;
  }
}

@media (max-width: 400px) {
  #header .container .info .title h2 {
    font-size: 2.2rem;
    line-height: 42px;
  }

  #header .container .info .title p {
    font-size: 1.3rem;
  }
}

#cards {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 300px;
}

@media (max-width: 1200px) {
  #cards .container {
    max-width: 1000px;
  }
}

#cards .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
}

#cards .title .star {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 129px;
}

#cards .title p {
  font-weight: 100;
  margin-bottom: 0;
  font-size: 2.1rem;
  font-family: "MuseoSans";
}

#cards .title h2 {
  font-family: "MuseoSansCondensed";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  color: #51e02e;
}

#cards .list-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  flex-wrap: wrap;
  padding-top: 70px;
  position: relative;
}

#cards .list-cards .detail {
  position: absolute;
  top: -81px;
  right: -41px;
  width: 275px;
}

@media (max-width: 1290px) {
  #cards .list-cards .detail {
    right: -20px;
  }
}

#cards .list-cards .cards {
  border: none;
  border-radius: 33px;
  height: 339px;
  position: relative;
  --bs-card-bg: transparent;
}

#cards .list-cards .cards .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 33px;
}

#cards .list-cards .cards .info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 0 25px 0;
}

#cards .list-cards .cards .info .badge_title {
  background-color: #50e02d;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 5px 2px 27px;
  position: relative;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cards .list-cards .cards .info .badge_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -43px;
  background: url("../img/poligono.png");
  background-size: contain;
  height: 96px;
  width: 123px;
  z-index: -1;
  background-repeat: no-repeat;
}

#cards .list-cards .cards .info .badge_title strong {
  font-family: "MuseoSlab";
  font-weight: 700;
  color: #fff;
  font-size: 2.3rem;
  line-height: 46px;
}

#cards .list-cards .cards .info .badge_title p {
  color: #1d333a;
  font-family: "MuseoSlab";
  font-weight: 300;
  margin-bottom: 0;
  line-height: 19px;
  font-size: 0.95rem;
}

#cards .list-cards .cards .info .badge_title p b {
  font-weight: 700;
}

#cards .list-cards .cards .info .button {
  color: #1d333a;
  background-color: #50e02d;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 25px;
  margin-left: 22px;
  cursor: pointer;
  transition: 0.2s all;
  font-family: "MuseoSans";
  font-weight: 500;
}

#cards .list-cards .cards .info .button:hover {
  background-color: #2ad500;
}

@media (max-width: 1200px) {
  #cards .overlay {
    bottom: -144%;
  }

  #cards .list-cards .cards {
    height: 265px;
  }

  #cards .list-cards .cards .info .badge_title {
    height: 85px;
    padding: 1px 5px 2px 16px;
  }

  #cards .list-cards .cards .info .badge_title::after {
    height: 85px;
    right: -54px;
  }

  #cards .list-cards .cards .info .badge_title strong {
    font-size: 1.9rem;
    line-height: 29px;
  }

  #cards .list-cards .cards .info .badge_title p {
    line-height: 19px;
    font-size: 0.9rem;
  }
}

@media (max-width: 1030px) {
  #cards .list-cards .detail {
    right: 0;
  }
}

@media (max-width: 1000px) {
  #cards {
    padding-top: 55px;
    position: relative;
  }

  #cards .overlay {
    bottom: -46%;
  }

  #cards .container {
    max-width: 820px;
  }

  #cards .list-cards {
    grid-template-columns: 1fr 1fr;
  }

  #cards .list-cards .cards {
    height: 314px;
  }

  #cards .list-cards .detail {
    top: -44px;
  }
}

@media (max-width: 768px) {
  #cards {
    margin-bottom: 262px;
  }

  #cards .overlay {
    width: 119%;
    bottom: -20%;
  }

  #cards .container {
    padding: 0 30px;
  }

  #cards .title .star {
    width: 118px;
  }

  #cards .title p {
    font-size: 1.6rem;
  }

  #cards .title h2 {
    font-size: 2.2rem;
  }

  #cards .list-cards {
    grid-template-columns: 1fr;
  }

  #cards .list-cards .detail {
    top: 25px;
  }
}

@media (max-width: 400px) {
  #cards .title h2 {
    font-size: 2rem;
  }

  #cards .title p {
    font-size: 1.4rem;
  }
}

.contato {
  height: auto;
  position: relative;
}

.contato .overlay {
  position: absolute;
  top: -284px;
  right: 0;
  width: 989px;
}

.contato .bg_footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.contato .container {
  position: relative;
  top: -124px;
  display: flex;
  gap: 40px;
  z-index: 1;
}

.contato .form {
  width: 65%;
  position: relative;
}

.contato .form .border {
  border: 0 !important;
  height: 100%;
  border: 2px solid #51e02e !important;
  position: absolute;
  width: 96%;
  border-radius: 24px;
  top: -23px;
  left: -30px;
}

.contato .form .box {
  position: relative;
  z-index: 1;
}

.contato .form .box h4 {
  font-family: "MuseoSans";
  font-weight: 100;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.contato .form .box h4 b {
  font-weight: 700;
  color: #51e02e;
}

.contato .form .box form {
  background: #17282d;
  border-radius: 24px;
  width: 100%;
}

.contato .form .box form .button {
  width: 100%;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 0;
  background-color: #51e02e;
  color: #2a2c26;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 19px 0;
  font-size: 0.7rem;
  font-family: "MuseoSans";
  font-weight: 500;
  transition: 0.2s all;
}

.contato .form .box form .button:hover {
  background-color: #3fb123;
}

.contato .form .box form .content-form {
  padding: 35px 60px 50px 60px;
}

.contato .form .box form .content-form h5 {
  color: #51e02e;
  font-family: "MuseoSans";
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.contato .form .box form .content-form .input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.contato .form .box form .content-form .input-group .one {
  width: calc(30% - 15px);
}

.contato .form .box form .content-form .input-group .two {
  width: calc(40% - 15px);
}

.contato .form .box form .content-form .input-group .three {
  width: calc(30% - 15px);
}

.contato .form .box form .content-form .input-group .form-group {
  position: relative;
  margin-top: 21px;
}

.contato .form .box form .content-form .input-group .textarea {
  width: 100%;
}

.contato .form .box form .content-form .input-group .form-label {
  position: absolute;
  left: 0;
  top: 7px;
  color: #6c6c67;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  font-family: "MuseoSans";
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 0;
  z-index: 0;
}

.contato .form .box form .content-form .input-group textarea {
  resize: none;
  width: 100%;
}

.contato .form .box form .content-form .input-group #input-placeholder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #6b6c6a;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 150ms ease-out;
  font-size: 0.82rem;
}

.contato .form .box form .content-form .input-group #textarea-placeholder {
  position: absolute;
  left: 1px;
  top: 25%;
  transform: translateY(-50%);
  color: #6b6c6a;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 150ms ease-out;
  font-size: 0.82rem;
}

.contato .form .box form .content-form .input-group .focused .form-label {
  transform: translateY(-100%);
  color: #51e02e;
}

.contato .form .box form .content-form .input-group .form-input {
  position: relative;
  padding: 12px 0 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 2px 0 0 #6c6c67;
  transition: box-shadow 150ms ease-out;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "MuseoSans";
  font-weight: 500;
  font-size: 0.95rem;
  z-index: 1;
}

.contato .form .box form .content-form .input-group .form-input:focus {
  box-shadow: 0 2px 0 0 #51e02e;
}

.contato .form .box form .content-form .input-group .form-input.filled {
  box-shadow: 0 2px 0 0 #51e02e;
}

.contato .form .box form .content-form .input-group .form-input.filled+#input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.contato .content {
  padding-top: 37px;
  width: 33%;
}

.contato .content .box {
  background: url("../img/bg-address.png");
  background-size: 100%;
  background-position: center;
  border-radius: 24px;
  height: 160px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  transition: 0.2s all;
}

.contato .content .box:hover {
  background-size: 110%;
}

.contato .content .box p {
  margin-bottom: 0;
  font-family: "MuseoSans";
  font-weight: 500;
  color: #fff;
  font-size: 1.33rem;
  line-height: 25px;
}

@media (max-width: 1400px) {
  .contato .content .box {
    background-size: cover;
  }
}

.contato .content .address {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}

.contato .content .address .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 45px;
}

.contato .content .address .info img {
  height: -moz-fit-content;
  height: fit-content;
  width: 25px;
}

.contato .content .address .info p {
  margin-bottom: 0;
  font-family: "MuseoSans";
  font-weight: 100;
  color: #fff;
  font-size: 0.9rem;
  line-height: 19px;
}

.contato .content .address .social {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 7px;
}

.contato .content .address .social a {
  transition: 0.2s all;
}

.contato .content .address .social a:hover {
  transform: translateY(-2px);
}

.contato .content .address .social a img {
  width: 25px;
}

.contato .footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -25px;
}

.contato .footer a {
  text-decoration: none;
}

.contato .footer a img {
  width: 180px;
}

.contato .footer a p {
  font-family: "MuseoSans";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #51e02e;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .contato .container {
    max-width: 1000px;
  }

  .contato .form {
    width: 75%;
  }

  .contato .form .box h4 {
    font-size: 1.1rem;
  }

  .contato .content .address {
    margin-top: 40px;
  }

  .contato .content .address .info {
    gap: 25px;
  }

  .contato .content .address .social {
    margin-top: 41px;
  }

  .contato .content .box {
    padding-left: 35px;
  }

  .contato .content .box p {
    font-size: 1.2rem;
    line-height: 23px;
  }
}

@media (max-width: 1000px) {
  .contato .container {
    max-width: 820px;
    flex-direction: column;
    align-items: center;
  }

  .contato .container .content {
    width: 95%;
    display: flex;
    justify-content: center;
    gap: 39px;
  }

  .contato .container .content .box {
    width: 60%;
  }

  .contato .container .content .address {
    margin-top: 0px;
    justify-content: center;
  }

  .contato .container .content .address .social {
    margin-top: 21px;
  }

  .contato .container .form {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .contato .overlay {
    top: -115px;
  }

  .contato .footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contato .footer a img {
    width: 169px;
  }

  .contato .container {
    padding: 0 30px;
    top: -102px;
  }

  .contato .container .form {
    width: 100%;
  }

  .contato .container .form .border {
    left: -14px;
  }

  .contato .container .form .box h4 {
    padding-right: 24px;
    padding-left: 15px;
  }

  .contato .container .form .box form .content-form {
    padding: 35px 30px 50px 30px;
  }

  .contato .container .form .box form .content-form .input-group {
    flex-direction: column;
  }

  .contato .container .form .box form .content-form .input-group .one {
    width: 100%;
  }

  .contato .container .form .box form .content-form .input-group .two {
    width: 100%;
  }

  .contato .container .form .box form .content-form .input-group .three {
    width: 100%;
  }

  .contato .container .content {
    flex-direction: column;
  }

  .contato .container .content .box {
    width: 100%;
  }

  .contato .container .content .address {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contato .container .content .address .info {
    flex-direction: column;
  }

  .contato .container .content .address .info p {
    text-align: center;
  }

  .contato .container .content .address .social {
    gap: 20px;
  }

  .contato .container .content .address .social a img {
    width: 25px;
  }
}

.popup .bg_popup {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 100%;
}

.popup .modal-body {
  border-radius: 25px;
}

.popup .modal-body .btn-close {
  background: none;
  opacity: 1;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}

.popup .modal-body .btn-close img {
  width: 25px;
  height: 25px;
}

.popup .modal-content {
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0);
}

.popup .forms {
  width: 50%;
  color: #fff;
  position: relative;
  z-index: 1;
}

.popup .forms h1 {
  font-weight: 700;
  color: #51e02e;
  font-family: "MuseoSans";
  font-size: 3.5rem;
  margin-bottom: 0px;
}

.popup .forms p {
  font-family: "MuseoSans";
  font-weight: 100;
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 19px;
}

.popup .forms p b {
  font-weight: 700;
  color: #50e02d;
}

.popup .forms .questions {
  margin-top: 10px;
}

.popup .forms .questions strong {
  color: #50e02d;
  font-family: "MuseoSans";
  font-weight: 500;
}

.popup .forms .questions .list-itens {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 5px;
  margin-top: 10px;
}

.popup .forms .questions .list-itens .item {
  background-color: rgba(75, 154, 35, 0.4705882353);
  border-radius: 5px;
}

.popup .forms .questions .list-itens .item p {
  font-family: "MuseoSans";
  font-weight: 100;
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 16px;
  padding: 7px 13px;
  font-style: italic;
}

.popup .forms form {
  border-radius: 24px;
  width: 85%;
}

.popup .forms form h5 {
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
  margin-top: 17px;
  margin-bottom: 0;
}

.popup .forms form h5 b {
  font-weight: 500;
  color: #51e02e;
}

.popup .forms form .button {
  font-weight: 500;
  color: #1d333a;
  background-color: #50e02d;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.55rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 22px;
  margin-left: 0px;
  cursor: pointer;
  border: 0px;
}

.popup .forms form .content-form {
  padding: 0px 0px 37px 0px;
}

.popup .forms form .content-form h5 {
  color: #51e02e;
  font-family: "MuseoSans";
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.popup .forms form .content-form .input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.popup .forms form .content-form .input-group .form-group {
  position: relative;
  margin-top: 21px;
  width: 100%;
  margin-top: 17px;
}

.popup .forms form .content-form .input-group .textarea {
  width: 100%;
}

.popup .forms form .content-form .input-group .form-label {
  position: absolute;
  left: 0;
  top: 13px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  font-family: "MuseoSans";
  font-weight: 500;
  font-size: 0.85rem;
  margin-bottom: 0;
  z-index: 0;
}

.popup .forms form .content-form .input-group textarea {
  resize: none;
  width: 100%;
}

.popup .forms form .content-form .input-group #input-placeholder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 150ms ease-out;
  font-size: 0.75rem;
}

.popup .forms form .content-form .input-group #textarea-placeholder {
  position: absolute;
  left: 1px;
  top: 25%;
  transform: translateY(-50%);
  color: #6b6c6a;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 150ms ease-out;
  font-size: 0.82rem;
}

.popup .forms form .content-form .input-group .focused .form-label {
  transform: translateY(-100%);
  color: #51e02e;
}

.popup .forms form .content-form .input-group .form-input {
  position: relative;
  padding: 12px 0 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #6c6c67;
  transition: box-shadow 150ms ease-out;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "MuseoSans";
  font-weight: 500;
  font-size: 0.85rem;
  z-index: 1;
}

.popup .forms form .content-form .input-group .form-input:focus {
  box-shadow: 0 1px 0 0 #51e02e;
}

.popup .forms form .content-form .input-group .form-input.filled {
  box-shadow: 0 1px 0 0 #51e02e;
}

.popup .forms form .content-form .input-group .form-input.filled+#input-placeholder {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1000px) {
  .popup .modal-dialog {
    max-width: 80%;
  }

  .popup .forms {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .popup .bg_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
    z-index: 0;
    filter: blur(2px) brightness(0.9);
    display: block;
  }

  .popup .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }

  .popup .modal-body {
    -webkit-backdrop-filter: brightness(0);
    backdrop-filter: brightness(0);
  }

  .popup .btn-close {
    position: absolute;
    z-index: 2;
    right: 20px;
    width: 25px;
    height: 25px;
  }

  .popup .forms {
    width: 100%;
    z-index: 1;
    position: relative;
  }

  .popup .forms form {
    width: 100%;
  }
}

/*# sourceMappingURL=application.css.map */

.popup .modal-body {
  padding: 32px 32px;
  position: relative;
}

.popup .modal-body .btn-close {
  position: absolute;
  z-index: 2;
  top: 19px;
  right: 28px;
}

.popup .modal-body .btn-close svg {
  width: 25px;
  height: 25px;
}

.popup .forms form .content-form {
  padding: 0px 0px 20px 0px;
}

.popup .forms form .button {
  margin-top: 15px;
}

.contato .form .box form .g-recaptcha {
  position: relative;
  left: 60px;
}

.contato .form .box form .content-form {
  padding: 35px 60px 30px 60px;
}

.contato .form .box form .button {
  margin-top: 31px;
}


@media (max-width: 768px) {
  .contato .form .box form .g-recaptcha {
    left: 54%;
    transform: translateX(-50%);
  }
}