/*  Theme Name: Alcides Melhado Filho
 *  text-domain: alcidesmelhadofilho */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@font-face {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  font-family: "DM Serif Display", serif;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  transition: all 300ms ease;
}

body {
  background: #032A49;
}
body:has(#calendar) {
  background: #fff;
}

.fc-prev-button, .fc-next-button {
  background: #fff !important;
}

.fc-event {
  background: rgb(77, 7, 175) !important;
  color: #fff !important;
}

.fc-event-title {
  color: #fff !important;
  padding: 4px !important;
}

header {
  background: #fff;
  padding: 8px 0;
  border-radius: 0 0 24px 24px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 640px) {
  header {
    padding: 9px;
  }
}
header .menu a {
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 640px) {
  header .menu {
    width: 90%;
  }
}
header nav {
  display: flex;
  gap: 32px;
}
@media (min-width: 320px) and (max-width: 640px) {
  header nav {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  header nav {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  header nav.on a {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  header nav.on a {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  header nav.on {
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    top: 78px;
    position: fixed;
    padding: 24px;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  header nav.on {
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    top: 78px;
    position: fixed;
    padding: 24px;
    left: 0;
    right: 0;
    width: 100%;
  }
}

#sanduiche {
  width: 30px;
  display: none;
}
#sanduiche div {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: rgb(77, 7, 175);
}
@media (min-width: 320px) and (max-width: 640px) {
  #sanduiche {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #sanduiche {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .logo {
    width: 80px;
    height: auto;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .logo {
    width: 120px;
    height: auto;
  }
}

.icone {
  border-radius: 50%;
  width: 80px;
  height: auto;
}

.whatsapp {
  width: -moz-fit-content;
  width: fit-content;
  background: #25d366;
  padding: 0 16px 0 8px;
  text-decoration: none;
  border-radius: 36px;
}

.icone-whatsapp {
  width: 35px;
  height: auto;
}

#lista-categorias img {
  border: 2px solid #f1f3f4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
}
#lista-categorias .categoria {
  margin: 12px;
  width: -moz-min-content;
  width: min-content;
  padding: 0;
  position: relative;
  background: none;
}
#lista-categorias .categoria span {
  display: block;
  text-align: center;
  margin: 12px auto;
  font-size: 13px;
  text-decoration: none;
}
#lista-categorias .categoria .contagem {
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
  background: #CB9821;
  position: absolute;
  top: 0;
  font-size: 13px;
  left: 0;
}
#lista-categorias button {
  background: #fdfdfd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  margin-top: 60px;
}
#lista-categorias button span {
  color: #3f3f3f;
}

#carrinho-flutuante {
  position: fixed;
  width: 70px;
  height: 70px;
  background: #fff;
  box-shadow: 2px 2px 20px 5px rgba(70, 78, 70, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  right: 50px;
}

#numero-itens-carrinho {
  position: fixed;
  padding: 12px;
  background: #CB9821;
  box-shadow: 2px 2px 20px 5px rgba(70, 78, 70, 0.4);
  border-radius: 12px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  bottom: 100px;
  right: 44px;
}

#carrinho-completo-sidebar {
  position: fixed;
  width: 320px;
  max-height: 500px;
  overflow-y: auto;
  bottom: 50px;
  right: 40px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 640px) {
  #carrinho-completo-sidebar {
    width: 100%;
    max-height: 300px;
    bottom: 20px;
    left: 0;
    right: 0;
  }
}
#carrinho-completo-sidebar .fechar {
  color: #3f3f3f;
  border: none;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  background: none;
  padding: 6px 12px;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}
#carrinho-completo-sidebar .fechar a {
  color: #3f3f3f;
  text-decoration: underline;
}
#carrinho-completo-sidebar.on {
  display: block;
}
#carrinho-completo-sidebar.off {
  display: none;
}
#carrinho-completo-sidebar .cart-item {
  margin-top: 12px;
  background: #f1f3f4;
  padding: 12px;
}
#carrinho-completo-sidebar .remove_from_cart_button {
  display: flex;
  align-items: center;
}
#carrinho-completo-sidebar .remove-item {
  width: 10px;
  align-items: center;
  display: flex;
  cursor: pointer;
  margin-left: auto;
  height: 10px;
}
#carrinho-completo-sidebar .thumbnail img {
  width: 50px;
  height: auto;
  border-radius: 50%;
}
#carrinho-completo-sidebar .preco-quantidade {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
#carrinho-completo-sidebar a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
#carrinho-completo-sidebar .woocommerce-mini-cart__buttons {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
#carrinho-completo-sidebar .woocommerce-mini-cart__buttons a.wc-forward {
  color: #fff;
  background: rgb(77, 7, 175);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  margin: 12px;
}
#carrinho-completo-sidebar .woocommerce-mini-cart__buttons a.wc-forward a {
  color: #fff;
  text-decoration: none;
}
#carrinho-completo-sidebar .woocommerce-mini-cart__buttons a.checkout {
  margin: 12px;
  color: #3f3f3f;
  border: none;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  background: none;
  padding: 6px 12px;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}
