.body {
  font-family: filson-pro, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

.section {
  height: 100vh;
}

.section.parabens {
  height: 80vh;
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-padding {
  position: relative;
  width: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.container {
  height: 100%;
  max-width: 1216px;
}

.content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.obrigado {
  width: 100%;
  height: auto;
  margin-right: auto;
  padding: 56px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
}

.heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 74px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.paragraph {
  max-width: 40ch;
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
}

.form-background-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: none;
  max-width: none;
  min-width: auto;
  margin-bottom: 14px;
  padding: 10px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
}

.form-block {
  width: 90%;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.campo-email {
  margin-bottom: 0px;
  padding: 0px 28px 0px 0px;
  border: 0px none #000;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.campo-email:focus {
  border: 1px none transparent;
}

.campo-email::-webkit-input-placeholder {
  color: #fff;
}

.campo-email:-ms-input-placeholder {
  color: #fff;
}

.campo-email::-ms-input-placeholder {
  color: #fff;
}

.campo-email::placeholder {
  color: #fff;
}

.campo-nome {
  margin-bottom: 0px;
  padding: 0px;
  border: 0px none #000;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.campo-nome::-webkit-input-placeholder {
  color: #fff;
}

.campo-nome:-ms-input-placeholder {
  color: #fff;
}

.campo-nome::-ms-input-placeholder {
  color: #fff;
}

.campo-nome::placeholder {
  color: #fff;
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 50px;
  background-color: #0d00ff;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.submit-button {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 200ms cubic-bezier(.316, .007, 0, .989);
  transition: all 200ms cubic-bezier(.316, .007, 0, .989);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  max-width: 35ch;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}

.foto-thiago {
  position: absolute;
  left: 3.4vw;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 90%;
  background-image: linear-gradient(271deg, #000, transparent);
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 0%;
  width: 40%;
  height: 90%;
  background-color: #000;
}

.detalhe {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5.8vw;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gradiente {
  height: 60%;
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: hsla(0, 0%, 100%, 0.13);
  border-radius: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 77, 65, 0.45)), to(transparent));
  background-image: linear-gradient(180deg, rgba(95, 77, 65, 0.45), transparent);
}

.thiago-capa {
  display: none;
}

.page-padding-2 {
  height: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.footer {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.14);
  background-color: #3f3f3f;
  color: #fff;
}

.content-2 {
  height: 100%;
  color: #000;
}

.content-fotter {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-20 {
  max-width: 100%;
  color: hsla(0, 0%, 100%, 0.69);
  font-size: 16px;
  line-height: 140%;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  color: #fff;
}

.cookie-pref {
  margin-right: 14px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.html-embed-5 {
  margin-right: 50px;
}

.text-block-22 {
  font-weight: 500;
}

.politica-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.body-2 {
  background-image: linear-gradient(64deg, #675547, #000);
}

.text-block-23 {
  max-width: 40ch;
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .body {
    background-image: none;
  }

  .section {
    height: auto;
  }

  .content {
    top: -84px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .foto-thiago {
    display: none;
    height: 70%;
  }

  .detalhe {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 50%;
  }

  .gradiente {
    width: 50%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .thiago-capa {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 400px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
  }

  .image-2 {
    position: relative;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% -50px;
    object-position: 50% -50px;
  }

  .div-block-7 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(62%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 62%);
  }

  .content-fotter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: minmax(200px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(363px, 1fr));
  }

  .text-block-20 {
    max-width: 60%;
    line-height: 140%;
    text-align: center;
  }

  .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-5 {
    margin-right: 0px;
    margin-bottom: 14px;
  }

  .politica-link {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: none;
  }

  .section {
    height: auto;
  }

  .content {
    margin-bottom: 56px;
  }

  .heading {
    font-size: 48px;
  }

  .form-block {
    width: 100%;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .detalhe {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .gradiente {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .thiago-capa {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    margin-bottom: -62px;
    color: hsla(0, 0%, 100%, 0.8);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .div-block-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .content-fotter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    max-width: 100%;
  }

  .politica-link {
    max-width: 100%;
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: none;
  }

  .section {
    height: auto;
  }

  .content {
    top: 29px;
    margin-bottom: 56px;
  }

  .heading {
    font-size: 28px;
  }

  .paragraph {
    font-size: 18px;
    text-align: center;
  }

  .form-background-div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }

  .form-block {
    width: 100%;
  }

  .submit-button {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 4px;
    text-align: center;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-block {
    font-size: 16px;
  }

  .detalhe {
    width: 100%;
  }

  .gradiente {
    width: 60%;
    height: 80%;
    margin-right: auto;
    margin-left: auto;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.05);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 77, 65, 0.22)), to(transparent));
    background-image: linear-gradient(180deg, rgba(95, 77, 65, 0.22), transparent);
  }

  .thiago-capa {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -122px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .div-block-6 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: linear-gradient(358deg, #675547, hsla(0, 0%, 100%, 0));
  }

  .div-block-7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.13);
    background-image: linear-gradient(2deg, #fff 10%, hsla(0, 0%, 100%, 0) 69%);
  }

  .page-padding-2 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: none;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-fotter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: minmax(200px, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(363px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-block-20 {
    max-width: 100%;
    text-align: center;
  }

  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-5 {
    margin-right: 0px;
    margin-bottom: 14px;
  }

  .politica-link {
    max-width: 100%;
    margin-top: 18px;
  }
}

