/*#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; } }
.ads {
  margin-bottom: 50px; }

.between .st0 {
  fill: black; }
.between .list li {
  margin: 20px; }
  .between .list li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: inherit; }

.subPathology {
  align-items: center;
  justify-content: center; }
  .subPathology .box-fb {
    flex: 1 1 calc(32% - 10px);
    margin: 10px; }
    @media (max-width: 992px) {
      .subPathology .box-fb {
        flex: 1 1 100%; } }
    .subPathology .box-fb a {
      padding: 30px;
      display: block;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Big Shoulders Display", cursive;
      font-size: 24px;
      color: #860052;
      text-decoration: none;
      min-height: 177px; }
      .subPathology .box-fb a img {
        margin-right: 30px; }

.accordion.patology .accordion-body p:last-child {
  font-size: 1rem; }
  .accordion.patology .accordion-body p:last-child a, .accordion.patology .accordion-body p:last-child b {
    font-size: 1rem;
    display: block; }
.accordion.patology .accordion-body .references {
  font-size: 1rem !important; }
  .accordion.patology .accordion-body .references > * {
    font-size: 1rem !important; }
  .accordion.patology .accordion-body .references .expiration {
    margin-top: 10px; }
