/*#region GENERAL */
.bg-color-gray {
  background-color: #6A6653 !important; }

.text-color-gray {
  color: #6A6653 !important; }

.color-gray {
  color: #6A6653 !important; }

.bg-color-gray-800 {
  background-color: #4A4A4A !important; }

.text-color-gray-800 {
  color: #4A4A4A !important; }

.color-gray-800 {
  color: #4A4A4A !important; }

.bg-color-alabaster {
  background-color: #F6EEE4 !important; }

.text-color-alabaster {
  color: #F6EEE4 !important; }

.color-alabaster {
  color: #F6EEE4 !important; }

.bg-color-givry {
  background-color: #F8E8C9 !important; }

.text-color-givry {
  color: #F8E8C9 !important; }

.color-givry {
  color: #F8E8C9 !important; }

.bg-color-french-plum {
  background-color: #860052 !important; }

.text-color-french-plum {
  color: #860052 !important; }

.color-french-plum {
  color: #860052 !important; }

.bg-color-bianca {
  background-color: #FBFAF2 !important; }

.text-color-bianca {
  color: #FBFAF2 !important; }

.color-bianca {
  color: #FBFAF2 !important; }

.bg-color-merino {
  background-color: #F6EEE4 !important; }

.text-color-merino {
  color: #F6EEE4 !important; }

.color-merino {
  color: #F6EEE4 !important; }

.bg-color-amber {
  background-color: #FBBD08 !important; }

.text-color-amber {
  color: #FBBD08 !important; }

.color-amber {
  color: #FBBD08 !important; }

.bg-color-gray-100 {
  background-color: #e5e1d9 !important; }

.text-color-gray-100 {
  color: #e5e1d9 !important; }

.color-gray-100 {
  color: #e5e1d9 !important; }

.bg-white {
  background-color: white !important; }

.text-white {
  color: white !important; }

.white {
  color: white !important; }

.bg-color-tutu {
  background-color: #FFEEFA !important; }

.text-color-tutu {
  color: #FFEEFA !important; }

.color-tutu {
  color: #FFEEFA !important; }

.font-big-shoulders {
  font-family: "Big Shoulders Display" !important; }

.font-lato {
  font-family: Lato !important; }

.font-sans-serif {
  font-family: !important; }

.padding-xs {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.padding-x-xs {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.padding-x-md {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.padding-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.padding-x-lg {
  padding-left: 60px !important;
  padding-right: 60px !important; }

/*#endregion */
/*#region FORM*/
/*#endregion*/
/* #region CARDS Posts*/
/*#endregion*/
.brd {
  border-radius: 15px; }
  @media (min-width: 992px) {
    .brd-lg {
      border-radius: 15px; } }

.bsd {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1); }

.responsive-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px; }
  .responsive-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.pointer-events--none {
  pointer-events: none; }

.container-md {
  margin: 0 15px;
  padding: 0;
  width: auto; }
.container-lg {
  --bs-gutter-x: 6rem; }

.divisor {
  border-bottom: solid 1px white;
  opacity: 0.5; }

.width-fit-content {
  width: fit-content !important; }

.order-6 {
  order: 6 !important; }

.order-7 {
  order: 7 !important; }

.order-8 {
  order: 8 !important; }

.order-9 {
  order: 9 !important; }

.order-10 {
  order: 10 !important; }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6 !important; }

  .order-lg-7 {
    order: 7 !important; }

  .order-lg-8 {
    order: 8 !important; }

  .order-lg-9 {
    order: 9 !important; }

  .order-lg-10 {
    order: 10 !important; } }
.nav-terms {
  font-size: 2.2rem;
  margin: 20px 0;
  overflow: auto;
  justify-content: center;
  min-height: 40px; }
  .nav-terms li {
    margin: 0 15px; }
    .nav-terms li a {
      padding: 0 0 5px;
      text-decoration: none;
      border-bottom: solid 1px transparent;
      transition: all ease-in-out .2s;
      white-space: nowrap; }
      .nav-terms li a:hover {
        color: #860052;
        border-bottom: solid 1px #860052; }
      .nav-terms li a.active {
        color: #860052;
        border-bottom: solid 1px #860052; }
  @media (max-width: 992px) {
    .nav-terms {
      justify-content: flex-start; } }
