@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Gothic+A1&family=Paprika&display=swap");
body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease;
  font-family: "Gothic A1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.redes {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

header .container {
  padding: 0px;
  position: relative;
}
header .container .menu-mobile {
  display: none;
}
header .container .redes {
  z-index: 2;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #bb3033;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 5px 15px;
  border-radius: 0px 0px 15px 15px;
}
header .container .redes a {
  font-size: 22px;
  color: #fff;
}
header .container .redes a:hover {
  color: #edbe61;
}
header .container #menu-header {
  right: 0;
  bottom: 0;
  margin-top: 50px;
}
header .container #menu-header li a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
header .container #menu-header li:last-child .nav-link {
  padding-right: 0px;
}
header .container #menu-header li .dropdown-menu {
  margin-left: 15px;
  background-color: #bb3033;
  border: 0;
  border-top: 4px solid #edbe61;
  padding: 0;
}
header .container #menu-header li .dropdown-menu li {
  border: 0;
}
header .container #menu-header li .dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  color: #fff;
}
header .container #menu-header li .dropdown-menu li a:hover {
  background-color: transparent;
  color: #edbe61;
}

footer {
  padding: 50px 0;
}
footer .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .content img {
  height: 70px;
}
footer .content .assinatura {
  margin: 0px;
  font-size: 18px;
  color: #2c2c45;
}
footer .content .redes {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
footer .content .redes a {
  color: #bb3033;
  font-size: 28px;
}
footer .content .redes a:hover {
  color: #2c2c45;
}

.titulo {
  margin-bottom: 30px;
}
.titulo h2 {
  font-size: 50px;
  text-align: center;
  font-family: "Dancing Script", cursive;
  position: relative;
}
.titulo h2 span {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  position: relative;
  z-index: 5 !important;
  font-size: 50px;
}
.titulo h2 span:before {
  display: block;
  position: absolute;
  content: " ";
  height: 3px;
  width: calc(100% + 20px);
  background-color: #edbe61;
  left: -10px;
  border-radius: 15px;
  bottom: 3px;
  z-index: -1 !important;
}
.titulo p {
  font-size: 24px !important;
}
.titulo.interno {
  margin: 70px 0px 30px 0px;
  text-align: center;
}
.titulo.interno h1 {
  color: #2c2c45;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}
.titulo.conteudo h2 {
  font-size: 32px;
}
.titulo.conteudo h2 span {
  font-size: 32px;
}
.titulo.conteudo h3 {
  font-size: 32px;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
}
.titulo.subtitulo h2 {
  text-align: right !important;
  font-size: 32px !important;
  line-height: 26px !important;
}
.titulo.subtitulo h2 small {
  font-size: 16px !important;
  color: #2c2c45;
  font-style: italic;
}

.botao {
  display: flex;
  align-items: center;
  justify-content: right;
}
.botao button,
.botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  border-radius: 7px;
  background-color: #bb3033;
  padding: 13px 30px 7px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.botao button:hover,
.botao a:hover {
  background-color: #fff;
  color: #bb3033;
}

.owl-banners {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.owl-banners img.mobile {
  display: none;
}

section.ela-mardegan {
  position: relative;
  overflow: hidden;
}
section.ela-mardegan .content {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
section.ela-mardegan .content .titulo h2 {
  text-align: left;
  font-weight: bold;
}
section.ela-mardegan .content p {
  font-size: 18px;
}
section.ela-mardegan .content .botao {
  margin-top: 30px;
  justify-content: flex-start;
}
section.ela-mardegan .content .botao a:hover {
  background-color: #edbe61;
}
section.ela-mardegan img {
  position: absolute;
  right: 0px;
  height: 100%;
}
section.depoimentos {
  background-color: #f3f3f3;
  padding: 100px 0px 150px 0px;
}
section.depoimentos .titulo {
  text-align: center;
}
section.depoimentos .titulo p {
  font-weight: bold;
}
section.depoimentos .owl-depoimentos .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.depoimentos .owl-depoimentos .owl-item {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.depoimentos .owl-depoimentos .owl-item h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
section.depoimentos .owl-depoimentos .owl-item p {
  font-size: 18px;
}
section.depoimentos .owl-depoimentos .owl-dots {
  margin-top: 50px !important;
}
section.depoimentos .owl-depoimentos .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
section.depoimentos .owl-depoimentos .owl-dots .owl-dot.active span {
  background-color: #bb3033;
}
section.forca-ars {
  background-color: #bb3033;
  transform: skewY(-3deg);
  padding: 100px 0px;
  border-top: 10px solid #edbe61;
  margin-top: -60px;
}
section.forca-ars .container {
  transform: skewY(3deg);
}
section.forca-ars .container .imagem {
  background: rgb(196, 109, 44);
  background: linear-gradient(180deg, rgb(196, 109, 44) 0%, rgb(237, 190, 97) 50%, rgb(196, 109, 44) 100%);
  padding: 4px;
  border-radius: 500px;
  overflow: hidden;
}
section.forca-ars .container .imagem img {
  width: 100%;
  height: 100%;
  padding: 4px;
  border-radius: 500px;
  overflow: hidden;
}
section.forca-ars .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.forca-ars .container .content .titulo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
section.forca-ars .container .content .titulo h2 {
  text-align: left;
  color: #ffffff;
  font-weight: bold;
}
section.forca-ars .container .content p {
  font-size: 18px;
  color: #ffffff;
}
section.forca-ars .container .content .botao {
  justify-content: flex-start;
  width: 100%;
  margin-top: 30px;
}
section.forca-ars .container .content .botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bb3033;
  background: rgb(196, 109, 44);
  background: linear-gradient(180deg, rgb(196, 109, 44) 0%, rgb(237, 190, 97) 50%, rgb(196, 109, 44) 100%);
}
section.forca-ars .container .content .botao a:hover {
  background: linear-gradient(180deg, rgb(237, 190, 97) 0%, rgb(237, 190, 97) 50%, rgb(237, 190, 97) 100%);
}
section.proximo-nivel {
  padding-top: 150px;
  margin-bottom: 100px;
}
section.proximo-nivel ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "acesso conecte conecte" "eseencia conecte conecte";
}
section.proximo-nivel ul .acesso {
  grid-area: acesso;
  height: 100%;
}
section.proximo-nivel ul .assencia {
  grid-area: assencia;
  height: 100%;
}
section.proximo-nivel ul .conecte {
  border: 4px solid #edbe61;
  padding: 5px;
  grid-area: conecte;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section.proximo-nivel ul .conecte .content {
  padding: 100px 50px;
  font-size: 36px;
  color: #2c2c45;
  text-align: center;
  line-height: 38px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
section.proximo-nivel ul .conecte .content .destaque strong {
  color: #bb3033;
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  font-size: 50px;
}
section.proximo-nivel ul a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
section.proximo-nivel ul a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.proximo-nivel ul a h2 {
  text-transform: uppercase;
  bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 42px;
  z-index: 2;
  position: absolute;
  font-weight: bold;
  line-height: 42px;
  width: 100%;
}
section.quero-minha-transformacao {
  position: relative;
  background-color: #282844;
}
section.quero-minha-transformacao .container img {
  position: relative;
}
section.quero-minha-transformacao .container form {
  position: absolute;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.quero-minha-transformacao .container form .titulo h2 {
  text-align: left;
  color: #ffffff;
}
section.quero-minha-transformacao .container form p {
  color: #fff;
}
section.quero-minha-transformacao .container form .form-group {
  margin-bottom: 15px;
}
section.quero-minha-transformacao .container form .form-group input,
section.quero-minha-transformacao .container form .form-group textarea {
  padding: 15px;
  font-size: 18px;
}
section.quero-minha-transformacao .container form .botao {
  justify-content: right;
}

.home-blogs {
  padding: 100px 0px;
  background-color: #f3f3f3;
}
.home-blogs .owl-blog {
  height: 450px;
}
.home-blogs .owl-blog .item {
  padding-top: 15px;
}
.home-blogs .owl-blog .item a {
  display: block;
  text-decoration: none;
}
.home-blogs .owl-blog .item a .imagem {
  height: 350px;
  position: relative;
}
.home-blogs .owl-blog .item a .imagem img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #edbe61;
  padding: 5px;
}
.home-blogs .owl-blog .item a .imagem span {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  padding: 2px 30px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  opacity: 0;
}
.home-blogs .owl-blog .item a h2 {
  margin-top: 30px;
  text-align: center;
  color: #bb3033;
  font-size: 28px;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
}
.home-blogs .owl-blog .item a:hover .imagem img {
  margin-top: -15px;
  margin-left: -15px;
  height: calc(100% + 30px);
  width: calc(100% + 30px);
}
.home-blogs .owl-blog .item a:hover .imagem span {
  opacity: 1;
}

.topo-interno {
  background-size: cover;
  height: 170px;
  position: relative;
}
.topo-interno h2 {
  position: absolute;
  bottom: 15px;
  font-size: 32px;
  color: #fff;
  font-family: "Dancing Script", cursive;
  text-shadow: 3px 1px 1px #474747;
  text-align: left;
  line-height: 30px;
}

p.destaque strong {
  color: #bb3033;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}
p.destaque.center {
  text-align: center;
  line-height: 22px;
}

.a-essencia-ela-mais {
  text-align: center;
}
.a-essencia-ela-mais .topo-interno {
  background-image: url("../img/bg-header-01.jpg");
}
.a-essencia-ela-mais .o-circulo {
  margin-top: 50px;
  text-align: left;
  background-color: #f3f3f3;
}
.a-essencia-ela-mais .o-circulo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-essencia-ela-mais .o-circulo .texto {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.a-essencia-ela-mais .onde-mulheres-sem-encontram {
  padding: 100px 0px;
}
.a-essencia-ela-mais .e-assim-que-nasce {
  background-color: #bb3033;
  transform: skewY(-3deg);
  padding: 100px 0px;
  border-top: 10px solid #edbe61;
}
.a-essencia-ela-mais .e-assim-que-nasce .container {
  transform: skewY(3deg);
}
.a-essencia-ela-mais .e-assim-que-nasce .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.a-essencia-ela-mais .e-assim-que-nasce .container .content .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.a-essencia-ela-mais .e-assim-que-nasce .container .content .titulo h2 {
  color: #edbe61;
  font-weight: bold;
  line-height: 46px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.a-essencia-ela-mais .e-assim-que-nasce .container .content p {
  color: #ffffff;
}
.a-essencia-ela-mais .a-forca {
  padding: 100px 0px;
}
.a-essencia-ela-mais .a-forca .content {
  padding: 0px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
.a-essencia-ela-mais .a-forca img {
  border: 4px solid #edbe61;
  padding: 5px;
  grid-area: conecte;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.a-essencia-ela-mais .sem-medo {
  padding: 100px 0px;
  background-color: #2c2c45;
}
.a-essencia-ela-mais .sem-medo .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.a-essencia-ela-mais .sem-medo .content .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.a-essencia-ela-mais .sem-medo .content .titulo h2 {
  color: #ffffff;
  font-weight: bold;
  line-height: 46px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.a-essencia-ela-mais .sem-medo .content p {
  color: #ffffff;
}
.a-essencia-ela-mais .sem-medo .content .botao {
  justify-content: center;
  margin-top: 30px;
}
.a-essencia-ela-mais .sem-medo .content .botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bb3033;
  background: rgb(196, 109, 44);
  background: linear-gradient(180deg, rgb(196, 109, 44) 0%, rgb(237, 190, 97) 50%, rgb(196, 109, 44) 100%);
}
.a-essencia-ela-mais .sem-medo .content .botao a:hover {
  background: linear-gradient(180deg, rgb(237, 190, 97) 0%, rgb(237, 190, 97) 50%, rgb(237, 190, 97) 100%);
}
.a-essencia-ela-mais .mulher-segura {
  padding: 100px 0px;
  background-color: #f3f3f3;
}
.a-essencia-ela-mais .mulher-segura .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.a-essencia-ela-mais .mulher-segura .content .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.a-essencia-ela-mais .mulher-segura .content .titulo h2 {
  color: #ffffff;
  font-weight: bold;
  line-height: 46px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.a-essencia-ela-mais .mulher-segura .content ul li {
  text-align: left;
  padding: 10px 0px;
}
.a-essencia-ela-mais .mulher-segura .content .destaque {
  margin-top: 50px;
  margin-bottom: 30px;
}
.a-essencia-ela-mais .mulher-segura .content .destaque strong {
  color: #bb3033;
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  font-size: 42px;
}
.a-essencia-ela-mais .mulher-segura .content .botao {
  margin-top: 30px;
}
.a-essencia-ela-mais .mulher-segura .content .botao a {
  color: #2c2c45;
  background-color: #edbe61;
}
.a-essencia-ela-mais .mulher-segura .content .botao a:hover {
  background-color: #bb3033;
  color: #fff;
}

.sobre {
  text-align: center;
}
.sobre .topo-interno {
  background-image: url("../img/bg-header-02.jpg");
}
.sobre .sua-aliada {
  padding: 100px 0px;
  text-align: left;
}
.sobre .sua-aliada img {
  border: 4px solid #edbe61;
  padding: 5px;
}
.sobre .sua-aliada .titulo {
  margin: 0px 0px 30px 0px;
  text-align: left;
}
.sobre .sua-aliada .arquetico {
  margin-top: 50px;
}
.sobre .jornada {
  background-color: #bb3033;
  transform: skewY(-3deg);
  padding: 100px 0px;
  border-top: 10px solid #edbe61;
}
.sobre .jornada .container {
  transform: skewY(3deg);
}
.sobre .jornada .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.sobre .jornada .container .content .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sobre .jornada .container .content .titulo h2 {
  color: #edbe61;
  font-weight: bold;
  line-height: 46px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.sobre .jornada .container .content p,
.sobre .jornada .container .content ul {
  color: #ffffff;
}
.sobre .jornada .container .content ul {
  list-style: none;
  color: #ffffff;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}
.sobre .sou-sua {
  padding: 200px 0px 50px 0px;
  background-color: #f3f3f3;
  margin-top: -100px;
}
.sobre .sou-sua .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: left;
}
.sobre .sou-sua .content img {
  border: 4px solid #edbe61;
  padding: 5px;
}
.sobre .sou-sua .content .titulo {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  width: 100%;
  flex-direction: column;
}
.sobre .sou-sua .content .titulo h2 {
  color: #ffffff;
  font-weight: bold;
  line-height: 46px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.sobre .sou-sua .content .titulo.conteudo {
  text-align: left;
}
.sobre .sou-sua .content .titulo.conteudo h2 {
  color: #bb3033;
  text-shadow: none;
}
.sobre .sou-sua .content ul li {
  text-align: left;
  padding: 10px 0px;
}
.sobre .sou-sua .content .destaque {
  margin-top: 50px;
  margin-bottom: 30px;
}
.sobre .sou-sua .content .destaque strong {
  color: #bb3033;
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  font-size: 42px;
}
.sobre .sou-sua .content .botao {
  margin-top: 30px;
}
.sobre .sou-sua .content .botao a {
  color: #2c2c45;
  background-color: #edbe61;
}
.sobre .sou-sua .content .botao a:hover {
  background-color: #bb3033;
  color: #fff;
}

.atuacao .topo-interno {
  background-image: url("../img/bg-header-02.jpg");
}
.atuacao .item {
  padding: 100px 0px;
  margin-bottom: -100px;
}
.atuacao .item img {
  border: 4px solid #edbe61;
  padding: 5px;
}
.atuacao .item .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.atuacao .item .content .titulo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  margin: 0px;
}
.atuacao .item .content .titulo h2 {
  color: #ffffff;
  font-weight: bold;
  line-height: 46px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.atuacao .item .content .titulo.conteudo h2 {
  color: #bb3033;
  text-shadow: none;
}
.atuacao .item.final {
  margin-bottom: 0px;
}

.como-fazemos {
  text-align: left;
}
.como-fazemos img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.como-fazemos .texto {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0px;
  text-align: left;
  align-items: flex-start;
}
.como-fazemos .texto .botao {
  justify-content: center;
  width: 100%;
  margin-top: 0px;
}
.como-fazemos .texto .botao a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bb3033;
  background: rgb(196, 109, 44);
  background: linear-gradient(180deg, rgb(196, 109, 44) 0%, rgb(237, 190, 97) 50%, rgb(196, 109, 44) 100%);
}
.como-fazemos .texto .botao a:hover {
  background: linear-gradient(180deg, rgb(237, 190, 97) 0%, rgb(237, 190, 97) 50%, rgb(237, 190, 97) 100%);
}
.como-fazemos .topo-interno {
  background-image: url("../img/bg-header-02.jpg");
}
.como-fazemos strong.vermelho {
  color: #bb3033;
}
.como-fazemos .fotos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.como-fazemos .fotos img {
  width: 100%;
  border: 4px solid #edbe61;
  padding: 5px;
  height: -moz-min-content;
  height: min-content;
}
.como-fazemos .livro {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 40% 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  background: #f3f3f3;
  padding: 15px;
}
.como-fazemos .livro .texto {
  padding: 30px;
  display: flex;
  row-gap: 5px;
}
.como-fazemos .livro .texto p {
  padding: 0px;
  margin: 0px;
}
.como-fazemos .livro .imagens {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.como-fazemos .livro .imagens img {
  width: 50%;
  border: 4px solid #edbe61;
  padding: 5px;
  height: -moz-min-content;
  height: min-content;
}

.desperte-seu-valor .topo-interno {
  background-image: url("../img/bg-header-02.jpg");
}
.desperte-seu-valor .titulo.conteudo h2 {
  font-size: 42px !important;
  line-height: 33px !important;
  color: #bb3033 !important;
  font-weight: bold !important;
}
.desperte-seu-valor .item {
  text-align: center;
  padding: 70px 0px;
  margin-bottom: -70px;
}
.desperte-seu-valor .item.final {
  margin-bottom: 0px;
}
.desperte-seu-valor .botao {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.desperte-seu-valor .botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bb3033;
  background: rgb(196, 109, 44);
  background: linear-gradient(180deg, rgb(196, 109, 44) 0%, rgb(237, 190, 97) 50%, rgb(196, 109, 44) 100%);
}
.desperte-seu-valor .botao a:hover {
  background: linear-gradient(180deg, rgb(237, 190, 97) 0%, rgb(237, 190, 97) 50%, rgb(237, 190, 97) 100%);
}
.desperte-seu-valor .videos {
  padding: 50px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.desperte-seu-valor .videos iframe {
  border: 4px solid #edbe61;
  padding: 5px;
}

.garanta .topo-interno {
  background-image: url("../img/bg-header-02.jpg");
}
.garanta .titulo.conteudo h2 {
  font-size: 42px !important;
  line-height: 33px !important;
  color: #bb3033 !important;
  font-weight: bold !important;
}
.garanta .texto-inicial {
  text-align: left;
}
.garanta .texto-inicial .titulo h2 {
  text-align: left;
}
.garanta .texto-inicial p {
  text-align: left;
}
.garanta .item {
  text-align: center;
  padding: 70px 0px;
  margin-bottom: -70px;
}
.garanta .item.o-programa .content {
  text-align: left;
}
.garanta .item.final {
  margin-bottom: 0px;
}
.garanta .botao {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.garanta .botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bb3033;
  background: rgb(196, 109, 44);
  background: linear-gradient(180deg, rgb(196, 109, 44) 0%, rgb(237, 190, 97) 50%, rgb(196, 109, 44) 100%);
}
.garanta .botao a:hover {
  background: linear-gradient(180deg, rgb(237, 190, 97) 0%, rgb(237, 190, 97) 50%, rgb(237, 190, 97) 100%);
}
.garanta ul li {
  text-align: left;
  padding: 10px 0px;
}
.garanta .destaque strong {
  color: #2c2c45;
}
.garanta .depoimentos {
  background-color: #f3f3f3;
  padding: 0px 0px 70px 0px;
  margin-top: 100px;
}
.garanta .depoimentos .titulo {
  text-align: center;
}
.garanta .depoimentos .titulo p {
  font-weight: bold;
}
.garanta .depoimentos .owl-depoimentos .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.garanta .depoimentos .owl-depoimentos .owl-item {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.garanta .depoimentos .owl-depoimentos .owl-item h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.garanta .depoimentos .owl-depoimentos .owl-item p {
  font-size: 18px;
}
.garanta .depoimentos .owl-depoimentos .owl-dots {
  margin-top: 50px !important;
}
.garanta .depoimentos .owl-depoimentos .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
.garanta .depoimentos .owl-depoimentos .owl-dots .owl-dot.active span {
  background-color: #bb3033;
}
.garanta .o-extraordinario {
  background-color: #bb3033;
  transform: skewY(-3deg);
  padding: 100px 0px;
  border-top: 10px solid #edbe61;
  margin-top: 100px;
}
.garanta .o-extraordinario .container {
  transform: skewY(3deg);
}
.garanta .o-extraordinario .container .imagem {
  background: rgb(196, 109, 44);
  background: linear-gradient(180deg, rgb(196, 109, 44) 0%, rgb(237, 190, 97) 50%, rgb(196, 109, 44) 100%);
  padding: 4px;
  border-radius: 500px;
  overflow: hidden;
}
.garanta .o-extraordinario .container .imagem img {
  width: 100%;
  height: 100%;
  padding: 4px;
  border-radius: 500px;
  overflow: hidden;
}
.garanta .o-extraordinario .container .titulo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.garanta .o-extraordinario .container .titulo h2 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.garanta .o-extraordinario .container .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  height: 100%;
}
.garanta .o-extraordinario .container .content p {
  font-size: 18px;
  color: #ffffff;
}
.garanta .o-extraordinario .container .content .botao {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.garanta .o-extraordinario .container .content .botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bb3033;
  background: rgb(196, 109, 44);
  background: linear-gradient(180deg, rgb(196, 109, 44) 0%, rgb(237, 190, 97) 50%, rgb(196, 109, 44) 100%);
}
.garanta .o-extraordinario .container .content .botao a:hover {
  background: linear-gradient(180deg, rgb(237, 190, 97) 0%, rgb(237, 190, 97) 50%, rgb(237, 190, 97) 100%);
}
.garanta .valores {
  background-color: #efd297;
  padding: 200px 0px 100px 0px;
  margin-top: -50px;
}
.garanta .valores .content {
  display: grid;
  align-items: center;
  row-gap: 100px;
  grid-template-columns: 1fr 250px 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  grid-template-areas: "texto icone valores" "box box box";
}
.garanta .valores .content .texto {
  grid-area: texto;
  text-align: right;
}
.garanta .valores .content .texto h3 {
  font-size: 32px;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  color: #2c2c45;
}
.garanta .valores .content .texto h3 strong {
  font-size: 32px;
  font-family: "Paprika", serif;
  font-weight: bold !important;
  font-style: normal;
}
.garanta .valores .content .texto h2 {
  font-size: 48px;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  color: #bb3033;
}
.garanta .valores .content .icone {
  grid-area: icone;
}
.garanta .valores .content .icone img {
  width: 100%;
}
.garanta .valores .content .valor {
  padding: 0px;
  margin: 0px;
  grid-area: valores;
  font-size: 74px;
  font-family: "Paprika", serif;
  font-style: normal;
  color: #bb3033;
  font-weight: bold;
}
.garanta .valores .content .valor small {
  font-size: 36px;
  color: #ba8e33;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.garanta .valores .content .valor .botao {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  width: 100%;
}
.garanta .valores .content .valor .botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #179003;
}
.garanta .valores .content .valor .botao a:hover {
  background: linear-gradient(180deg, rgb(237, 190, 97) 0%, rgb(237, 190, 97) 50%, rgb(237, 190, 97) 100%);
}
.garanta .valores .content .box {
  grid-area: box;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.garanta .valores .content .box div {
  font-family: "Gothic A1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  display: flex;
  align-items: center;
  color: #bb3033;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-transform: uppercase;
}
.garanta .valores .content .box div i {
  font-size: 36px;
  color: #179003;
}
.garanta .valores2 {
  background-color: #efd297;
  padding: 200px 0px 100px 0px;
  margin-top: -50px;
}
.garanta .valores2 .content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 250px 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
  grid-template-areas: "texto icone valores" "botao botao botao" "box box box";
}
.garanta .valores2 .content .texto {
  grid-area: texto;
  text-align: right;
}
.garanta .valores2 .content .texto h3 {
  font-size: 32px;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  color: #2c2c45;
}
.garanta .valores2 .content .texto h3 strong {
  font-size: 32px;
  font-family: "Paprika", serif;
  font-weight: bold !important;
  font-style: normal;
}
.garanta .valores2 .content .texto h2 {
  font-size: 48px;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  color: #bb3033;
}
.garanta .valores2 .content .icone {
  grid-area: icone;
}
.garanta .valores2 .content .icone img {
  width: 100%;
  filter: invert(1);
}
.garanta .valores2 .content .valor {
  padding: 0px;
  margin: 0px;
  grid-area: valores;
  font-size: 74px;
  font-family: "Paprika", serif;
  font-style: normal;
  color: #bb3033;
  font-weight: bold;
}
.garanta .valores2 .content .valor small {
  font-size: 36px;
  color: #ba8e33;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.garanta .valores2 .content .botao {
  grid-area: botao;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.garanta .valores2 .content .botao a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #179003;
}
.garanta .valores2 .content .botao a:hover {
  background: linear-gradient(180deg, rgb(237, 190, 97) 0%, rgb(237, 190, 97) 50%, rgb(237, 190, 97) 100%);
}
.garanta .valores2 .content .box {
  grid-area: box;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.garanta .valores2 .content .box div {
  font-family: "Gothic A1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  display: flex;
  align-items: center;
  color: #bb3033;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-transform: uppercase;
}
.garanta .valores2 .content .box div i {
  font-size: 36px;
  color: #179003;
}

.contato {
  text-align: left;
}
.contato .topo-interno {
  background-image: url("../img/bg-header-02.jpg");
}
.contato img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contato .texto {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.contato .titulo h2 {
  font-size: 42px !important;
  line-height: 33px !important;
  color: #bb3033 !important;
  font-weight: bold !important;
}
.contato .perguntas {
  padding: 100px 0px;
  background-color: #2c2c45;
  text-align: center;
}
.contato .perguntas .titulo h3 {
  color: #ffffff;
}
.contato .perguntas p {
  color: #ffffff;
}
.contato .perguntas .accordion-body {
  text-align: left;
}
.contato .item {
  text-align: left;
}
.contato .item .titulo h2 {
  text-align: left;
}
.contato .form-group {
  margin-bottom: 15px;
}
.contato .evento {
  background-color: #f3f3f3;
  padding: 100px;
}
.contato .evento .item {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.contato .evento .item .titulo {
  text-align: center;
}
.contato .evento .item .titulo h2 {
  text-align: center;
}
.contato .botao {
  margin-top: 30px;
  justify-content: center;
}
.contato .botao button {
  border: 0px;
  color: #2c2c45;
  background-color: #edbe61;
}
.contato .botao button:hover {
  background-color: #bb3033;
  color: #fff;
}

.inscricao {
  text-align: left;
}
.inscricao .topo-interno {
  background-image: url("../img/bg-header-02.jpg");
}
.inscricao .texto {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.inscricao .titulo h2 {
  font-size: 42px !important;
  line-height: 33px !important;
  color: #bb3033 !important;
  font-weight: bold !important;
}
.inscricao label {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  display: block;
}
.inscricao .form-group {
  margin-bottom: 30px;
}
.inscricao .botao {
  margin-top: 30px;
  justify-content: center;
}
.inscricao .botao button {
  border: 0px;
  color: #2c2c45;
  background-color: #edbe61;
}
.inscricao .botao button:hover {
  background-color: #bb3033;
  color: #fff;
}
.inscricao #mensagem-enviada {
  display: none;
  border: 4px solid #edbe61;
  padding: 50px;
  font-size: 32px;
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
}

.blog .topo-interno {
  background-image: url("../img/bg-header-02.jpg");
}
.blog section {
  padding: 50px 0px;
}
.blog-item {
  margin-bottom: 90px;
}
.blog-item a {
  color: #363636;
  text-decoration: none;
}
.blog-header .imagem img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 4px solid #edbe61;
  padding: 5px;
}
.blog-header .info {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 14px;
  background-color: #edbe61;
  color: #fff;
  margin-bottom: 15px;
  padding: 5px;
}
.blog-header .info .tags {
  color: #fff;
  font-size: 16px;
}
.blog-header h2 {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  font-size: 52px;
  color: #bb3033;
}
.blog-header h3 {
  font-family: "Paprika", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}
.blog-descricao {
  margin-bottom: 50px;
}
.blog-lateral {
  border: 1px solid #eeeeec;
}
.blog-lateral .titulo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
}
.blog-lateral .titulo h2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: -moz-min-content;
  width: min-content;
  text-wrap: nowrap;
}
.blog-lateral .divisor img {
  width: 100%;
}
.blog-lateral-filtro {
  background-color: #eeeeec;
}
.blog-lateral-filtro form {
  padding: 15px;
}
.blog-lateral-filtro form .form-group {
  position: relative;
}
.blog-lateral-filtro form .form-group button {
  cursor: pointer;
  border: 0px;
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 0px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-lateral-filtro img {
  width: 100%;
  margin-bottom: -4px;
}
.blog-lateral ul {
  margin: 0px 15px;
  padding-bottom: 30px;
}
.blog-lateral ul li {
  padding: 7px 0px;
  border-bottom: 1px solid #eeeeec;
}
.blog-lateral ul li a {
  color: #363636;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-lateral ul li:last-child {
  border-bottom: 0px;
}
.blog-lateral .tags {
  margin: 0px;
  padding: 15px 0px 5px 0px;
  background-color: #eeeeec;
}
.blog-lateral .tags ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
  flex-direction: column;
}
.blog-lateral .tags ul li {
  font-size: 14px;
}

@font-face {
  font-family: "The Seasons Bold";
  src: url("https://db.onlinewebfonts.com/t/f7d34c9e4c3102c89048d775c27a78f3.eot");
  src: url("https://db.onlinewebfonts.com/t/f7d34c9e4c3102c89048d775c27a78f3.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/f7d34c9e4c3102c89048d775c27a78f3.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/f7d34c9e4c3102c89048d775c27a78f3.woff") format("woff"), url("https://db.onlinewebfonts.com/t/f7d34c9e4c3102c89048d775c27a78f3.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/f7d34c9e4c3102c89048d775c27a78f3.svg#The Seasons Bold") format("svg");
}
.avaliacao {
  padding: 130px 90px;
  border: 4px solid #be9b64;
  border-radius: 5px;
}
.avaliacao h1 {
  font-family: "The Seasons Bold";
  font-weight: bold;
  font-size: 52px;
  color: #be9b64;
  text-align: left;
}
.avaliacao h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
.avaliacao h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin-top: 50px;
}
.avaliacao h4 {
  color: #be9b64;
  font-weight: bold;
  line-height: 46px;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  font-size: 50px;
  text-align: center;
  font-family: "Dancing Script", cursive;
  position: relative;
}
.avaliacao p.destaque strong {
  color: #be9b64;
}
.avaliacao .botao {
  margin-top: 30px;
  justify-content: center;
}
.avaliacao .formulario {
  display: none;
}
.avaliacao .identificacao {
  display: none;
}

@media screen and (max-width: 992px) {
  header .container .menu-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 40px;
    width: 40px;
    right: 15px;
    position: relative;
    z-index: 30;
  }
  header .container .menu-mobile a {
    display: flex;
    height: 40px;
    width: 40px;
    background-color: #edbe61;
    align-items: center;
    justify-content: center;
    color: #bb3033;
    border-radius: 5px;
    right: 0;
    position: absolute;
    text-decoration: none;
  }
  header .container .menu-mobile a.menu-mobile-fechar {
    display: none;
  }
  header .navbar {
    padding: 0px;
  }
  header .navbar .logo {
    padding: 15px;
  }
  header .navbar .logo img {
    width: 100px;
  }
  header .container .redes {
    right: 80px;
    display: none;
  }
  header .container #menu-header {
    display: none;
    position: fixed;
    background-color: #edbe61;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    top: 0;
    left: 0;
    margin: 0;
    flex-direction: column;
    row-gap: 0px;
  }
  header .container #menu-header .dropdown-toggle::after {
    display: none;
  }
  header .container #menu-header.show {
    display: block;
  }
  header .container #menu-header .dropdown-menu {
    display: block;
    width: 100%;
    position: static;
    margin-top: -10px;
  }
  header .container #menu-header li {
    width: 100%;
  }
  header .container #menu-header.show {
    padding: 100px 45px 0 15px;
    row-gap: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start !important;
  }
  .owl-banners {
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .owl-banners img.desktop {
    display: none;
  }
  .owl-banners img.mobile {
    display: block;
  }
  .topo-interno {
    height: 110px;
  }
  .topo-interno h2 {
    line-height: 20px;
    font-size: 18px;
  }
  .titulo.interno h1 {
    font-size: 22px;
  }
  .titulo h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .titulo.conteudo h3 {
    font-size: 22px;
  }
  .titulo.interno {
    margin: 30px 0px 30px 0px;
  }
  .titulo.interno h1 {
    font-size: 28px;
  }
  section.ela-mardegan {
    display: flex;
    flex-direction: column-reverse;
  }
  section.ela-mardegan .content {
    padding: 50px 0;
  }
  section.ela-mardegan img {
    height: auto;
    width: 100%;
    position: relative;
  }
  section.depoimentos {
    padding: 50px 0px 150px 0px;
  }
  section.depoimentos .titulo p {
    font-size: 18px !important;
  }
  section.depoimentos .owl-depoimentos .owl-item {
    padding: 15px;
  }
  section.home-blogs {
    padding: 50px 0px;
  }
  section.home-blogs .owl-blog {
    height: auto;
  }
  section.home-blogs .owl-blog .item a .imagem {
    height: 200px;
    position: relative;
    margin: 15px;
  }
  section.home-blogs .owl-blog .item a h2 {
    font-size: 18px;
  }
  section.forca-ars .container .content {
    text-align: center;
  }
  section.forca-ars .container .content .titulo h2 {
    text-align: center;
  }
  section.forca-ars .container .content .botao a {
    width: 100%;
  }
  section.proximo-nivel {
    padding-top: 50px;
  }
  section.proximo-nivel ul {
    display: flex;
    flex-direction: column;
  }
  section.proximo-nivel ul a img {
    position: relative;
  }
  section.proximo-nivel ul a h2 {
    font-size: 28px;
    padding: 15px;
  }
  section.proximo-nivel ul .conecte {
    grid-template-columns: 1fr;
  }
  section.proximo-nivel ul .conecte .content {
    padding: 15px;
    row-gap: 0px;
    line-height: 28px;
  }
  section.quero-minha-transformacao .container {
    display: none;
  }
  .a-essencia-ela-mais .o-circulo .texto {
    padding: 30px 0px;
  }
  .a-essencia-ela-mais .onde-mulheres-sem-encontram {
    padding: 50px 0px;
  }
  .a-essencia-ela-mais .onde-mulheres-sem-encontram p.destaque strong {
    font-size: 16px;
  }
  .a-essencia-ela-mais .a-forca .content {
    padding: 0px 0px;
  }
  .sobre .sua-aliada .titulo {
    margin: 0px;
    margin-top: 30px;
  }
  .sobre .sua-aliada .titulo h1 {
    font-size: 22px;
  }
  .sobre .jornada .container .content ul {
    margin: 0px;
    padding: 0px;
  }
  .sobre .sou-sua .content .titulo {
    margin-top: 30px;
  }
  .sobre .sua-aliada {
    padding: 50px 0px;
  }
  .atuacao .item {
    padding: 50px 0px;
  }
  .atuacao .item .content .titulo {
    margin-top: 30px;
  }
  .atuacao .item {
    padding: 100px 0px;
  }
  .atuacao .item.inverter .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .atuacao .item .content .titulo {
    margin-top: 30px;
  }
  .desperte-seu-valor .item {
    padding: 50px 0px;
  }
  .desperte-seu-valor .item .titulo {
    margin-bottom: 15px;
  }
  .desperte-seu-valor iframe {
    height: 220px;
  }
  .desperte-seu-valor .titulo.conteudo h2 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .desperte-seu-valor .videos {
    grid-template-columns: repeat(1, 1fr);
  }
  .desperte-seu-valor .botao {
    margin: 0px;
    margin-bottom: 50px;
  }
  .desperte-seu-valor .botao a {
    width: 100%;
  }
  .como-fazemos .fotos {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .como-fazemos .livro {
    grid-template-columns: 1fr;
  }
  .como-fazemos .livro .imagens img {
    width: calc(50% - 8px);
  }
  .como-fazemos .livro .texto {
    padding: 30px 0px;
  }
  .como-fazemos .texto {
    padding: 50px 0px;
  }
  .blog-header h2 {
    font-size: 24px;
  }
  .blog-header h3 {
    font-size: 18px;
  }
  .blog-item {
    margin-bottom: 50px;
  }
  .contato .texto {
    padding: 0px;
    margin-top: 30px;
  }
  .contato img {
    margin: 15px 0px;
  }
  #form-contato {
    margin: 50px;
  }
  .contato .evento {
    padding: 50px 0px;
  }
  .contato .perguntas {
    padding: 50px 0px;
  }
  footer .content {
    text-align: center;
    display: grid;
    row-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: "imagem" "redes" "assinatura";
  }
  footer .content img {
    grid-area: imagem;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  footer .content .assinatura {
    grid-area: assinatura;
  }
  footer .content .redes {
    grid-area: redes;
    align-items: center;
    justify-content: center;
  }
  .avaliacao {
    padding: 15px;
  }
  .avaliacao h1 {
    font-size: 24px;
  }
  .avaliacao h2 {
    font-size: 20px;
  }
  .avaliacao h3 {
    font-size: 18px;
  }
  .avaliacao h4 {
    font-size: 28px;
    line-height: 28px;
    color: #be9b64;
  }
  .avaliacao p {
    font-size: 16px;
  }
  .avaliacao ul li strong {
    font-size: 16px;
  }
  .avaliacao p.destaque strong {
    font-size: 16px;
    color: #be9b64;
  }
}/*# sourceMappingURL=styles.css.map */