#carrinho-completo-sidebar .woocommerce-mini-cart__buttons a.checkout a {
  color: #3f3f3f;
  text-decoration: underline;
}

#lista-categorias-loja {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #lista-categorias-loja {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #lista-categorias-loja {
    width: 100%;
  }
}
#lista-categorias-loja img {
  border: 2px solid #f1f3f4;
  border-radius: 50%;
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#lista-categorias-loja .categoria {
  margin: 12px;
  width: 70px;
  position: relative;
  background: none;
}
#lista-categorias-loja .categoria span {
  display: block;
  text-align: center;
  margin: 12px auto;
  font-size: 13px;
  text-decoration: none;
}
#lista-categorias-loja .categoria .contagem {
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
  background: #CB9821;
  position: absolute;
  top: 20px;
  font-size: 13px;
  right: 16px;
}
#lista-categorias-loja button {
  background: #CB9821;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  margin-top: 60px;
}
#lista-categorias-loja button span {
  color: #fff;
}
#lista-categorias-loja a {
  text-decoration: none;
  display: block;
  width: 70px;
}

#hero {
  color: #fff;
  border-radius: 0 0 48px 48px;
  height: 900px;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, rgb(77, 7, 175) 0%, rgb(213, 1, 231) 100%);
}
#hero::before {
  width: 100%;
  content: "";
  height: 94px;
  display: block;
}
#hero h1 {
  line-height: 56px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #hero h1 {
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #hero p {
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #hero .biografia {
    margin: 24px auto;
  }
}
#hero .banner img {
  width: 100%;
  height: auto;
}
#hero .marca-dagua {
  width: 700px;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 200px;
  right: 100px;
  opacity: 0.1;
}
@media (min-width: 320px) and (max-width: 640px) {
  #hero .marca-dagua {
    width: 200px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #hero .marca-dagua {
    width: 300px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #hero {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #hero {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section#curso-presencial {
  background: rgb(108, 7, 175);
  background: linear-gradient(90deg, rgb(108, 7, 175) 0%, rgb(231, 1, 111) 100%);
  padding-top: 48px;
  padding-bottom: 48px;
}
section#curso-presencial .banner img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
section#curso-presencial .meta img {
  width: 16px;
  height: auto;
}
section#curso-presencial .conteudo {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
}

.categoria {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}

