@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inika:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Geomanist";
  src: url("/portal-cobrancas/font/Geomanist-Bold_0.otf");
  font-style: 700;
}
@font-face {
  font-family: "Geomanist";
  src: url("/portal-cobrancas/font/Geomanist-Book_0.otf");
  font-style: 400;
}
@font-face {
  font-family: "Geomanist";
  src: url("/portal-cobrancas/font/Geomanist-Medium_0.otf");
  font-style: 500;
}

/*--------------------------------------------*/
/*---------------BOTÕES PADRÃO---------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
button {
  cursor: pointer;
}
li {
  list-style-type: none;
}
*:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
::selection {
  background-color: black;
  color: white;
}
:root {
  --v: 0.7;
  --h: 1;
  --f100: 1;
  --f80: 1;
  --f60: 1;
  --f40: 1;
  --f20: 1;
  --f0: 1;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.section {
  width: 100%;
  overflow: hidden;
}
.content {
  max-width: 66%;
  margin: auto;
}
.grid-2 {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 2%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 1.5%;
}
.grid-4 {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-gap: 1.33%;
}
.grid-70p {
  display: grid;
  grid-template-columns: 65% 30%;
  grid-gap: 5%;
}
.flex {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-around;
}
.img-bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*-------------FONTES-------------*/
.RS-80-0-4 {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 90px;
  font-size: 50px;
}
.RS-80-0-8 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-style: normal;
  color: white;
  line-height: 90px;
  font-size: 50px;
}

.RS-94-0-8 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-style: normal;
  color: white;
  line-height: 104px;
  font-size: 94px;
}
.RS-39-0-8 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-style: normal;
  color: white;
  line-height: 49px;
  font-size: 39px;
}
.RS-39-0-4 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 49px;
  font-size: 39px;
}
.RS-35-0-4 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 45px;
  font-size: 35px;
}
.RS-35-0-8,
.RS-35-0-8::placeholder {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  color: white;
  line-height: 45px;
  font-size: 35px;
}
.RS-35-0-8::placeholder {
  opacity: 0.5;
}
.I-16-1-4 {
  font-family: "Inter" !important;
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 20px;
  font-size: 16px;
}
.I-16-1-4 {
  font-family: "Inter" !important;
  font-weight: 500;
  font-style: normal;
  color: black;
  line-height: 20px;
  font-size: 16px;
}
.RS-39-1-4 {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 49px;
  font-size: 39px;
}
.RS-39-1-8 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-style: normal;
  color: black;
  line-height: 49px;
  font-size: 39px;
}

.RS-25-0-4 {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 35px;
  font-size: 25px;
}
.RS-25-0-8 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-style: normal;
  color: white;
  line-height: 35px;
  font-size: 25px;
}

.RS-25-1-4 {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 35px;
  font-size: 25px;
}
.RS-25-1-8 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-style: normal;
  color: black;
  line-height: 35px;
  font-size: 25px;
}

.RS-20-0-4 {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 30px;
  font-size: 20px;
}
.RS-20-0-8 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-style: normal;
  color: white;
  line-height: 30px;
  font-size: 20px;
}

.RS-20-1-4 {
  font-family: "Roboto Slab";
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 30px;
  font-size: 20px;
}
.RS-20-1-8 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-style: normal;
  color: black;
  line-height: 30px;
  font-size: 20px;
}

.I-13-2-4 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  color: #910048;
  line-height: 20px;
  font-size: 13px;
}
.I-13-1-9 {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  color: black;
  line-height: 20px;
  font-size: 13px;
}
.I-32-1-9 {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  color: black;
  line-height: 32px;
  font-size: 32px;
}
.I-40-1-5 {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  color: black;
  line-height: 20px;
  font-size: 40px;
}
.I-40-1-9 {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  color: black;
  line-height: 20px;
  font-size: 40px;
}

