@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400&display=swap);
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.footer-container {
  background-color: #000;
  color: #fff;
  padding: 40px 32px;
  text-align: center;
  position: initial;
  bottom: 0;
  width: 100%;
  & h2 {
    font: 500 16px/12px "DM Sans", sans-serif;
    color: #fff;
    text-align: left;
    margin-bottom: 40px;
  }
  & .footer-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  & .footer-line:first-of-type {
    margin-bottom: 32px;
  }

  & address {
    display: block;
  }
  & address p {
    font: 400 14px/120% "DM Sans", sans-serif;
    color: #fff;
    text-align: right;
    margin: 0;
  }
  & address p.semibold {
    font: 500 14px/120% "DM Sans", sans-serif;
    color: #fff;
    text-align: right;
    margin: 0;
  }
  & .mobile-address {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer-container {
    padding: 24px 16px;
    & .footer-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      gap: 14px;
    }
    & h2 {
      font-size: 12px;
    }
    & .barra-mobile {
      width: 100%;
    }
    & address {
      display: none;
    }
    & address p {
      font: 400 12px/120% "DM Sans", sans-serif;
      color: #fff;
      text-align: left;
      margin: 0;
    }
    & address p.semibold {
      font: 500 12px/120% "DM Sans", sans-serif;
      color: #fff;
      text-align: left;
      margin: 0;
    }
    & .mobile-address {
      display: flex;
      gap: 32px;
      margin-top: 32px;
    }
    & .mobile-address__item p {
      font: 500 12px/120% "DM Sans", sans-serif;
      color: #fff;
      text-align: left;
      margin: 0;
    }
  }
}
.footer-container.footer-container-fixed {
  position: fixed;
}
.footer-container figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.footer-container figure img.barra-dekstop {
  display: block;
}
.footer-container figure img.barra-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .footer-container figure img.barra-dekstop {
    display: none;
  }
  .footer-container figure img.barra-mobile {
    display: block;
  }
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.font-sul-sans,
.gallery-modal__caption p,
.main-menu__list,
.post-body__left__list li:first-child,
.post-body__left__tags,
.post-body__read-more {
  font-family: "DM Sans", "Open Sans", sans-serif;
}
.font-garamond,
.post-body__left__list {
  font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
.font-size-title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.font-size-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.font-size-tag,
.post-body__left__tags {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 37px;
  line-height: 2.3125rem;
}
.font-size-caption,
.gallery-modal__caption p,
.post-body__left__list li:first-child,
.post-body__read-more {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.font-size-link,
.post-body__left__list {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.font-size-nav-table {
  font-size: 30px;
  font-size: 1.875rem;
}
.font-size-nav-filter {
  font-size: 22px;
  font-size: 1.375rem;
}
.font-size-filter-body {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 2.375rem;
}
@media (max-width: 991.98px) {
  .font-size-filter-body {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.font-size-nav-filter-sub {
  font-size: 24px;
  font-size: 1.5rem;
}
.font-size-nav,
.main-menu__list {
  font-size: 22px;
  font-size: 1.375rem;
}
.font-size-nav-small,
.main-menu__list--lang,
.main-menu__list--small {
  font-size: 18px;
  font-size: 1.125rem;
}
.font-size-page-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.main-menu__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-menu {
  background-color: #fff;
  /* background-image: url(../images/solar_marca.png); */
  background-repeat: no-repeat;
  background-position: right 20px bottom -20px;
  overflow: hidden;
  max-height: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition-property: max-height, visibility;
  transition-property: max-height, visibility;
  -webkit-transition-timing-function: ease, linear;
  transition-timing-function: ease, linear;
  -webkit-transition-duration: 0.5s, 0s;
  transition-duration: 0.5s, 0s;
  -webkit-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.main-menu.active {
  max-height: 400px;
  visibility: visible;
  -webkit-transition-property: max-height, visibility;
  transition-property: max-height, visibility;
  -webkit-transition-duration: 0.5s, 0s;
  transition-duration: 0.5s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.main-menu.over {
  position: fixed;
  top: 0;
  right: 0;
  width: max-content;
  left: auto;
}
.main-menu__container {
  display: block;
  width: auto;
  padding: 17px 30px;
  position: relative;
}
/* .main-menu__logo { rever
  position: absolute;
  top: 10px;
  right: 30px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
} */
.main-menu__logo {
  width: max-content;
  display: block;
  position: fixed;
  top: 11px;
  z-index: 1;
  padding-left: 10px;
  /* filter: invert(1); */
}
/* .main-menu__logo.friday {
  filter: none;
  background-color: #fff;
} */
.main-menu__logo img {
  width: 220px;
}
.main-menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
  margin: 20px 0 20px 0;
  text-transform: lowercase;
  font-weight: 700;
  line-height: 25px;
  line-height: 1.5625rem;
}
.main-menu__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-menu__list a {
  padding: 3px 0;
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: ease 0.2s color;
  transition: ease 0.2s color;
}
.main-menu__list a:hover {
  text-decoration: underline;
}
.main-menu__list:first-of-type,
.main-menu__list:last-of-type {
  margin: 0;
}
.main-menu__list--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 400;
  margin-top: 20px;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 0;
}
.main-menu__list--lang li {
  display: inline-block;
  margin-right: 12px;
}
.main-menu__list--lang a.active {
  font-weight: 700;
}
.main-menu__list--small {
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
}
/* .main-menu .closer {
  display: none;
} */
.main-menu__mobile-home-bt {
  position: absolute;
  width: 160px;
  height: 60px;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}
@media (max-width: 991.98px) {
  .main-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-height: 100%;
    min-height: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease, linear;
    transition-timing-function: ease, linear;
    -webkit-transition-duration: 0.5s, 0s;
    transition-duration: 0.5s, 0s;
    -webkit-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
    background-position: center bottom -40px;
    background-size: 215px 150px;
  }
  .main-menu.active {
    pointer-events: all;
    opacity: 1;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease, linear;
    transition-timing-function: ease, linear;
    -webkit-transition-duration: 0.5s, 0s;
    transition-duration: 0.5s, 0s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  .main-menu__logo {
    width: max-content;
    display: block;
    position: fixed;
    top: 11px;
    z-index: 1;
    padding-left: 10px;
    /* filter: invert(1); */
  }
  .main-menu__list {
    margin-top: 20px;
  }
  .main-menu .closer {
    display: block;
  }
  .main-menu__mobile-home-bt {
    display: block;
  }
}
.menu-caller {
  width: 32px;
  height: 18.4px;
  position: fixed;
  right: 30px;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  z-index: 98;
}
.menu-caller span {
  height: 2.4px;
  display: block;
  pointer-events: none;
  background-color: #000;
}

.closer {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 30px;
  top: 24px;
  cursor: pointer;
  z-index: 97;
}
.closer span {
  height: 2.4px;
  width: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  pointer-events: none;
  position: absolute;
  left: -5px;
  bottom: 12px;
  background-color: #000;
}
.closer span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post-body {
  margin-top: 170px;
  padding-bottom: 200px;
}
@media (max-width: 767.98px) {
  .post-body {
    margin-top: 60px;
  }
}
.post-body__right {
  margin-bottom: 170px;
}
@media (max-width: 991.98px) {
  .post-body__right {
    margin-bottom: 100px;
  }
}
.post-body__left {
  position: absolute;
}
@media (max-width: 991.98px) {
  .post-body__left {
    margin-bottom: 150px;
    position: relative;
  }
}
.post-body__left ul {
  max-width: 235px;
  padding: 15px;
}
.post-body__left ul:first-of-type {
  padding-top: 0;
}
.post-body__left li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-body__left a {
  text-decoration: none;
}
.post-body__left a:hover {
  color: #ff006c;
}
@media (max-width: 991.98px) {
  .post-body__left__tags {
    display: none;
  }
}
.post-body__left__tags li a {
  line-height: 32px;
  line-height: 2rem;
}
.post-body__left__tags li a:hover {
  font-size: 32px;
  font-size: 2rem;
}
.post-body__left__tags li:last-child {
  padding-bottom: 110px;
}
.post-body__left__list {
  text-indent: -15px;
  margin-left: 15px;
}
.post-body__left__list li:first-child {
  font-weight: 700;
  text-transform: uppercase;
  color: #ff006c;
}
.post-body__left__list li:first-child a {
  color: inherit;
}
.post-body__text {
  max-height: 900px;
  overflow: hidden;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
@media (max-width: 767.98px) {
  .post-body__text {
    padding: 0 8px;
  }
}
.post-body__text p {
  margin-bottom: 30px;
}
.post-body__read-more {
  margin-top: 30px;
  font-weight: 700;
  color: #ff006c;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease, linear;
  transition-timing-function: ease, linear;
  -webkit-transition-duration: 1s, 0s;
  transition-duration: 1s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
@media (max-width: 767.98px) {
  .post-body__read-more {
    margin-left: 15px;
  }
}
.post-body__read-more span {
  pointer-events: none;
}
.post-body__read-more span:last-child {
  margin-left: 20px;
  margin-top: 3px;
}
.post-body__read-more.open span:last-child {
  margin-top: 8px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.post-body__read-more.show {
  visibility: visible;
}
.gallery-modal + .post-body,
.gallery-modal--bottom + .post-body,
.scroll-gallery + .post-body {
  margin-top: 60px;
}
.chevron-arrow,
.chevron-arrow--down {
  border: 3px solid #ff006c;
  display: block;
  height: 10px;
  width: 10px;
}
.chevron-arrow--down {
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.image-gallery {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .image-gallery {
    margin-bottom: 50px;
  }
}
.image-gallery__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-gallery__item {
  padding-top: calc(33.3333333333% / 2);
  padding-bottom: calc(33.3333333333% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .image-gallery__item {
    padding-top: 25%;
    padding-bottom: 25%;
  }
}
@media (max-width: 767.98px) {
  .image-gallery__item {
    padding: 0;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.image-gallery__item img {
  position: absolute;
  max-width: calc(100% - 15px);
  max-height: calc(100% - 15px);
}
@media (max-width: 767.98px) {
  .image-gallery__item img {
    position: relative;
    max-height: unset;
    max-width: 100%;
  }
}
.image-gallery__item__caption {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (max-width: 767.98px) {
  .image-gallery__item__caption {
    display: block;
  }
}
.image-gallery .gallery-modal-bottom-caller {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
@media (max-width: 991.98px) {
  .image-gallery .gallery-modal-bottom-caller {
    display: none;
  }
}
.gallery-modal,
.gallery-modal--bottom {
  position: fixed;
  z-index: 100;
  background: #ff0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-timing-function: ease, linear;
  transition-timing-function: ease, linear;
  -webkit-transition-duration: 1s, 0s;
  transition-duration: 1s, 0s;
  -webkit-transition-delay: 0s, 1s;
  transition-delay: 0s, 1s;
}
.active.gallery-modal--bottom,
.gallery-modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 1s, 0s;
  transition-duration: 1s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.gallery-modal__container {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: auto 0;
  position: relative;
}
.gallery-modal__container__wrapper {
  width: 90%;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 5%;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .gallery-modal__container__wrapper {
    width: 75%;
    left: 12.5%;
  }
}
.gallery-modal__container__wrapper__arrow,
.gallery-modal__container__wrapper__arrow--forward,
.gallery-modal__container__wrapper__arrow--forward--bottom,
.gallery-modal__container__wrapper__arrow--previous,
.gallery-modal__container__wrapper__arrow--previous--bottom {
  position: absolute;
  top: 50%;
  bottom: 50%;
  width: 35px;
}
.gallery-modal__container__wrapper__arrow--forward,
.gallery-modal__container__wrapper__arrow--forward--bottom {
  right: -40px;
}
.gallery-modal__container__wrapper__arrow--previous,
.gallery-modal__container__wrapper__arrow--previous--bottom {
  left: -40px;
}
.gallery-modal__container__wrapper__arrow--previous img,
.gallery-modal__container__wrapper__arrow--previous--bottom img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.gallery-modal__container__wrapper .swiper-container-modal,
.gallery-modal__container__wrapper .swiper-container-modal--bottom {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.gallery-modal__container__wrapper .swiper-container-modal .swiper-slide,
.gallery-modal__container__wrapper
  .swiper-container-modal--bottom
  .swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-modal__container__wrapper .swiper-container-modal img,
.gallery-modal__container__wrapper .swiper-container-modal--bottom img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.gallery-modal__caption {
  min-width: 100%;
  max-height: 0;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  bottom: 0;
  margin-top: auto;
  -webkit-transition-property: height, max-height;
  transition-property: height, max-height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  margin-bottom: 0;
}
.gallery-modal__caption p {
  padding: 15px 30px;
  text-align: center;
  margin: 0;
}
.friday .main-menu {
  background-color: #fff;
}
.friday .main-menu__list a:hover {
  color: #ff0;
}
.friday.page {
  background-color: #fff;
  color: #000;
}
.friday.page .page-body {
  color: #000;
}
/* .friday.page .menu-caller span {
  background: #fff;
} */
.friday.page .page-body__text h2 {
  color: #000;
}
.friday.page .newsletter-form__holder input,
.friday.page .newsletter-form__holder input::-webkit-input-placeholder {
  color: #000;
}
.friday.page .newsletter-form__holder input,
.friday.page .newsletter-form__holder input:-ms-input-placeholder {
  color: #000;
}
.friday.page .newsletter-form__holder input,
.friday.page .newsletter-form__holder input::-ms-input-placeholder {
  color: #000;
}
.friday.page .newsletter-form__holder input,
.friday.page .newsletter-form__holder input::placeholder {
  color: #000;
}
.friday.page .newsletter-form__holder input {
  border-bottom-color: #000;
}
.friday.page .newsletter-form__holder__arrow {
  -webkit-filter: invert(1);
  filter: invert(1);
}