ul.produtos li.produto {
  background: #f1f3f4;
  padding: 12px;
  border-radius: 12px;
  max-width: 400px;
  list-style: none;
  margin: 12px 0;
  flex: 1;
  flex-basis: 320px;
}
ul.produtos a {
  text-decoration: none;
}
ul.produtos .capa-produto {
  position: relative;
  z-index: 0;
  width: 100%;
}
ul.produtos .capa-produto img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
ul.produtos .oferta {
  position: absolute;
  top: 20px;
  left: 20px;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
  color: rgb(77, 7, 175);
  z-index: 1;
}
ul.produtos .woocommerce-Price-amount bdi {
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1px;
  color: #CB9821;
}
@media (min-width: 320px) and (max-width: 640px) {
  ul.produtos .woocommerce-Price-amount bdi {
    font-size: 22px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  ul.produtos .woocommerce-Price-amount bdi {
    font-size: 22px;
  }
}
ul.produtos .woocommerce-Price-amount bdi span {
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1px;
  color: #CB9821;
}
@media (min-width: 320px) and (max-width: 640px) {
  ul.produtos .woocommerce-Price-amount bdi span {
    font-size: 22px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  ul.produtos .woocommerce-Price-amount bdi span {
    font-size: 22px;
  }
}

.woocommerce .product .product_title {
  font-size: 56px;
  line-height: 62px;
}

.woocommerce-product-gallery__wrapper img {
  border-radius: 12px;
}

p.price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
}
p.price del .woocommerce-Price-amount bdi {
  font-size: 16px;
}
p.price ins {
  text-decoration: none;
}
p.price ins .woocommerce-Price-amount bdi {
  text-decoration: none;
  background: #f1f3f4;
  border-radius: 8px;
  padding: 12px;
  color: #3f3f3f;
  font-size: 20px;
}
p.price ins .woocommerce-Price-amount bdi span {
  color: #3f3f3f;
}

.onsale {
  background: rgb(213, 1, 231) !important;
  border-radius: 12px !important;
  min-height: auto !important;
  height: auto;
  padding: 0 !important;
}

h1.product-title {
  font-size: 56px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 640px) {
  h1.product-title {
    font-size: 36px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  h1.product-title {
    font-size: 36px;
  }
}

form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}
form.cart input[type=number] {
  padding: 7px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cecece;
}
form.cart button {
  background: #CB9821 !important;
  padding: 12px;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  color: #fff;
}

.related.products h2 {
  font-size: 36px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1.5px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .related.products h2 {
    font-size: 28px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .related.products h2 {
    font-size: 28px;
  }
}

.posts {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}

#blog-posts {
  padding: 2rem 1rem;
}
#blog-posts .posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
#blog-posts .post-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  max-width: 540px;
}
#blog-posts .post-item:hover {
  transform: translateY(-5px);
}
#blog-posts .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
#blog-posts .post-title {
  font-size: 1.25rem;
  margin: 1rem;
}
#blog-posts .post-title a {
  text-decoration: none;
  color: #333;
}
#blog-posts .post-excerpt {
  padding: 0 1rem 1rem;
  font-size: 0.9rem;
  color: #555;
}
#blog-posts .read-more {
  display: block;
  text-align: center;
  padding: 0.5rem;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
}
#blog-posts .read-more:hover {
  background: #005f8d;
}

#single-post {
  display: flex;
  gap: 2rem;
}
#single-post .content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-post .content {
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #single-post .content {
    flex-wrap: wrap;
  }
}
#single-post .post-content {
  flex: 3;
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-post .post-content {
    flex: auto;
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #single-post .post-content {
    flex: auto;
    width: 100%;
  }
}
#single-post .post-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
#single-post .post-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1.5rem;
}
#single-post .post-thumbnail img {
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-post .post-thumbnail img {
    width: 100%;
    max-width: 100%;
  }
}
#single-post .post-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
#single-post .post-body img {
  width: 100%;
  height: auto;
}
#single-post .sidebar {
  flex: 1;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  width: 320px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-post .sidebar {
    width: 100%;
  }
}
#single-post .sidebar img {
  width: auto;
}
#single-post .sidebar h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#single-post .sidebar .recent-posts {
  list-style: none;
  padding: 0;
}
#single-post .sidebar .recent-posts li {
  margin: 20px 0;
}
#single-post .sidebar .recent-posts li a {
  align-items: center;
  text-decoration: none;
  color: #333;
}
#single-post .sidebar .recent-posts li a img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-post .sidebar .recent-posts li a span {
  font-size: 1rem;
}
#single-post .sidebar .recent-posts li a:hover {
  text-decoration: underline;
}
#single-post article {
  width: auto;
}
#single-post article p {
  margin: 10px 0;
}
#single-post article a {
  color: #032A49;
}
#single-post article img {
  max-width: 100%;
}

.perfil {
  width: 18px;
  height: auto;
}

.wc-block-cart-item__image img {
  border-radius: 12px;
}

#coupon_code {
  width: 140px;
  padding: 7px;
  font-size: 14px;
}

form .show-password-input {
  top: 0.4em !important;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
  padding: 7px;
  border: none;
  border-radius: 4px;
  border: 1px solid #cecece;
}

input[type=search] {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 24px;
  border: 1px solid #cecece;
  text-align: center;
}

input[type=submit].search-submit {
  background: #CB9821;
  border: none;
  margin-left: -48px;
}

select {
  padding: 7px;
  border: none;
  border-radius: 4px;
  border: 1px solid #cecece;
}

.woocommerce-form-login__submit {
  color: #fff !important;
  background: rgb(77, 7, 175) !important;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  font-size: 16px !important;
}
.woocommerce-form-login__submit a {
  color: #fff !important;
  text-decoration: none !important;
}

