@charset "UTF-8";
/*  Theme Name: Vitálice Marketing
 *  text-domain: vitalice */
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  transition: all 300ms ease;
}

body {
  background: #fff;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  background: #F8F9F4;
  transition: all 300ms ease;
}
header #sanduiche {
  width: 30px;
  height: 22px;
  display: none;
  gap: 8px;
}
header #sanduiche div {
  width: 100%;
  background: #AC4301;
  height: 4px;
  border-radius: 2px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  header #sanduiche {
    display: flex;
    flex-wrap: wrap;
    align-ites: center;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  header #sanduiche {
    display: flex;
    flex-wrap: wrap;
    align-ites: center;
    justify-content: center;
  }
}
header nav {
  display: flex;
  gap: 24px;
  position: relative;
}
header nav a {
  font-size: 16px;
  text-decoration: none;
  color: #3f3f3f;
}
@media (min-width: 320px) and (max-width: 640px) {
  header nav {
    position: absolute;
    top: -100vh;
    display: flex;
    flex-wrap: wrap;
    background: #F8F9F4;
    padding: 24px;
    width: 100%;
    left: 0;
  }
  header nav.ativo {
    top: 69px;
  }
  header nav a {
    display: inline-flex;
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  header nav {
    position: absolute;
    top: -100vh;
    display: flex;
    flex-wrap: wrap;
    background: #F8F9F4;
    padding: 24px;
    width: 100%;
    left: 0;
  }
  header nav.ativo {
    top: 69px;
  }
  header nav a {
    display: inline-flex;
    width: 100%;
  }
}
header:has(nav.ativo) #logo img {
  width: 110px;
  padding: 12px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  header:has(nav.ativo) #logo img {
    width: 100px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  header:has(nav.ativo) #logo img {
    width: 100px;
  }
}
header #logo img {
  width: 180px;
  height: auto;
}
@media (min-width: 641px) and (max-width: 1194px) {
  header #logo img {
    width: 150px;
  }
}
@inclusde mixins.celular {
  header #logo img {
    width: 100px;
  }
}
header:has(.rolldown) #logo img {
  width: 110px;
  padding: 12px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  header:has(.rolldown) #logo img {
    width: 100px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  header:has(.rolldown) #logo img {
    width: 100px;
  }
}

.bloco-servico, #porftolio {
  background: #FDF9F6;
  padding: 48px;
  border-radius: 24px;
}
.bloco-servico .tag-servico, #porftolio .tag-servico {
  margin-top: 4px;
  display: inline-block;
  background: #AC9068;
  color: #fff;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 14px;
}
.bloco-servico .carrossel, #porftolio .carrossel {
  overflow: hidden;
  padding-bottom: 6px;
}
.bloco-servico .box, #porftolio .box {
  display: inline-block;
  vertical-align: top;
  background: #F6EDE5;
  border-radius: 16px;
  padding: 24px;
  margin-right: 24px;
}

h1 {
  font-size: 56px;
}

.h1 {
  font-size: 56px;
}

h2 {
  font-size: 36px;
}

.h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

.h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

.h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

.h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.h6 {
  font-size: 18px;
}

ul li {
  font-size: 16px;
  margin: 8px 8px 8px 24px;
}

ol li {
  font-size: 16px;
  margin: 8px 8px 8px 24px;
}

p {
  font-size: 16px;
}

span {
  font-size: 16px;
}

.text {
  font-size: 16px;
}

.text-big {
  font-size: 18px;
}

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

strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.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%;
  }
}

.banner {
  padding-top: 48px;
}
.banner img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

#equipe {
  background: #F8F9F4;
  padding: 48px 0;
}
#equipe .equipe {
  margin-top: 48px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 641px) and (max-width: 1194px) {
  #equipe .equipe {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #equipe .equipe {
    grid-template-columns: 1fr;
  }
}
#equipe .equipe div .colab {
  border-radius: 12px;
  display: flex;
  width: 250px;
  height: 250px;
  flex-wrap: wrap;
  align-items: flex-end;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center !important;
  border: 1px solid #FDF9F6;
}
#equipe .equipe div .info-colab {
  background: #FDF9F6;
  width: 250px;
  padding: 12px;
  height: 100px;
}

.cta-primary {
  color: #fff;
  background: #237c3e;
  font-size: 16px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
.cta-primary a {
  color: #fff;
  text-decoration: none;
}

.cta-primary-white {
  background: #fff;
  color: #237c3e;
  font-size: 16px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
.cta-primary-white a {
  color: #237c3e;
  text-decoration: none;
}

.cta-secondary {
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
.cta-secondary a {
  color: #fff;
  text-decoration: none;
}

.cta-secondary-text-black {
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
  font-size: 16px;
  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: #237c3e;
}
.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: #237c3e;
}

.cta-other {
  color: #3f3f3f;
  font-size: 16px;
  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: #3D4558;
}

.branco {
  background: #fff;
}

.cinza-300 {
  background: #f1f3f4;
}

.cinza-500 {
  background: #cecece;
}

.terra {
  background: #AC4301;
}

.serragem {
  background: #AC9068;
}

.text-azul-escuro {
  color: #3D4558;
}

.text-branco {
  color: #fff;
}

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

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

.text-terra {
  color: #AC4301;
}

.text-serragem {
  color: #AC9068;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.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;
}

.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-48 {
  padding-top: 48px !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-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;
}

.destaque {
  text-align: center;
  font-size: 16px;
  margin-top: 24px;
}
.destaque img {
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
}
.destaque p {
  margin-top: 12px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 300ms ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.post-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

#single-post {
  background: #F8F9F4;
}
#single-post .wrapper .single-article {
  padding: 0;
}
#single-post .wrapper .single-article .single-title {
  font-size: 30px;
  margin-bottom: 16px;
}
#single-post .wrapper .single-article .tags {
  display: flex;
  flex-wrap: wrap;
}
#single-post .wrapper .single-article .tags .tag-category {
  display: inline-block;
  background: #AC9068;
  color: #fff;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#single-post .wrapper .single-article .single-content {
  background: #fff;
  padding: 48px;
  padding-top: 52px;
  margin-top: 48px;
  border-radius: 48px;
  font-size: 16px;
  line-height: 1.5;
}
#single-post .wrapper .single-article .single-content p {
  margin-bottom: 16px;
}
#single-post .wrapper .single-article .single-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  border-radius: 12px;
}
#single-post .wrapper .single-article .single-content a {
  color: #AC9068;
  text-decoration: underline;
}

.post-thumbnail {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 320px) and (max-width: 640px) {
  .post-thumbnail {
    height: 180px;
  }
}

.post-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-category {
  display: inline-block;
  background: #AC9068;
  color: #fff;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.post-title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #3f3f3f;
  line-height: 1.4;
}

.post-excerpt {
  font-size: 16px;
  color: #cecece;
  margin-bottom: 16px;
  flex-grow: 1;
  line-height: 1.6;
}

.post-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid #f1f3f4;
  font-size: 13px;
  color: #cecece;
}

.post-author {
  font-size: 13px;
  font-size: 16px;
  color: #cecece;
}
.post-author strong {
  color: #3f3f3f;
  font-weight: 700;
}

.post-date {
  font-size: 12px;
  color: #cecece;
}

.botao-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25D366;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.botao-whatsapp img {
  width: 40px;
  height: auto;
}

.site-footer {
  background: #AC9068;
  color: #fff;
  padding: 48px 0;
}

.site-footer .footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }
}

.site-footer h4 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}

.site-footer .footer-col p,
.site-footer .footer-col a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.site-footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 24px;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 640px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.site-footer a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=base.css.map */