@charset "UTF-8";
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal; }

img {
  max-width: 100%;
  height: auto; }

strong, b {
  font-weight: 900; }

/*#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, .box-fb {
  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; } }
.slick-slider .slick-dots {
  padding: 0;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .slick-slider .slick-dots {
      margin-top: 35px; } }
  .slick-slider .slick-dots li {
    list-style: none; }
    .slick-slider .slick-dots li button {
      background-color: #6A6653;
      border-radius: 50%;
      border: none;
      text-indent: -9999px;
      opacity: 0.3;
      margin: 0 5px;
      height: 12px; }
    .slick-slider .slick-dots li.slick-active {
      z-index: 1; }
      .slick-slider .slick-dots li.slick-active button {
        background-color: #860052;
        opacity: 1 !important; }
        .slick-slider .slick-dots li.slick-active button:focus {
          outline: none !important; }

/* HEADER */
.header .header__tools .search .btn, .header .header__tools .user .btn {
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 25px; }
  .header .header__tools .search .btn:hover, .header .header__tools .user .btn:hover {
    border: none; }

.header {
  box-shadow: 0px -8px 34px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }
  .header .mobile {
    height: var(--header-size);
    border-bottom: solid 1px #860052; }
    .header .mobile .header__brand {
      position: relative;
      background-color: white;
      padding: 16px;
      width: 100%;
      display: flex;
      align-items: center; }
      .header .mobile .header__brand img {
        transition: .2s ease-in-out;
        max-height: 50px; }
    .header .mobile .header__nav-icon {
      position: absolute;
      right: 20px;
      z-index: 9999;
      width: 30px;
      height: 26px;
      transition: .5s ease-in-out;
      top: 50%;
      transform: translateY(-50%); }
      .header .mobile .header__nav-icon span {
        position: absolute;
        display: block;
        height: 3px;
        width: 50%;
        background: #860052;
        opacity: 1;
        transition: .25s ease-in-out; }
        .header .mobile .header__nav-icon span:nth-child(even) {
          left: 50%;
          border-radius: 0 3px 3px 0; }
        .header .mobile .header__nav-icon span:nth-child(odd) {
          left: 0px;
          border-radius: 3px 0 0 3px; }
        .header .mobile .header__nav-icon span:nth-child(1), .header .mobile .header__nav-icon span:nth-child(2) {
          top: 0; }
        .header .mobile .header__nav-icon span:nth-child(3), .header .mobile .header__nav-icon span:nth-child(4) {
          top: 10px; }
        .header .mobile .header__nav-icon span:nth-child(5), .header .mobile .header__nav-icon span:nth-child(6) {
          top: 20px; }
      .header .mobile .header__nav-icon.open span:nth-child(1), .header .mobile .header__nav-icon.open span:nth-child(6) {
        transform: rotate(45deg); }
      .header .mobile .header__nav-icon.open span:nth-child(2), .header .mobile .header__nav-icon.open span:nth-child(5) {
        transform: rotate(-45deg); }
      .header .mobile .header__nav-icon.open span:nth-child(1) {
        left: 3px;
        top: 2px; }
      .header .mobile .header__nav-icon.open span:nth-child(2) {
        left: calc(50% - 3px);
        top: 2px; }
      .header .mobile .header__nav-icon.open span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      .header .mobile .header__nav-icon.open span:nth-child(4) {
        left: 100%;
        opacity: 0; }
      .header .mobile .header__nav-icon.open span:nth-child(5) {
        left: 2px;
        top: 12px; }
      .header .mobile .header__nav-icon.open span:nth-child(6) {
        left: calc(50% - 2px);
        top: 12px; }
  .header .desk {
    transition: all ease-in-out .1s;
    height: 140px; }
    .header .desk .btn {
      width: fit-content; }
    @media (min-width: 991px) {
      .header .desk {
        display: flex !important; } }
    .header .desk .header__brand img {
      transition: .2s ease-in-out;
      width: 100%;
      max-height: 95px; }
    .header .desk nav {
      min-width: 750px; }
      .header .desk nav ul li {
        position: relative; }
        .header .desk nav ul li a {
          font-family: "Big Shoulders Display", cursive;
          font-size: 2.2rem;
          text-decoration: none;
          color: #4A4A4A;
          white-space: nowrap;
          border-bottom: solid 1px transparent;
          padding-bottom: 5px;
          display: block; }
          .header .desk nav ul li a:hover {
            border-bottom: solid 1px #6A6653; }
        .header .desk nav ul li:first-child a:hover {
          border-bottom: solid 1px transparent; }
        .header .desk nav ul li:hover > ul {
          max-height: 1000px;
          padding: 15px 25px;
          border-top: solid 2px #860052; }
        .header .desk nav ul li ul {
          transition: all ease-in-out .2s;
          position: absolute;
          background-color: white;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
          left: 50%;
          transform: translateX(-50%);
          max-height: 0;
          overflow: hidden;
          box-shadow: -1px 7px 20px 0px rgba(0, 0, 0, 0.1); }
          .header .desk nav ul li ul li {
            list-style: none; }
            .header .desk nav ul li ul li a:hover {
              border-bottom: solid 1px #6A6653 !important; }
    .header .desk .header__tools .search {
      overflow: hidden;
      border: solid 1px #860052;
      border-radius: 25px;
      min-width: 41px;
      transition: .2s ease-in-out; }
      .header .desk .header__tools .search .btn {
        border: none; }
      .header .desk .header__tools .search.open {
        min-width: 300px; }
        .header .desk .header__tools .search.open input[type='search'] {
          display: flex; }
      .header .desk .header__tools .search input[type='search'] {
        border: none;
        flex: 1;
        padding: 0 0 0 15px;
        display: none; }
        .header .desk .header__tools .search input[type='search']:hover, .header .desk .header__tools .search input[type='search']:focus, .header .desk .header__tools .search input[type='search']:focus-visible {
          border: none !important;
          box-shadow: none !important;
          outline: none !important; }
    .header .desk.pinned {
      transition: all ease-in-out .2s;
      height: 85px; }
      .header .desk.pinned .header__brand img {
        transition: .2s ease-in-out;
        max-height: 60px; }
      .header .desk.pinned nav ul {
        margin-bottom: 0 !important; }
      .header .desk.pinned .btn {
        padding: 3px 25px;
        font-size: 1.8rem; }
      .header .desk.pinned .header__tools {
        padding: 5px 0 !important; }
      .header .desk.pinned .search {
        height: 26px;
        min-width: 24px; }
        .header .desk.pinned .search .btn {
          padding: 0;
          width: 25px;
          height: 26px;
          font-size: 14px; }
      .header .desk.pinned .user .btn {
        padding: 0;
        width: 25px;
        height: 26px;
        font-size: 14px; }
  .header__courtain {
    overflow-y: auto;
    transition: all ease-in-out 0.2s;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: white;
    z-index: 999;
    transform: translateX(-100%);
    background: white;
    margin-top: calc(var(--header-size) + 3px);
    padding-bottom: var(--header-size); }
    .header__courtain.open {
      transform: translateX(0); }
    .header__courtain .tools {
      padding: 30px; }
    .header__courtain .signin {
      background-color: #860052;
      padding: 0 30px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .header__courtain .signin .h3 {
        font-size: 2.8rem;
        color: white; }
      .header__courtain .signin .btn {
        color: #860052; }
    .header__courtain nav {
      padding: 0 30px; }
      .header__courtain nav ul {
        margin: 0;
        padding: 0; }
        .header__courtain nav ul li {
          position: relative;
          list-style: none;
          border-top: 1px solid rgba(134, 0, 82, 0.2); }
          .header__courtain nav ul li:last-child {
            border-bottom: 1px solid rgba(134, 0, 82, 0.2); }
          .header__courtain nav ul li a {
            display: block;
            text-decoration: none;
            color: #860052;
            font-family: "Big Shoulders Display", cursive;
            font-size: 2.8rem;
            padding: 10px 0;
            font-weight: 400; }
          .header__courtain nav ul li.dropdown > i {
            transition: all ease-in-out .2s;
            position: absolute;
            right: 20px;
            top: 25px;
            transform: rotate(180deg); }
          .header__courtain nav ul li.dropdown.open i {
            transform: unset; }
          .header__courtain nav ul li.dropdown.open > ul {
            max-height: 1000px; }
          .header__courtain nav ul li ul {
            transition: all ease-in-out .2s;
            max-height: 0;
            overflow: hidden; }
            .header__courtain nav ul li ul li {
              background-color: rgba(134, 0, 82, 0.1); }
              .header__courtain nav ul li ul li a {
                font-size: 2.2rem; }
              .header__courtain nav ul li ul li:last-child {
                border-bottom: none; }
    .header__courtain .social-share {
      padding: 30px 30px; }
      .header__courtain .social-share .h4 {
        color: #4A4A4A; }
  .header .header__tools .search {
    overflow: hidden;
    border: solid 1px #860052;
    border-radius: 25px;
    min-width: 41px;
    transition: .2s ease-in-out; }
    .header .header__tools .search .btn {
      border: none; }
    .header .header__tools .search.open {
      min-width: 250px; }
      .header .header__tools .search.open input[type='search'] {
        display: flex; }
    .header .header__tools .search input[type='search'] {
      border: none;
      flex: 1;
      padding: 0 0 0 15px;
      display: none; }
      .header .header__tools .search input[type='search']:hover, .header .header__tools .search input[type='search']:focus, .header .header__tools .search input[type='search']:focus-visible {
        border: none !important;
        box-shadow: none !important;
        outline: none !important; }
  .header .isConnected {
    background-color: #6d0042;
    color: white; }

.footer {
  margin-top: 50px;
  background-color: white;
  padding: 50px 0 calc(50px * .5);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
  .footer .h4 {
    color: #4A4A4A; }
  .footer__brand, .footer__social, .footer__description {
    margin-bottom: 40px; }
  .footer__brand span {
    margin-top: 25px;
    display: block; }
  .footer__description {
    font-size: 13px; }
  .footer__menu .h4 {
    margin-bottom: 21px;
    text-transform: uppercase;
    font-size: 2.8rem; }
  .footer__menu nav ul li {
    list-style: none; }
    .footer__menu nav ul li a {
      color: #860052; }
    .footer__menu nav ul li ~ li {
      margin-top: 16px; }
  .footer__dloa img {
    max-height: 30px; }
  .footer nav a {
    text-decoration: none; }
    .footer nav a:hover {
      text-decoration: underline; }
  @media (min-width: 992px) {
    .footer__social {
      display: flex;
      align-items: center; }
      .footer__social h4 {
        margin: 0 20px 0 0; }
      .footer__social .social-share ul li {
        margin-left: 10px; }
    .footer nav ul {
      flex-wrap: wrap; }
      .footer nav ul li {
        flex: 1 1 33%; } }

.hero {
  opacity: .8;
  background: white;
    /*@media (min-width: 578px) {
        &__item {
            & a {
                min-height: 225px; //40vh;
            }
        }
    }

    @media (min-width: 768px) {
        &__item {
            & a {
                min-height: 300px; //40vh;
            }
        }
    }

    @media (min-width: 992px) {
        &__item {
            & a {
                min-height: 405px; //40vh;
            }
        }
    }

    @media (min-width: 1200px) {
        &__item {
            & a {
                min-height: 480px; //40vh;
            }
        }
    }

    @media (min-width: 1400px) {
        &__item {
            & a {
                min-height: 560px; //40vh;
            }
        }
    }*/ }
  .hero__item a {
    display: block;
    background-size: cover;
    background-position: top center;
    background-image: none !important; }
    .hero__item a img {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
  .hero .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 992px) {
      .hero .slick-dots {
        bottom: -40px; } }
  .hero.no-dots .slick-dots {
    display: none !important; }

.h1 {
  color: #860052;
  font: normal normal 800 40px/1.25 "Big Shoulders Display", cursive;
  margin-bottom: 32px; }
  .h1 span {
    font-weight: 300; }

.h2 {
  color: #860052;
  font: normal normal 800 40px/1.25 "Big Shoulders Display", cursive;
  margin-bottom: 32px; }
  @media (max-width: 414px) {
    .h2 {
      font-size: 38px; } }
  .h2 span {
    font-weight: 300; }

.h3 {
  color: #860052;
  font: normal normal 800 22px/1.25 "Big Shoulders Display", cursive; }
  .h3 span {
    font-weight: 300; }

.h4 {
  color: #860052;
  font: normal normal 800 22px/1.25 "Big Shoulders Display", cursive;
  margin-bottom: 10px; }
  .h4 span {
    font-weight: 300; }

.text-xs {
  font-size: 12px !important; }

.text-sm {
  font-size: 13px !important; }

.text-md {
  font-size: 16px !important; }

.text-lg {
  font-size: 22px !important; }

.text-xl {
  font-size: 28px !important; }

.text-xxl {
  font-size: 40px !important; }

.block {
  padding: 50px 0; }

.chip {
  font-size: 1.6rem;
  padding: 10px 30px;
  user-select: none;
  font-family: "Big Shoulders Display", cursive;
  line-height: 1;
  border-radius: 20px;
  font-weight: 800;
  background-color: none;
  color: #860052;
  border: solid 1px #860052;
  display: inline-block;
  text-decoration: none;
  margin: 4px 4px; }
  .chip:hover {
    color: #860052; }
  .chip__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.post-card {
  position: relative;
  text-align: center; }
  .post-card__description {
    padding: 0 15px 25px; }
  .post-card__seemore {
    text-decoration: underline;
    font-size: 1.6rem;
    color: #860052;
    display: block;
    margin-top: 20px; }
.post-item {
  background-color: white;
  border-radius: 15px;
  margin: 0 15px; }
  .post-item a:not(.btn) {
    text-decoration: none;
    color: #6A6653; }
  .post-item__wrapper-content {
    padding: 0 20px;
    text-align: left; }
  .post-item__cover {
    display: block;
    margin-bottom: 24px;
    border-radius: 10px;
    background-size: cover;
    height: 91px;
    background-position: center; }
  .post-item__category, .post-item__data {
    font-size: 13px;
    margin-bottom: 8px; }
  .post-item__description {
    position: relative;
    margin-bottom: 16px; }
    .post-item__description::after {
      content: '→';
      position: absolute;
      bottom: 0;
      right: 0; }
    .post-item__description.no-arrow::after {
      display: none; }
.post-content .h1 {
  font-size: 2.8rem;
  margin-bottom: 0; }
.post-content .h2 {
  font: normal normal 800 22px/1.25 "Big Shoulders Display", cursive;
  margin: 40px 0 20px; }
.post-content__references .h3 {
  color: #4A4A4A;
  margin: 40px 0 20px; }
.post-content__references li {
  list-style: none;
  word-wrap: break-word; }
  .post-content__references li::before {
    content: "";
    border-color: transparent #860052;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative; }
@media (min-width: 992px) {
  .post-card {
    padding-bottom: 0; }
    .post-card__seemore {
      position: absolute;
      bottom: 15px;
      right: 30px;
      margin: 0; }
    .post-card .slick-track {
      display: flex !important; }
  .post-item {
    height: auto; } }

.slick-slider {
  position: relative; }

.slick-carousel .post-item__cover {
  height: 91px !important; }
  @media (max-width: 991px) {
    .slick-carousel .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel .post-item__cover {
      height: 97px !important; } }
.slick-carousel-highlight-post .post-item__cover {
  height: 141px !important; }
  @media (max-width: 991px) {
    .slick-carousel-highlight-post .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel-highlight-post .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel-highlight-post .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel-highlight-post .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel-highlight-post .post-item__cover {
      height: 97px !important; } }
.slick-carousel-highlight-post--3 .post-item__cover {
  height: 91px !important; }
  @media (max-width: 991px) {
    .slick-carousel-highlight-post--3 .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel-highlight-post--3 .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel-highlight-post--3 .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel-highlight-post--3 .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel-highlight-post--3 .post-item__cover {
      height: 97px !important; } }
.slick-carousel-four .post-item__cover {
  height: 91px !important; }
  @media (max-width: 991px) {
    .slick-carousel-four .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel-four .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel-four .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel-four .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel-four .post-item__cover {
      height: 97px !important; } }
.slick-carousel-three .post-item__cover {
  height: 91px !important; }
  @media (max-width: 991px) {
    .slick-carousel-three .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel-three .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel-three .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel-three .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel-three .post-item__cover {
      height: 97px !important; } }
.slick-carousel-three--full .post-item__cover {
  height: 141px !important; }
  @media (max-width: 991px) {
    .slick-carousel-three--full .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel-three--full .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel-three--full .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel-three--full .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel-three--full .post-item__cover {
      height: 97px !important; } }
.slick-carousel-two .post-item__cover {
  height: 141px !important; }
  @media (max-width: 991px) {
    .slick-carousel-two .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel-two .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel-two .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel-two .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel-two .post-item__cover {
      height: 97px !important; } }
.slick-carousel-half .post-item__cover {
  height: 100px !important; }
  @media (max-width: 991px) {
    .slick-carousel-half .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel-half .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel-half .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel-half .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel-half .post-item__cover {
      height: 97px !important; } }
.slick-carousel-full-pathologies .post-item__cover {
  height: 240px !important; }
  @media (max-width: 991px) {
    .slick-carousel-full-pathologies .post-item__cover {
      height: 237px !important; } }
  @media (max-width: 414px) {
    .slick-carousel-full-pathologies .post-item__cover {
      height: 146px !important; } }
  @media (max-width: 390px) {
    .slick-carousel-full-pathologies .post-item__cover {
      height: 137px !important; } }
  @media (max-width: 330px) {
    .slick-carousel-full-pathologies .post-item__cover {
      height: 116px !important; } }
  @media (max-width: 320px) {
    .slick-carousel-full-pathologies .post-item__cover {
      height: 97px !important; } }

@media (max-width: 991px) {
  .slick-carousel-- .post-item__cover {
    height: 275px; } }
@media (max-width: 415px) {
  .slick-carousel-- .post-item__cover {
    height: 135px; } }

.signup .h2,
.form .h2 {
  color: white; }
.signup input ~ input, .signup input ~ select, .signup .row,
.form input ~ input,
.form input ~ select,
.form .row {
  margin-top: 24px; }

section.signup .box-fb {
  background-color: transparent; }
@media (min-width: 992px) {
  section.signup {
    background-color: transparent !important;
    padding-top: 0; }
    section.signup .box-fb {
      padding: 30px 20px;
      background-color: #860052; } }

.form-control {
  width: 100%;
  border-radius: 50%;
  font-size: 1.5rem;
  border-radius: 22px;
  padding: 10px 0;
  border: solid 1px #d2d2d2;
  padding-left: 15px; }
  .form-control[type="text"]::-webkit-input-placeholder, .form-control[type="password"]::-webkit-input-placeholder, .form-control[type="search"]::-webkit-input-placeholder, .form-control[type="number"]::-webkit-input-placeholder, .form-control[type="email"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 1.4rem;
    font-style: normal;
    color: #828282;
    font-weight: 300; }
  .form-control[type="text"]:-moz-placeholder, .form-control[type="password"]:-moz-placeholder, .form-control[type="search"]:-moz-placeholder, .form-control[type="number"]:-moz-placeholder, .form-control[type="email"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 1.4rem;
    font-style: normal;
    color: #828282;
    font-weight: 300; }
  .form-control[type="text"]::-moz-placeholder, .form-control[type="password"]::-moz-placeholder, .form-control[type="search"]::-moz-placeholder, .form-control[type="number"]::-moz-placeholder, .form-control[type="email"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 1.4rem;
    font-style: normal;
    color: #828282;
    font-weight: 300; }
  .form-control[type="text"]:-ms-input-placeholder, .form-control[type="password"]:-ms-input-placeholder, .form-control[type="search"]:-ms-input-placeholder, .form-control[type="number"]:-ms-input-placeholder, .form-control[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 1.4rem;
    font-style: normal;
    color: #828282;
    font-weight: 300; }
  .form-control:hover, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #860052; }

select.form-control {
  padding: 9px 30px 10px 30px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  cursor: pointer; }

.btn {
  font-size: 2.2rem;
  padding: 9px 30px;
  user-select: none;
  font-family: "Big Shoulders Display", cursive;
  width: 100%;
  line-height: 1;
  border-radius: 20px;
  font-weight: 800;
  transition: all ease-in-out .25s; }
  .btn-primary {
    color: white;
    background-color: #860052;
    border: solid 1px white; }
    .btn-primary:hover {
      background-color: #6d0042; }
    .btn-primary-outline {
      background-color: none;
      color: #860052;
      border: solid 1px #860052; }
      .btn-primary-outline:hover {
        background-color: #860052;
        --bs-btn-hover-color: white; }
      .btn-primary-outline--white {
        color: white;
        border-color: white; }
  .btn-secondary {
    color: #860052;
    background-color: #FBBD08;
    border: solid 1px #FBBD08; }
    .btn-secondary:hover {
      background-color: #e6ac04; }
  .btn-link {
    text-decoration: underline;
    font-size: 1.6rem;
    display: block; }
    .btn-link-primary {
      color: #860052; }

.special-content header {
  background-color: #860052;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 15px;
  height: 105px;
  overflow: hidden; }
  .special-content header > * {
    color: white; }
  @media (max-width: 414px) {
    .special-content header .h2 {
      font-size: 32px; } }
.special-content__items {
  background-color: white;
  padding: 24px 16px 16px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow-y: scroll;
  max-height: 400px; }
.special-content__blocked {
  position: absolute;
  transition: all .2s ease-in-out;
  margin: 0 calc(var(--bs-gutter-x) * .5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  opacity: .9;
  padding: 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: none; }
  .special-content__blocked h3 {
    z-index: 1; }
  .special-content__blocked a {
    z-index: 1;
    margin-top: 21px; }
.special-content__item {
  text-decoration: none; }
  @media (max-width: 575px) {
    .special-content__item {
      flex-direction: column; } }
  .special-content__item ~ .special-content__item {
    margin-top: 16px; }
.special-content__thumb {
  width: 225px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  margin-right: 21px;
  flex: none; }
  @media (max-width: 575px) {
    .special-content__thumb {
      margin-bottom: 15px;
      width: 100%;
      height: 127px; } }
  @media (max-width: 414px) {
    .special-content__thumb {
      height: 114px !important; } }
  @media (max-width: 390px) {
    .special-content__thumb {
      height: 105px !important; } }
  @media (max-width: 330px) {
    .special-content__thumb {
      height: 84px !important; } }
  @media (max-width: 320px) {
    .special-content__thumb {
      height: 80px !important; } }
.special-content.unauthorized > .container-lg:hover {
  overflow: hidden; }
  .special-content.unauthorized > .container-lg:hover .special-content__blocked {
    display: flex; }

.search-farmacy .box-fb {
  padding: 30px 20px; }
.search-farmacy header {
  margin-bottom: 30px; }
  .search-farmacy header img {
    margin: 0 15px; }
.search-farmacy .h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 0px; }
.search-farmacy input ~ input {
  margin-top: 24px; }

.farmacy {
  position: relative; }
  .farmacy.box-sc {
    margin: -150px 0 100px;
    background-color: white; }
    @media (max-width: 767px) {
      .farmacy.box-sc {
        margin: -50px 0 50px; } }
  .farmacy__list {
    height: 500px;
    overflow: auto;
    overflow-x: hidden;
    background-color: #f2f2f2;
    padding: 20px 20px 5px;
    border-radius: 10px;
    opacity: 0;
    transition: opacity ease-in-out .5s;
    display: none; }
    .farmacy__list.show {
      opacity: 1;
      display: block !important; }
  .farmacy__list-item {
    background-color: white;
    padding: 20px;
    font-size: 1.4rem;
    font-weight: 300;
    border-radius: 10px;
    color: #454545;
    margin-bottom: 15px;
    opacity: 0;
    border: solid 1px transparent; }
    .farmacy__list-item:hover {
      border: solid 1px black; }
  .farmacy__tel, .farmacy__tel:focus, .farmacy__tel:active {
    outline: none;
    box-shadow: none;
    color: black;
    text-decoration: none;
    pointer-events: none; }
  .farmacy__loading {
    width: calc(100% - 30px);
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(-100%);
    transition: all ease-in-out .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .farmacy__loading.show {
      transform: translateY(0); }
    .farmacy__loading .spinner-border {
      width: 40px;
      height: 40px; }
  .farmacy__map {
    position: relative;
    overflow: hidden;
    background-color: black;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
    @media (max-width: 991px) {
      .farmacy__map {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        min-height: 400px; } }
  .farmacy .btn {
    padding: 10px 25px;
    font-size: 1.2rem; }

.box-fb {
  background-color: white; }

.partners {
  background-color: white;
  padding: 40px 0; }
  .partners .slick-slide {
    display: flex;
    justify-content: center; }
    .partners .slick-slide:not(.slick-current) {
      opacity: .5; }

.ads {
  background-color: white;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .ads .btn {
      width: fit-content; } }

.pathologies {
  padding: 40px 0;
  background-color: #F8E8C9; }
  .pathologies .box-fb {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 0 15px;
    text-decoration: none;
    user-select: none; }
    .pathologies .box-fb img {
      height: 200px;
      margin-bottom: 20px; }
  @media (max-width: 992px) {
    .pathologies__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .pathologies {
      display: flex;
      align-items: center;
      justify-content: space-around;
      border-radius: 15px; }
      .pathologies > h2 {
        text-align: left !important;
        margin-bottom: 0;
        margin: 0 30px; }
      .pathologies__title {
        font-size: 16px; }
      .pathologies .box-fb {
        margin: 0 10px; }
        .pathologies .box-fb img {
          height: auto;
          min-height: 70px; }
      .pathologies .slick-list {
        padding: 0 !important; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    .pathologies > h2 {
      display: none; } }

.accordion-item {
  border: none;
  margin-bottom: 2px;
  background-color: transparent; }
  .accordion-item:first-child button.accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  .accordion-item:last-child button.accordion-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .accordion-item:last-child button.accordion-button.collapsed {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
.accordion-button {
  position: relative;
  font: normal normal 900 22px/26px "Big Shoulders Display", cursive;
  color: white;
  display: flex;
  justify-content: center;
  background-color: #860052; }
  .accordion-button:not(.collapsed) {
    background-color: #860052;
    color: white; }
    .accordion-button:not(.collapsed)::after {
      background-image: url(../../assets/images/icon/arrow-down.svg);
      transform: rotate(180deg); }
  .accordion-button:focus {
    border: none;
    box-shadow: none; }
  .accordion-button::after {
    margin-left: 0;
    position: absolute;
    right: 15px;
    background-image: url(../../assets/images/icon/arrow-down.svg); }
.accordion-collapse {
  background-color: white; }
.accordion-body {
  padding: 24px; }

.breadcrumb {
  background-color: white;
  padding: 16px 0;
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .breadcrumb .container-lg {
    overflow-x: auto; }
  .breadcrumb ul li {
    list-style: none; }
    .breadcrumb ul li a {
      text-decoration: none;
      white-space: nowrap; }
      .breadcrumb ul li a::after {
        content: ">";
        margin: 0 8px; }
    .breadcrumb ul li:last-child span {
      font-weight: 900;
      color: #860052;
      white-space: nowrap;
      margin-right: 30px; }
  @media (min-width: 992px) {
    .breadcrumb {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
      .breadcrumb .container-lg {
        overflow-x: auto; } }

.filter-blog .box-fb {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 8px;
  padding: 20px; }
  .filter-blog .box-fb img {
    max-height: 70px; }
  .filter-blog .box-fb .h4 {
    font-size: 16px; }

.nav-link.active {
  color: #860052;
  text-decoration: none; }

.links {
  font-size: 2.2rem;
  margin: 20px 0;
  min-height: 40px;
  padding: 0;
  font-family: "Big Shoulders Display", cursive; }
  .links li {
    margin: 0 15px;
    list-style: none;
    margin-bottom: 15px; }
    .links li a {
      padding: 0 0 5px;
      text-decoration: none;
      border-bottom: solid 1px transparent;
      transition: all ease-in-out .2s; }
      .links li a i {
        font-size: 1.5rem;
        margin-left: 3px;
        margin-bottom: 2px; }
      .links li a a.active, .links li a:hover {
        color: #860052;
        border-bottom: solid 1px #860052; }

.pagination-container {
  display: flex;
  justify-content: center; }
  .pagination-container .pagination li {
    margin-left: 5px; }
    .pagination-container .pagination li a {
      font-size: 13px;
      width: 30px;
      height: 30px;
      border: solid 2px #860052;
      border-radius: 30px;
      display: block;
      display: flex;
      justify-content: center;
      align-items: center;
      user-select: none;
      text-decoration: none;
      background-color: white;
      color: #860052;
      line-height: 1; }
    .pagination-container .pagination li.active a {
      background-color: #860052;
      border-color: #860052;
      color: white; }
    .pagination-container .pagination li.PagedList-ellipses {
      display: none; }
    .pagination-container .pagination li.PagedList-skipToFirst a, .pagination-container .pagination li.PagedList-skipToPrevious a, .pagination-container .pagination li.PagedList-skipToNext a, .pagination-container .pagination li.PagedList-skipToLast a {
      font-size: 15px; }

.video-container {
  position: relative;
  overflow: hidden; }
  .video-container iframe {
    border-radius: 5px; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

:root {
  --header-size: 80px; }

html {
  overflow-x: hidden !important;
  font-size: 10px;
  height: 100%; }
  html body {
    font-size: 1.6rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #6A6653;
    height: 100%;
    background: #FBFAF2;
    background-image: url(../../assets/images/bg-body.png), linear-gradient(180deg, #F6EEE4 0%, #F6EEE4 100%);
    /* W3C */
    background-attachment: fixed; }
    html body .mobile {
      display: none; }
      @media (max-width: 990px) {
        html body .mobile {
          display: block !important; } }
    html body .desk {
      display: none; }
      @media (min-width: 991px) {
        html body .desk {
          display: block !important; } }
    html body .min-w--100 {
      min-width: 100%; }
    html body .behind {
      z-index: -1 !important; }
    html body label.error {
      display: block;
      margin-top: 3px;
      color: red; }
    html body .field-validation-error {
      display: block;
      margin-top: 3px; }
    html body main {
      overflow-x: hidden; }
      html body main.d {
        margin-top: 140px; }
        html body main.d.pinned {
          margin-top: 85px; }
      html body main.m {
        margin-top: 80px; }
    html body p {
      margin-bottom: 15px;
      font-weight: 300; }
    html body a {
      color: #6A6653; }
    html body .btn-gotoTop {
      transition: all ease-in-out .2s;
      z-index: 9999;
      position: fixed;
      bottom: 25px;
      right: 25px;
      opacity: 0; }
      html body .btn-gotoTop.show {
        opacity: .8; }
    html body .share {
      transition: all ease-in-out .2s;
      max-height: 52px;
      overflow: hidden;
      z-index: 9999;
      position: fixed;
      bottom: 100px;
      right: 25px;
      opacity: 0;
      border: solid 2px white;
      border-radius: 50px; }
      html body .share.expand {
        max-height: 1000px; }
        html body .share.expand ul {
          transform: translateY(0); }
      html body .share.show {
        opacity: .8; }
      html body .share ul {
        transition: all ease-in-out .1s;
        transform: translateY(-200px); }
      html body .share ul {
        height: 250px; }
      html body .share .btn-share {
        width: 50px;
        height: 50px;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        text-decoration: none;
        color: white; }
        html body .share .btn-share--lnk {
          font-size: 22px; }
        html body .share .btn-share .fa-whatsapp {
          font-size: 28px; }
    html body .farmacy__cta.block {
      padding: 20px 0; }
    html body .farmacy__cta .box-fb {
      padding: 30px 20px; }
    html body .farmacy__cta .h2 {
      font-size: 38px; }
    html body .farmacy__content .highlights {
      flex: 1;
      color: #4A4A4A;
      font-size: 22px;
      line-height: 1.2; }
    html body .farmacy__content .steps {
      flex: 1;
      font-size: 22px;
      line-height: 1.3; }
    @media (max-width: 1200px) {
      html body .farmacy__content .highlights {
        font-size: 18px; }
      html body .farmacy__content .steps {
        font-size: 16px; } }
    html body .home .farmacy__cta.block {
      padding: 20px 0; }
    html body .home .farmacy__cta .box-fb {
      padding: 30px 20px; }
    html body .home .farmacy__cta .h2 {
      font-size: 44px;
      font-weight: 600; }
    html body .home .farmacy__icon {
      max-width: 50px; }
    html body .home .farmacy__content .highlights {
      flex: 1;
      color: #4A4A4A;
      font-size: 22px;
      line-height: 1.2; }
    html body .home .farmacy__content .steps {
      text-align: center;
      font-size: 22;
      line-height: 1.3; }

.bootstrap-autocomplete a {
  font-size: 1.6rem;
  cursor: pointer; }

.modal-content {
  padding: 35px; }