button:disabled {
  background: rgba(77, 7, 175, 0.5);
}

button.button {
  color: #3f3f3f;
  border: none;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  background: none;
  padding: 6px 12px;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}
button.button a {
  color: #3f3f3f;
  text-decoration: underline;
}

button.wc-forward {
  color: #fff;
  background: rgb(77, 7, 175);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}
button.wc-forward a {
  color: #fff;
  text-decoration: none;
}

.button.add_to_cart_button, button.product_type_simple {
  color: #fff;
  background: rgb(77, 7, 175);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}
.button.add_to_cart_button a, button.product_type_simple a {
  color: #fff;
  text-decoration: none;
}

#place_order {
  color: #fff;
  background: rgb(77, 7, 175);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}
#place_order a {
  color: #fff;
  text-decoration: none;
}

a.checkout-button {
  color: #fff;
  background: rgb(77, 7, 175);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  font-size: 16px !important;
}
a.checkout-button a {
  color: #fff;
  text-decoration: none;
}

h1 {
  font-size: 86px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 2px;
}
@media (min-width: 320px) and (max-width: 640px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  h1 {
    font-size: 48px;
  }
}

.h1 {
  font-size: 86px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 2px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h1 {
    font-size: 48px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 56px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 2px;
}
@media (min-width: 320px) and (max-width: 640px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  h2 {
    font-size: 36px;
  }
}

.h2 {
  font-size: 56px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 2px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h2 {
    font-size: 36px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 42px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 2px;
}
@media (min-width: 320px) and (max-width: 640px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  h3 {
    font-size: 32px;
  }
}

.h3 {
  font-size: 42px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 2px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h3 {
    font-size: 32px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 36px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1.5px;
}
@media (min-width: 320px) and (max-width: 640px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  h4 {
    font-size: 28px;
  }
}

.h4 {
  font-size: 36px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1.5px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h4 {
    font-size: 28px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media (min-width: 320px) and (max-width: 640px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  h5 {
    font-size: 22px;
  }
}

.h5 {
  font-size: 24px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h5 {
    font-size: 22px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 18px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media (min-width: 320px) and (max-width: 640px) {
  h6 {
    font-size: 17px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  h6 {
    font-size: 17px;
  }
}

.h6 {
  font-size: 18px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .h6 {
    font-size: 17px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h6 {
    font-size: 17px;
  }
}

ul li {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  margin: 8px 8px 8px 24px;
}

ol li {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  margin: 8px 8px 8px 24px;
}

p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
}

.text {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
}

.text-big {
  font-size: 18px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
}

.text-micro {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
}

strong {
  font-weight: 700;
}

.wrapper {
  width: 1194px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  .wrapper {
    width: 95%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .wrapper {
    width: 90%;
  }
}

.subcontainer {
  padding: 24px;
  border-radius: 24px;
  background: #f1f3f4;
}

footer {
  background: rgb(77, 7, 175);
  padding: 48px;
}
footer a {
  color: #fff;
}

button, input[type=submit] {
  color: #fff;
  background: rgb(77, 7, 175);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}
button a, input[type=submit] a {
  color: #fff;
  text-decoration: none;
}

.cta-primary {
  color: #fff;
  background: rgb(77, 7, 175);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}
.cta-primary a {
  color: #fff;
  text-decoration: none;
}

.cta-primary-white {
  background: #fff;
  color: rgb(77, 7, 175);
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}
.cta-primary-white a {
  color: rgb(77, 7, 175);
  text-decoration: none;
}

.cta-secondary {
  color: #3f3f3f;
  border: none;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  background: none;
  padding: 6px 12px;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}
.cta-secondary a {
  color: #3f3f3f;
  text-decoration: underline;
}

.cta-secondary-text-black {
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
.cta-secondary-text-black:hover {
  color: #fff;
  background: #032A49;
}
.cta-secondary-text-black:hover a {
  color: #fff;
}
.cta-secondary-text-black a {
  color: #3f3f3f;
  text-decoration: none;
}
.cta-secondary-text-black a:hover {
  color: #fff;
  background: #032A49;
}

.cta-other {
  color: #3f3f3f;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-style: normal;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
  font-size: 18px;
}
.cta-other a {
  color: #3f3f3f;
  text-decoration: none;
}

.azul-escuro {
  background: #032A49;
}

.laranja {
  background: #CB9821;
}

.branco {
  background: #fff;
}

.cinza-300 {
  background: #f1f3f4;
}

.cinza-500 {
  background: #cecece;
}

.text-azul-escuro {
  color: #032A49;
}

.text-laranja {
  color: #CB9821;
}

.text-branco {
  color: #fff;
}

.text-cinza-300 {
  color: #f1f3f4;
}

.text-cinza-500 {
  color: #cecece;
}

.pagination {
  text-align: center;
  margin-top: 24px;
}
.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  align-items: center;
  margin: 0;
}
.pagination ul li {
  margin: 0 5px;
}
.pagination ul li a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #fdfdfd;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.pagination ul li a:hover {
  background-color: #CB9821;
  color: #fff;
  border-color: #CB9821;
}
.pagination ul li .current {
  background-color: #CB9821;
  color: #fff;
  border-color: #CB9821;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
}

article img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
article p, article ul, article li, article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: 10px 0;
  margin: 10px 0;
}

.gap-0 {
  gap: 0 !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-44 {
  gap: 44px !important;
}

.gap-48 {
  gap: 48px !important;
}

.border-radius-12 {
  border-radius: 12px !important;
}

.border-radius-24 {
  border-radius: 24px !important;
}

.border-radius-36 {
  border-radius: 36px !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-left-12 {
  margin-left: 12px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-24 {
  padding: 24px !important;
}

.padding-48 {
  padding: 48px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.width-auto {
  width: auto !important;
  max-width: -moz-min-content;
  max-width: min-content;
}

.width-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-100 {
  width: 100% !important;
}

.width-12px {
  width: 12px !important;
}

.width-50px {
  width: 50px !important;
}

.width-100px {
  width: 100px !important;
}

.width-125px {
  width: 125px !important;
}

.width-150px {
  width: 150px !important;
}

.width-200px {
  width: 200px !important;
}

.width-300px {
  width: 300px !important;
}

.width-350px {
  width: 350px !important;
}

.width-400px {
  width: 400px !important;
}

.width-500px {
  width: 500px !important;
}

.width-600px {
  width: 600px !important;
}

.width-700px {
  width: 700px !important;
}

.width-metade {
  width: 50% !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .width-metade {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-width-100 {
    width: 100% !important;
  }
}

.min-width-100px {
  min-width: 100px;
}

.min-width-200px {
  min-width: 200px;
}

.min-width-300px {
  min-width: 300px;
}

.min-width-400px {
  min-width: 400px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .min-width-400px {
    min-width: auto;
  }
}

.min-width-500px {
  min-width: 500px;
}

.max-width-40 {
  max-width: 40% !important;
}

.max-width-50 {
  max-width: 50% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-width-50px {
  max-width: 50px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-50px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-100px {
  max-width: 100px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-100px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-150px {
  max-width: 150px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-150px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-200px {
  max-width: 200px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-200px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-300px {
  max-width: 300px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-300px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-400px {
  max-width: 400px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-400px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-500px {
  max-width: 500px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-500px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-600px {
  max-width: 600px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-600px {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-max-width-100 {
    max-width: 100%;
    width: 100%;
  }
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: initial !important;
}

.ocultar-desktop {
  display: none;
}
@media (min-width: 320px) and (max-width: 640px) {
  .ocultar-desktop {
    display: flex;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .ocultar-desktop {
    display: flex;
  }
}

@media (min-width: 641px) and (max-width: 1194px) {
  .ocultar-tablet {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .ocultar-celular {
    display: none;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.colunas-2 {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-2 {
    grid-template-columns: 1fr;
  }
}

.colunas-3 {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-3 {
    grid-template-columns: 1fr 1fr;
  }
}

.colunas-4 {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .colunas-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-coluna-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-flex-wrap {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .m-flex-wrap {
    flex-wrap: wrap;
    display: flex;
  }
}

.noshrink {
  flex-shrink: 0 !important;
}

.justify-content-center {
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-justify-content-center {
    justify-content: center;
  }
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between !important;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-flex-end {
  align-items: flex-end;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block;
}

.height-min-content {
  height: -moz-min-content;
  height: min-content;
}

.position-absolute {
  position: absolute;
}

.white-space-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-text-align-center {
    text-align: center;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pointer {
  cursor: pointer;
}/*# sourceMappingURL=base.css.map */