.IN-60-0-4 {
  font-family: "Inika";
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 60px;
  font-size: 40px;
}
.IN-60-0-9 {
  font-family: "Inika";
  font-weight: 900;
  font-style: normal;
  color: white;
  line-height: 60px;
  font-size: 40px;
}
.IN-40-1-4 {
  font-family: "Inika";
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 40px;
  font-size: 40px;
}
.IN-40-1-9 {
  font-family: "Inika";
  font-weight: 900;
  font-style: normal;
  color: black;
  line-height: 40px;
  font-size: 40px;
}
.I-24-0-9 {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  color: white;
  line-height: 24px;
  font-size: 24px;
}
.I-24-1-9 {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  color: black;
  line-height: 24px;
  font-size: 24px;
}
.IN-64-1-4 {
  font-family: "Inika";
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 64px;
  font-size: 64px;
}
.IN-40-1-4 {
  font-family: "Inika";
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 40px;
  font-size: 40px;
}
.I-64-1-9,
.F-3 {
  text-transform: uppercase;
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  color: black;
  line-height: 64px;
  font-size: 64px;
}
.I-48-0-9 {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  color: white;
  line-height: 48px;
  font-size: 48px;
}
/*--------------------header-------------------*/
.menu-home {
  background-color: #ece8e8;
  padding: 33px 0 19px 0;
  position: fixed;
}
.mb-70 {
  margin-bottom: 70px;
}
.nos-ajude {
  background-color: black;
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 33px 22px;
  border-radius: 20px;
  margin: auto auto 68px auto;
}
.divulgue-content {
  text-align: center;
}
.menu-home-content {
  display: flex;
  justify-content: space-between;
  max-width: 95% !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.sec2-content {
  max-width: 79% !important;
  text-align: center;
}
.tt-frm {
  text-align: left !important;
}
.btns-sec2 {
  display: flex;
  gap: 70px;
  margin-top: 60px;
  justify-content: space-around;
}
.avabrum-content {
  max-width: 86% !important;
}
.btns-menu-home {
  display: flex;
  align-items: center;
}
.txt-sec2 {
  width: 1060px;
  margin: auto;
}
.btn-sec2-1 {
  border: solid 3px black;
  padding: 32px 34px;
  border-radius: 20px;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  align-items: center;
}
.btn-sec2-2 {
  border: solid 3px #920048;
  background-color: #920048;
  width: 378px;
  padding: 16px 43px;
  border-radius: 20px;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  align-items: center;
}
.btn-sec2-3 {
  border: solid 3px #920048;
  background-color: #920048;
  width: 289px;
  padding: 16px 43px;
  border-radius: 20px;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  align-items: center;
}
.btn-menu-home {
  border: solid 2px #910048;
  background-color: #910048;
	color:white;
  padding: 5.5px 25px;
  border-radius: 8px;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  align-items: center;
}
.btn-4anos {
  border: solid 3px black;
  background-color: rgba(255, 255, 255, 0.3);
  color: black;
  display: flex;
  border-radius: 20px;
  align-items: center;
  padding: 16px 43px;
  width: 380px;
  font-weight: 900;
  font-size: 24px;
  font-family: "Inter";
  text-align: center;
  text-transform: uppercase;
}
.btn-4anos2 {
  border: solid 3px black;
  background-color: rgba(255, 255, 255, 0.3);
  color: black;
  display: flex;
  border-radius: 20px;
  align-items: center;
  padding: 16px 43px;
  width: 400px;
  font-weight: 900;
  font-size: 24px;
  font-family: "Inter";
  text-align: center;
  text-transform: uppercase;
}
.btn-menu-home-preto {
  border: solid 2px black;
  background-color: white;
  align-items: center;
  color: black;
  padding: 5.5px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  display: flex;
  text-align: center;
}
.btn-menu-home-preto2 {
  border: solid 2px black;
  background-color: black;
  align-items: center;
  color: white;
  padding: 25.5px 35px;
  border-radius: 10px;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  width: 438px;
  margin: auto;
}
.btn-conheca-joias {
  border: solid 3px black;
  align-items: center;
  color: black;
  padding: 22px 36px;
  border-radius: 10px;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  width: fit-content;
  margin: 539px auto 0 auto;
}
.avabrum {
  background-color: #a5a38d;
  padding: 30px 0 45px 0;
}
.logo-avabrum {
  width: 260px;
  height: auto;
  margin: auto auto 38px auto;
  display: flex;
}
.w-190 {
  width: 206px !important;
}
.w-171 {
  width: 161px !important;
}
.flex {
  display: flex;
}
.gap-20 {
  gap: 20px;
}
.txt-avabrum {
  text-align: center;
  padding: 38px 0 30px 0;
}
/*---------------------TAG DIVULGUE--------------------------*/
.tag-divulgue {
  background-image: url("/landing_legado/imagens/background-6.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: none;
  
}
.txt-tag-divulgue {
  text-align: center;
}
.txt-footer {
  padding: 50px 0;
  text-align: center;
}
.tag-divulgue {
  position: fixed;
  bottom: 0;
  width: 100%;
}
/*---------------------DIVULGUE----------------------------*/
.divulgue {
  background-color: #ececec;
  height: auto;
  padding: 10px 0;
}
.pink-bottom {
  background-color: #910048;
  padding: 15px 0 !important;
  position: fixed;
  bottom: 0;
}
.pink-bottom-content {
  justify-content: space-between;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.w-100 {
  width: 100px;
}
.footer {
  background-color: white;
}
.divulgue {
  padding-bottom: 190px;
}
.baixar1 {
  width: 100%;
  height: 700px;
  margin: 50px 0;
}
.baixar2 {
  width: auto;
  height: 490px;
}
.logos-footer {
  width: 100%;
  height: auto;
}
/*-------------------TAG CONHEÇA A CAMPANHA--------------------------*/
.tag-conheca-a-campanha {
  background-color: #ececec;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 70px 0;
}
.btn-amanha {
  border: solid 2px black;
  border-radius: 30px;
  width: 570px;
  height: 125px;
  display: flex;
  padding: 10px 20px 0px 30px;
  margin: auto;
  align-items: center;
}
.box-videos-entenda {
  width: 500px;
}
.entenda-content {
  margin-top: 100px;
}
.joias {
  padding: 200px 0 100px 0;
  background-color: #a1997f !important;
}
/*-------------------AGRADECIMENTO-----------------*/
.agradecimento-imagens {
  background-image: url("/landing_legado/imagens/imagens-agradecimento.jpg");
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 335px;
}

.leiamais {
  padding: 50px 0 50px 0;
}
.grid-mensagens {
  display: grid;
  grid-template-columns: 12% 84%;
  grid-gap: 4%;
  padding-bottom: 50px;
}
.flor-mensagens {
  width: 150px;
  height: auto;
}
.btn-veja-mensagens {
  border: solid 2px white;
  border-radius: 30px;
  width: 540px;
  height: 90px;
  display: flex;
  padding: 15px 20px 0px 30px;
  margin: auto;
  align-items: center;
  cursor: pointer;
}
.icone-flor-ver-mensagens {
  width: auto;
  height: 76px;
  margin-right: 15px;
}
/*-------------------FORMULÁRIO--------------------*/
.formulario,
.agradecimento {
  background-color: #a5a38d;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.formulario-content {
  text-align: center;
}
.logo-avabrum {
  width: 300px;
  height: auto;
  display: flex;
  margin: auto;
}
.excpt-formulario {
  padding: 50px 0 100px;
}
.deixar-msg {
  padding-bottom: 50px;
}
.wpcf7-textarea,
#comment {
  background-color: white;
  border: solid 1px #e0e0e0;
  margin-bottom: 30px;
  width: 100%;
  height: 150px;
}
.wpcf7-text,
#author,
#email {
  background-color: white;
  border: solid 1px #e0e0e0;
  border-radius: 8px;
  width: 100%;
}
.wpcf7-submit,
.submit {
  background-color: black;
  border: solid black;
  color: white;
  display: flex;
  justify-content: center;
  padding: 10px 50px;
  margin: 30 auto auto auto;
  border-radius: 15px;
  width: 100%;
}
/*-------------------BANNER HOME-------------------*/
.banner-home {
  background-image: url("/landing_legado/imagens/banner-home.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1080px;
}
.banner-home2 {
  background-image: url("/amanha/imagens/bg-banner-home.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1780px;
}
.tt-banner-home {
  padding: 498px 0 0 390px;
}
.excpt-banner-home {
  padding-left: 540px;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 30px auto;
}
.logo-amanha {
  width: auto;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.flecha-banner {
  width: 66px;
  height: auto;
  display: flex;
  margin: 200px auto auto auto;
}

.comments-block {
  max-height: 900px;
  overflow: hidden;
}
.ver_todos {
  max-height: unset !important;
}
/*-----------------------------QUATRO ANOS-----------------*/
.quatro-anos {
  background-image: url("/amanha/imagens/bg-5anos.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 150px 0;
}
.img-quatro-anos {
  width: 100%;
  height: 650px;
}
.tt-4anos {
  text-align: center;
  padding: 100px 0 50px;
}
.excpt-4anos {
  text-align: center;
  padding-bottom: 100px;
}
.icone-vela {
  width: auto;
  height: 100px;
  margin-right: 30px;
  margin-top: 10px;
}
.btn-vela {
  border: solid 2px white;
  border-radius: 30px;
  width: 578px;
  height: 112px;
  display: flex;
  padding: 0px 20px 10px 30px;
}
.btns-4anos {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
}
.mg-btnamanha {
  margin-top: 36px;
}
/*-------------------BLOG-------------------*/
.the_content {
  padding: 40px 0;
}
.the_content p {
  font: inherit;
  margin-bottom: 20px;
}
.pp-txt ul {
  margin-bottom: 20px;
  position: relative;
}
.pp-txt li {
  margin-left: 20px;
  margin-bottom: 6px;
}
.pp-txt li:before {
  content: "■";
  color: #ff9e00;
  position: absolute;
  left: 0;
  height: 3px;
  width: 3px;
  border-radius: 5px;
}
.pp-txt a {
  text-decoration: underline;
  color: #b97b31;
  display: block;
}
.pp-txt p {
  margin-bottom: 20px;
}
.pp-txt blockquote {
  padding: 0 100px 0 40px;
  border-left: solid 1px black;
  margin-bottom: 40px;
  margin-top: 20px;
}
.pp-txt strong {
  font-size: inherit;
  font-size: 700;
}
.pp-txt blockquote p {
  padding-bottom: 0 !important;
}
.pp-txt img {
  max-width: 100%;
  height: auto;
}

.pp-txt video {
  max-width: 100%;
  height: auto;
}
.wp-block-columns {
  display: flex;
  position: relative;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-center {
  text-align: center;
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignright {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.nav-links {
  display: inline-flex;
}
.nav-previous a,
.nav-next a {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-links {
  display: inline-flex;
}

.page-numbers {
  height: 60px;
  width: 60px;
  background-color: white;
  border: solid 1px black;
  justify-content: center;
  align-items: center;
  display: flex;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: black;
  color: white;
}

/*-------------WPCF 7 FORMULÁRIOS--------------*/
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-form-control-wrap {
  position: relative;
}
.screen-reader-response {
  text-align: center;
}
.text-area-form .wpcf7-not-valid-tip {
  transform: translateY(-100%);
}
.wpcf7 {
  position: relative;
}
.wpcf7-response-output {
  display: none;
}
.screen-reader-response ul {
  display: none;
}
.wpcf7-text {
}
.wpcf7-select {
}
.wpcf7-textarea {
}
.wpcf7-submit {
}
.wpcf7-submit:hover {
}
.wpcf7-spinner {
  position: absolute;
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 40%;
  width: auto;
  opacity: 1;
  z-index: 9;
  aspect-ratio: 1;
  transform: translate(50%, -50%);
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31%;
  height: auto;
  border: none;
  border-radius: 100%;
  transform-origin: 4% 4%;
  animation-name: spin;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  aspect-ratio: 1;
}
.wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  top: 0;
  width: 100%;
  background: var(--C5);
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.text-area-form .wpcf7-not-valid-tip {
  transform: translateY(-100%);
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-form-control-wrap {
  position: relative;
}
.screen-reader-response {
  text-align: center;
}

@media screen and (orientation: portrait) {
  :root {
    --f100: 0.86;
    --f80: 1.14;
    --f60: 1.43;
    --f40: 1.72;
    --f20: 2;
    --f0: 2.3;
  }
  .content {
    max-width: 90%;
  }
  .banner-home {
    background-image: url("/landing_legado/imagens/banner-home-mobile.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1700px;
  }
  .RS-80-0-4 {
    font-size: 45px;
  }
  .btns-sec2 {
    display: block;
  }
  .btn-4anos,
  .btn-4anos2 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .btn-sec2-1,
  .btn-sec2-2,
  .btn-sec2-3 {
    width: 100% !important;
    justify-content: center;
    margin-bottom: 20px;
  }
  .RS-80-0-8 {
    line-height: 90px;
    font-size: 80px;
  }

  .RS-94-0-8 {
    line-height: 104px;
    font-size: 94px;
  }
  .RS-39-0-8 {
    line-height: 35px;
    font-size: 25px;
  }
  .RS-39-0-4 {
    line-height: 35px;
    font-size: 25px;
  }
  .RS-35-0-4 {
    line-height: 35px;
    font-size: 25px;
  }
  .RS-35-0-8 {
    line-height: 35px;
    font-size: 25px;
  }

  .RS-39-1-4 {
    line-height: 35px;
    font-size: 25px;
  }
  .RS-39-1-8 {
    line-height: 35px;
    font-size: 25px;
  }

  .RS-25-0-4 {
    line-height: 35px;
    font-size: 25px;
  }
  .RS-25-0-8 {
    line-height: 35px;
    font-size: 25px;
  }

  .RS-25-1-4 {
    line-height: 35px;
    font-size: 25px;
  }
  .RS-25-1-8 {
    line-height: 35px;
    font-size: 25px;
  }

  .RS-20-0-4 {
    line-height: 30px;
    font-size: 20px;
  }
  .RS-20-0-8 {
    line-height: 30px;
    font-size: 20px;
  }

  .RS-20-1-4 {
    line-height: 30px;
    font-size: 20px;
  }
  .RS-20-1-8 {
    line-height: 30px;
    font-size: 20px;
  }

  .tt-banner-home {
    padding: 850px 0 0 0;
  }
  .excpt-banner-home {
    padding-left: 200px;
  }
  .btns-4anos {
    display: block;
  }
  .btn-vela {
    margin-bottom: 50px;
  }
  .grid-joia {
    display: block;
  }
  .agradecimento-imagens {
    height: 368px;
  }
  .agradecimento {
    background-color: #a1997f;
  }

  .btn-vela,
  .btn-amanha {
    width: 710px;
    height: 130px;
    margin: auto;
  }
  .btn-veja-mensagens {
    width: 630px;
  }
  .btn-menu-home, .btn-menu-home-preto {
    font-size: 15px;
    width: 75% !important;
    line-height: 20px;
	justify-content: center;
  }
  .logo-amanha-menu{
	width: 700px;
	height: auto;
  }
  .btn-conheca-joias{
	font-size: 40px;
	line-height: 45px;
  }
	.logos-footer{
		display:flex;
	}
	.txt-footer{
		padding-bottom:190px;
	}
}
