/*#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; } }
.about__patient .post-item, .about__farmacy .post-item {
  margin: 0;
  display: flex; }
  @media (max-width: 922px) {
    .about__patient .post-item, .about__farmacy .post-item {
      flex-direction: column; } }
  .about__patient .post-item__cover, .about__farmacy .post-item__cover {
    flex: 0.5;
    min-height: 165px; }
    @media (max-width: 400px) {
      .about__patient .post-item__cover, .about__farmacy .post-item__cover {
        min-height: none !important; } }
  .about__patient .post-item .video-container, .about__farmacy .post-item .video-container {
    min-height: 230px; }
    @media (max-width: 1399px) {
      .about__patient .post-item .video-container, .about__farmacy .post-item .video-container {
        min-height: 195px; } }
    @media (max-width: 1200px) {
      .about__patient .post-item .video-container, .about__farmacy .post-item .video-container {
        min-height: 160px; } }
    @media (max-width: 400px) {
      .about__patient .post-item .video-container, .about__farmacy .post-item .video-container {
        min-height: none !important; } }
.about__patient .footer__social, .about__farmacy .footer__social {
  margin-bottom: 0 !important; }
@media (min-width: 922px) {
  .about .signup .h2 span {
    display: inline !important;
    margin: 0 10px; }
  .about .signup form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .about .signup form input:not([type=submit]) {
      flex: 1 1 calc(33% - 10px);
      align-self: start;
      margin-top: 0; }
      .about .signup form input:not([type=submit]):nth-child(2) {
        margin: 0 10px; }
    .about .signup form input[type=submit] {
      margin-top: 20px;
      max-width: 33%; }
  .about .post-item {
    display: flex;
    min-height: 240px; }
    .about .post-item > a, .about .post-item__wrapper-content {
      flex: 1; }
    .about .post-item .btn {
      width: fit-content; }
    .about .post-item .footer__social {
      margin-top: auto; } }
