/*------------------------------------------------------------
# Base
------------------------------------------------------------*/
body {
  background-image: linear-gradient(180deg, #4E2680 0%, #9A83B6 100%);
  color: #F9F9F9;
}
body.noscroll {
  overflow: hidden;
}

img,
iframe {
  max-width: 100%;
}

b, strong {
  font-weight: 600;
}

#main-content > section {
  padding: 2rem 0;
  clear: both;
}
@media screen and (min-width: 992px) {
  #main-content > section {
    padding: 4rem 0;
  }
}

.bg-light-deg {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px);
}

.lw {
  background: linear-gradient(90deg, #4E2680 -46.78%, #804ABE -6.29%, #CCC9FF 27.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.row .col-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 560px;
}
.row .col-img-rounded img {
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 560px;
}
.row .col-img-contain img {
  border-radius: 0.5rem;
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  max-height: 560px;
}
.row .col-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.row .col-text p:last-child {
  margin-bottom: 0;
}
.row .col-text .btn {
  width: 100%;
}
.row .col-media iframe, .row .col-media video, .row .col-media img {
  background: linear-gradient(90deg, #804ABE 0%, #3F2063 100%);
  border-radius: 2.5rem;
  width: 100%;
}
.row .col-media iframe, .row .col-media video {
  height: auto;
}
.row .col-media img {
  height: 100%;
  object-fit: cover;
  max-height: 560px;
}
@media screen and (max-width: 991px) {
  .row .col-img {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .row .col-text {
    font-size: 1.5rem;
  }
  .row .col-text .btn {
    width: auto;
  }
}

.section-borders .container {
  position: relative;
}
.section-borders .container::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #F9F9F9;
  border-radius: 0.5rem;
}
.section-borders h1, .section-borders h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 1;
}
.section-borders h1::after, .section-borders h2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F9F9F9;
  border-radius: 0.5rem;
}
@media screen and (min-width: 992px) {
  .section-borders .container::after {
    bottom: -4rem;
  }
  .section-borders h1, .section-borders h2 {
    white-space: nowrap;
  }
}

.title-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 1;
}
.title-line::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F9F9F9;
  border-radius: 0.5rem;
}
@media screen and (min-width: 992px) {
  .title-line {
    white-space: nowrap;
  }
}

.hera-cards-grid {
  position: relative;
}
.hera-cards-grid:not(.flickity-enabled) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding-top: 2rem;
}
.hera-cards-grid:not(.flickity-enabled) .hera-card {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hera-cards-grid:not(.flickity-enabled) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hera-cards-slider {
  position: relative;
}
.hera-cards-slider:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .hera-cards-slider .hera-card {
    width: calc(400px - 1.5rem);
    height: auto;
  }
}

.cta-container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* flickity slider responsive */
.fkty-slider:after {
  content: "flickity";
  display: none;
}

.fkty-slider-mobile:after {
  content: "flickity";
  display: none;
}
@media screen and (min-width: 992px) {
  .fkty-slider-mobile:after {
    content: "";
  }
}

.fkty-slider-desktop:after {
  content: "";
}
@media screen and (min-width: 992px) {
  .fkty-slider-desktop:after {
    content: "flickity";
    display: none;
  }
}

.flickity-enabled {
  display: block;
}
.flickity-enabled .flickity-slider > * {
  margin-right: 1.5rem;
  margin-bottom: 2rem;
}
.flickity-enabled .flickity-prev-next-button {
  border-radius: 50%;
  border: 2px solid #F9F9F9;
  height: 3.25rem;
  width: 3.25rem;
}
.flickity-enabled .flickity-prev-next-button .flickity-button-icon {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  fill: #F9F9F9;
}
.flickity-enabled .flickity-page-dots .dot {
  border: none;
  border-radius: 1rem;
  height: 0.5rem;
  width: 0.5rem;
  margin: 0 6px;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
  background: #4E2680;
  width: 2rem;
}
.flickity-enabled .flickity-page-dots > .dot:only-child {
  display: none;
}

.slider-numbers {
  padding-top: 6rem;
}
.slider-numbers .flickity-page-dots {
  position: absolute;
  top: 4rem;
  justify-content: flex-start;
}
.slider-numbers .flickity-page-dots .dot {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  background: #F9F9F9;
  border: none;
  height: 2px;
  width: 4rem;
  flex-grow: 1;
  border-radius: 2px;
  opacity: 0.4;
  counter-increment: dot;
}
.slider-numbers .flickity-page-dots .dot::before {
  content: counter(dot);
  font-size: 2rem;
  font-weight: 700;
  color: #F9F9F9;
}
.slider-numbers .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.slider-numbers .flickity-prev-next-button {
  display: none;
}

/* Elements
 --------------------------------------------- */
/* Scroll */
::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  border-radius: 16px;
}
main ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #4E2680;
  transition: all 0.2s ease;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover {
  background-color: rgb(101.9638554217, 49.6746987952, 167.3253012048);
}
main ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  visibility: hidden;
}

main :active::-webkit-scrollbar-thumb,
main :focus::-webkit-scrollbar-thumb,
main :hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

::-webkit-scrollbar-track {
  background-color: #ededee;
}
main ::-webkit-scrollbar-track {
  border: 2px solid transparent;
  background-clip: content-box;
}

/* Selection */
::selection {
  background-color: #804ABE;
  color: #fff;
}

/*------------------------------------------------------------
# Layouts
------------------------------------------------------------*/
/* header */
.hera-header {
  background-color: #fff;
  border-radius: 5rem;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 1rem;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 10;
}
.hera-header ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hera-header a {
  text-decoration: none;
}
.hera-header__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.hera-header__logo {
  max-width: 40%;
}
.hera-header__logo a {
  display: inline-block;
}
.hera-header__logo img,
.hera-header__logo .custom-logo {
  width: auto;
  height: 32px;
  margin: 0.5rem;
}
.hera-header__menu {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.hera-header__links {
  display: none;
}
.hera-header__links ul {
  display: flex;
  gap: 2rem;
}
.hera-header__links ul li img {
  height: 2rem;
  width: auto;
}
.hera-header.hera-menu--show {
  position: relative;
  height: 100vh;
  z-index: 5;
}
.hera-header.hera-menu--show .hera-header__overlay {
  position: fixed;
  top: auto;
  height: 100%;
  width: 100%;
  background-color: #4E2680;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}
.hera-header.hera-menu--show .hera-header__wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .hera-header {
    top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  .hera-header__wrapper {
    flex-wrap: nowrap;
  }
  .hera-header__logo img,
  .hera-header__logo .custom-logo {
    height: 48px;
  }
  .hera-header__toggle {
    display: none;
  }
  .hera-header__menu {
    display: block;
  }
  .hera-header__links {
    display: block;
    padding-left: 2rem;
  }
}

ul.hera-menu {
  display: none;
}
ul.hera-menu ul {
  box-shadow: 0px 4px 6px 0px rgba(48, 48, 48, 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
ul.hera-menu ul li a {
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
}
ul.hera-menu ul a {
  color: #303030;
}
ul.hera-menu li {
  position: relative;
}
ul.hera-menu li.menu-item-has-children > a {
  position: relative;
  display: flex;
  justify-content: space-between;
}
ul.hera-menu li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7553 0.8314C15.3955 0.42779 14.7559 0.389345 14.3362 0.735296L8 5.96301L1.66381 0.735296C1.24407 0.389345 0.604472 0.42779 0.24469 0.8314C-0.115092 1.23501 -0.0750798 1.85005 0.344666 2.196L8 8.5L15.6553 2.196C16.0751 1.85005 16.1151 1.23501 15.7553 0.8314Z' fill='%235296A5'/%3E%3C/svg%3E%0A");
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.4s ease;
  margin-left: 0.5rem;
}
ul.hera-menu li.menu-item-has-children:hover > a::after, ul.hera-menu li.menu-item-has-children:focus > a::after {
  transform: rotate(0deg);
}
ul.hera-menu li.menu-item-has-children:hover > ul, ul.hera-menu li.menu-item-has-children:focus > ul {
  height: auto;
}
ul.hera-menu > li:last-child a {
  position: relative;
  background-color: #fff;
  border-radius: 0.4rem;
  margin-left: 2rem;
  padding: 0.75rem 2rem;
}
ul.hera-menu > li:last-child a::before {
  content: "";
  background: linear-gradient(90deg, #4E2680 24.39%, #7D48BA 72.46%, #CCC9FF 112.17%);
  border-radius: 0.5rem;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}
ul.hera-menu a {
  color: #4E2680;
  font-weight: 600;
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
ul.hera-menu a:hover {
  color: #4E2680;
}
@media screen and (max-width: 991px) {
  ul.hera-menu > li > a {
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
  }
  ul.hera-menu ul {
    box-shadow: none;
  }
}
ul.hera-menu .current_page_item > a,
ul.hera-menu .current-menu-item > a,
ul.hera-menu .current_page_ancestor > a,
ul.hera-menu .current-menu-ancestor > a {
  color: #4E2680;
}
.hera-menu--show ul.hera-menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  ul.hera-menu {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
  }
  ul.hera-menu ul {
    position: absolute;
    top: 100%;
    left: auto;
    border-radius: 0.675rem;
    min-width: 220px;
  }
  ul.hera-menu ul ul {
    top: 0;
  }
  ul.hera-menu ul li:hover a, ul.hera-menu ul li:focus a {
    text-decoration: underline;
  }
  ul.hera-menu ul li:hover > ul, ul.hera-menu ul li:hover > ul, ul.hera-menu ul li:focus > ul, ul.hera-menu ul li:focus > ul {
    display: block;
    left: auto;
  }
  ul.hera-menu ul li:last-child a {
    border-bottom: none;
  }
  ul.hera-menu li.menu-item-has-children > a {
    position: relative;
  }
  ul.hera-menu li.menu-item-has-children > a::after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7553 0.8314C15.3955 0.42779 14.7559 0.389345 14.3362 0.735296L8 5.96301L1.66381 0.735296C1.24407 0.389345 0.604472 0.42779 0.24469 0.8314C-0.115092 1.23501 -0.0750798 1.85005 0.344666 2.196L8 8.5L15.6553 2.196C16.0751 1.85005 16.1151 1.23501 15.7553 0.8314Z' fill='white'/%3E%3C/svg%3E%0A");
    transform: none;
    margin-left: 0.5rem;
  }
  ul.hera-menu a {
    white-space: nowrap;
  }
  .hera-menu--show ul.hera-menu {
    flex-direction: row;
  }
}

.hera-menu-toggle {
  background: inherit;
  border: none;
  margin-left: auto;
}
.hera-menu-toggle.close {
  background-color: #ededee;
  position: absolute;
  top: 1.25rem;
  right: 0.625rem;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .hera-menu-toggle {
    display: none;
  }
}

/* footer */
.hera-footer {
  background-image: url("./img/vector-deg-footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.hera-footer__columns {
  display: grid;
  grid-template-areas: "logo logo" "social social" "navigation navigation" "contact contact" "newsletter newsletter" "copyright copyright";
  align-items: flex-start;
}
.hera-footer__column {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  width: 100%;
}
.hera-footer__column__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.hera-footer__logo {
  grid-area: logo;
  text-align: center;
}
.hera-footer__logo a {
  display: inline-block;
}
.hera-footer__logo img,
.hera-footer__logo .custom-logo {
  width: auto;
  height: 100px;
}
.hera-footer__navigation {
  grid-area: navigation;
}
.hera-footer__navigation ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hera-footer__contact {
  grid-area: contact;
}
.hera-footer__contact ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.hera-footer__social {
  grid-area: social;
  align-items: center;
}
.hera-footer__social ul li {
  display: inline-block;
}
.hera-footer__social ul li:not(:last-child) {
  margin-right: 1rem;
}
.hera-footer__social img.logo-social {
  height: 36px;
  width: auto;
}
.hera-footer__newsletter {
  grid-area: newsletter;
}
.hera-footer__copyright {
  grid-area: copyright;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  border-top: 1px solid #fff;
}
.hera-footer p {
  margin-bottom: 0.5rem;
}
.hera-footer__info {
  margin-top: 2rem;
}
.hera-footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hera-footer a {
  color: #fff;
  text-decoration: none;
}
.hera-footer a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .hera-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hera-footer__columns {
    grid-template-areas: "logo logo logo logo" "navigation contact newsletter newsletter" "copyright copyright copyright copyright" "social social social social";
    align-items: stretch;
  }
  .hera-footer__column {
    padding: 1.25rem 2rem;
    width: auto;
    max-width: 100%;
  }
  .hera-footer__social {
    position: relative;
    z-index: 2;
    margin: -5.5rem auto 0;
    width: fit-content;
    text-align: center;
  }
  .hera-footer__social ul li {
    display: inline-block;
    margin: 1rem;
  }
  .hera-footer__copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}

.sticky-contact-button {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  transform: translateY(-50%) scale(-1);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.sticky-contact-button .btn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0 0.75rem 0.75rem 0;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: padding-left 0.3s ease;
}
.sticky-contact-button .btn:hover {
  padding-left: 4rem;
}

/* banners */
.hera-banner {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hera-banner h1, .hera-banner h2 {
  color: #fff;
}
.hera-banner .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.hera-banner__wrapper {
  background-image: linear-gradient(180deg, #4E2680 43.92%, #8556BC 95.61%, #7D48BA 135.13%);
  color: #fff;
  border-end-start-radius: 2.75rem;
  border-end-end-radius: 2.75rem;
  padding-left: 0;
  padding-right: 0;
}
.hera-banner__box {
  padding: 2rem 1rem;
}
.hera-banner__box p {
  font-size: 1rem;
}
.hera-banner__box, .hera-banner__bg {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hera-banner__box {
    order: 1;
    padding: 3rem 2rem;
    width: 50%;
  }
  .hera-banner__box p {
    font-size: 1.5rem;
  }
  .hera-banner__bg {
    order: 0;
    text-align: left;
    width: 50%;
  }
  .hera-banner__bg img {
    max-height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .hera-banner__box {
    width: 55%;
  }
  .hera-banner__box p {
    font-size: 2rem;
  }
  .hera-banner__bg {
    width: 45%;
  }
}

.hera-banner-top-slider {
  display: block;
  padding: 0;
}
.hera-banner-top-slider .flickity-page-dots {
  position: absolute;
  bottom: 0;
}
.hera-banner-top__slide {
  width: 100%;
}
.hera-banner-top__bg {
  width: 100%;
  height: 340px;
}
.hera-banner-top__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hera-banner-top__box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .hera-banner-top__bg {
    aspect-ratio: 21/9;
    height: auto;
    max-height: 540px;
  }
}

.banner-scroll-arrow {
  background-color: transparent;
  color: #F9F9F9;
  border: 1px solid #F9F9F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 4rem auto 0;
}
.banner-scroll-arrow .icon {
  color: inherit;
  font-size: 1.25rem;
}

/*------------------------------------------------------------
# Components
------------------------------------------------------------*/
/* Estilos por defecto de Wordpress */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.post-thumbnail img {
  height: 400px;
  max-height: 35vh;
  width: 100%;
  object-fit: cover;
}
.post-thumbnail + .entry-header, .post-thumbnail + .page-header {
  padding: 2rem 0 0;
}

.entry-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.entry-meta a {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .entry-meta {
    margin-bottom: 2rem;
  }
}

.cat-links a {
  background-color: #CCC9FF;
  color: #4E2680;
  border-radius: 0.5rem;
  display: inline-block;
  font-family: "Wavehaus", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  width: fit-content;
}

.entry-header,
.page-header {
  padding: 2rem 0 0;
}
.entry-header .entry-title + p,
.entry-header .page-title + p,
.page-header .entry-title + p,
.page-header .page-title + p {
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .entry-header,
  .page-header {
    padding: 4rem 0 0;
  }
}

.entry-footer,
.page-footer {
  padding: 0 0 2rem;
}
@media screen and (min-width: 992px) {
  .entry-footer,
  .page-footer {
    padding: 0 0 4rem;
  }
}

.entry-title,
.page-title {
  margin-bottom: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.hentry .comments-link {
  display: block;
}
.hentry .edit-link {
  display: block;
  margin-top: 1rem;
}
.hentry .edit-link a {
  color: #804ABE;
  font-weight: 800;
  font-size: 1.5rem;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

/* accordeon */
.hera-accordion {
  --hera-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --hera-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --hera-accordion-btn-icon-width: 2rem;
}
.hera-accordion .accordion-item {
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.hera-accordion .accordion-header {
  white-space: normal;
  width: 100%;
}
.hera-accordion .accordion-header::after {
  display: none;
}
.hera-accordion .accordion-button {
  background: #4E2680;
  border-radius: 1rem;
  color: #fff;
  padding: 0.5rem 1rem;
}
.hera-accordion .accordion-body {
  color: var(--hera-primary, #4e2680);
}
.hera-accordion .accordion-body h3, .hera-accordion .accordion-body h4, .hera-accordion .accordion-body h5, .hera-accordion .accordion-body h6 {
  color: inherit;
}
.hera-accordion .accordion-body h3 {
  font-size: 1.125rem;
}
.hera-accordion .accordion-body h4, .hera-accordion .accordion-body h5, .hera-accordion .accordion-body h6 {
  font-size: 1rem;
}
.hera-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .hera-accordion .accordion-button {
    font-size: 2rem;
    padding: 0.75rem 2rem;
  }
}

/* buttons */
.btn {
  font-weight: 600;
}

/* cards */
.hera-card {
  background-color: #F9F9F9;
  border: none;
  border-radius: 2.5rem;
  color: #303030;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 400px;
}
.hera-card a:not(.btn) {
  color: #303030;
  text-decoration: none;
}
.hera-card .hera-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2rem;
}
.hera-card__img {
  display: inline-block;
  border-radius: 2.5rem;
  object-fit: cover;
  height: 260px;
  width: 100%;
}
.hera-card__title {
  color: #4E2680;
  font-size: 1.5rem;
}
.hera-card__subtitle {
  color: #303030;
  font-size: 1.125rem;
  font-weight: 400;
}
.hera-card__text {
  color: #303030;
}
.hera-card__text p:last-child {
  margin-bottom: 0;
}
.hera-card__text strong {
  font-weight: 600;
}
.hera-card__cta {
  margin-top: auto;
  margin-bottom: 0;
}
.hera-card--blog {
  border-radius: 0.5rem;
  border: 1px solid #4E2680;
}
.hera-card--blog > a {
  border-radius: 2.5rem;
  overflow: hidden;
}
.hera-card--blog .hera-card-body {
  padding: 1rem;
}
.hera-card--blog .hera-card__img {
  background: #CCC9FF;
  border-radius: 0.8rem;
  opacity: 1;
  transition: all 0.3s ease;
}
.hera-card--blog .hera-card__title {
  position: relative;
  color: #303030;
  font-family: "Wavehaus", sans-serif;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.hera-card--blog .hera-card__title a {
  color: inherit;
}
.hera-card--blog .hera-card__text {
  color: #303030;
}
.hera-card--blog .hera-card__cat .cat-links a {
  background-color: #CCC9FF;
  color: #4E2680;
  border-radius: 0.5rem;
  display: inline-block;
  font-family: "Wavehaus", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  width: fit-content;
}
.hera-card--blog .hera-card__cta {
  margin-top: 1rem;
}
.hera-card--blog .hera-card__cta .btn {
  background: linear-gradient(90deg, #804ABE 0%, #3F2063 100%);
}
.hera-card--blog .hera-card__meta {
  display: flex;
  gap: 1.25rem;
  margin-top: 1rem;
}
.hera-card--blog:hover .hera-card__img {
  opacity: 0.9;
}
@media screen and (min-width: 992px) {
  .hera-card .hera-card__text {
    font-size: 1.125rem;
  }
  .hera-card--servicio .hera-card__img {
    height: 200px;
    object-fit: cover;
  }
}

/*------------------------------------------------------------
# Pages
------------------------------------------------------------*/
.hera-servicios .row .col-slider {
  background-color: rgba(204, 201, 255, 0.25);
  border-radius: 0.25rem;
}
.hera-servicios .hera-cards-slider .hera-card {
  background-color: transparent;
  width: 100%;
}
.hera-servicios .hera-cards-slider .hera-card__img {
  margin-top: 1rem;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}
.hera-servicios .hera-cards-slider .hera-card__title {
  color: #F9F9F9;
  font-size: 1.25rem;
}
.hera-servicios .hera-cards-slider .hera-card__text {
  color: #F9F9F9;
}
.hera-servicios .hera-cards-slider .hera-card .hera-card-body {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .hera-servicios {
    position: relative;
  }
  .hera-servicios .row {
    min-height: 560px;
  }
  .hera-servicios .row .col-img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%);
    z-index: 1;
    max-width: 320px;
  }
  .hera-servicios .row .col-slider {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 4rem 12%;
    width: 55%;
  }
  .hera-servicios .hera-cards-slider {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .hera-servicios .hera-cards-slider .hera-card__title {
    font-size: 2rem;
  }
  .hera-servicios .hera-cards-slider .flickity-page-dots .dot::before {
    font-size: 3rem;
  }
}

.hera-clientes {
  background-color: #F9F9F9;
}
.hera-clientes h2 {
  color: #4E2680;
  text-align: center;
}
.hera-clientes .hera-clientes-slider img {
  max-height: 80px;
  width: 260px;
  margin: 2rem;
}
.hera-clientes .hera-clientes-slider .flickity-slider {
  display: flex;
  align-items: center;
}
.hera-clientes .hera-clientes-slider .flickity-button {
  display: none;
}

.hera-blog .hera-blog-grid:not(.flickity-enabled) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.hera-blog .hera-blog-grid:not(.flickity-enabled) .hera-card--blog {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hera-blog .hera-blog-grid:not(.flickity-enabled) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hera-contacto {
  border-top: 2px solid #F9F9F9;
  border-bottom: 2px solid #F9F9F9;
}
.hera-contacto .row .col-img-contain {
  margin-bottom: -2rem;
}
.hera-contacto .form-container {
  border-radius: 2.5rem;
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
}
.hera-contacto .form-container form label {
  color: #fff;
}
.hera-contacto .form-container form input, .hera-contacto .form-container form select, .hera-contacto .form-container form textarea {
  background-color: rgba(217, 217, 217, 0.25);
  border: none;
  color: #fff;
}
.hera-contacto .form-container form input::placeholder, .hera-contacto .form-container form select::placeholder, .hera-contacto .form-container form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hera-contacto .form-container form select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.hera-contacto .form-container form select option {
  color: #303030;
}
@media screen and (min-width: 992px) {
  .hera-contacto .row {
    position: relative;
  }
  .hera-contacto .row .col-img-contain {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    margin-bottom: -4rem;
  }
}

.nosotros-intro .row:not(:last-child) {
  border-bottom: 2px solid #F9F9F9;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.nosotros-intro .row .col-img .hera-gallery-slider img {
  height: auto;
  margin: 0;
}

.nosotros-historia {
  background-color: rgba(249, 249, 249, 0.15);
  padding-top: 2rem;
}
.nosotros-historia .historia-content {
  column-count: 1;
  column-gap: 1.5rem;
}
.nosotros-historia .historia-linea {
  padding-top: 2rem;
}
.nosotros-historia .historia-linea .nav-tabs {
  border-bottom: none;
}
.nosotros-historia .historia-linea .nav-item {
  flex-grow: 1;
}
.nosotros-historia .historia-linea .nav-item .nav-link {
  position: relative;
  background-color: transparent;
  border: none;
  color: #F9F9F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  width: 100%;
}
.nosotros-historia .historia-linea .nav-item .nav-link .circle {
  display: block;
  border-radius: 50%;
  background-color: #F9F9F9;
  width: 12px;
  height: 12px;
  margin-top: 0.5rem;
}
.nosotros-historia .historia-linea .nav-item .nav-link .circle::before {
  content: "";
  position: absolute;
  border-radius: 1rem;
  background-color: #F9F9F9;
  top: 72%;
  left: auto;
  right: 52%;
  height: 3px;
  width: 96%;
}
.nosotros-historia .historia-linea .nav-item .nav-link .circle::after {
  content: "";
  position: absolute;
  border-radius: 1rem;
  background-color: #F9F9F9;
  top: 72%;
  left: 52%;
  right: auto;
  height: 3px;
  width: 96%;
}
.nosotros-historia .historia-linea .nav-item:first-of-type .circle::before {
  left: 0%;
  width: 48%;
}
.nosotros-historia .historia-linea .nav-item:last-of-type .circle::after {
  left: auto;
  right: 0%;
  width: 48%;
}
.nosotros-historia .historia-linea .nav-item .nav-link.active .circle {
  background-color: #4E2680;
}
.nosotros-historia .historia-linea .nav-item .nav-link.active .circle::before {
  background-color: #4E2680;
  z-index: 1;
}
.nosotros-historia .historia-linea .hitos-slider {
  padding-top: 2rem;
}
.nosotros-historia .historia-linea .hitos-slider .hito-slide {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nosotros-historia .historia-content {
    column-count: 2;
  }
  .nosotros-historia .historia-content p {
    font-size: 1.25rem;
  }
  .nosotros-historia .historia-linea .hitos-slider .flickity-prev-next-button.previous {
    left: -4rem;
  }
  .nosotros-historia .historia-linea .hitos-slider .flickity-prev-next-button.next {
    right: -4rem;
  }
}

.nosotros-equipo .hera-cards-grid:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nosotros-equipo .hera-cards-grid .hera-card {
  position: relative;
  background-color: transparent;
  border-radius: 0.5rem;
}
.nosotros-equipo .hera-cards-grid .hera-card .hera-card-body {
  background: rgba(var(--hera-primary-rgb), 0.8);
  border-radius: 0.5rem;
  justify-content: flex-end;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.nosotros-equipo .hera-cards-grid .hera-card .card-inner-transition {
  position: relative;
}
.nosotros-equipo .hera-cards-grid .hera-card__img {
  border-radius: 0.5rem;
  aspect-ratio: 3/4;
  height: auto;
}
.nosotros-equipo .hera-cards-grid .hera-card__title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.nosotros-equipo .hera-cards-grid .hera-card__subtitle {
  border-bottom: 2px solid #F9F9F9;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.nosotros-equipo .hera-cards-grid .hera-card__text {
  color: #fff;
  font-size: 1rem;
}
.nosotros-equipo .hera-cards-grid .hera-card__icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.nosotros-equipo .hera-cards-grid .hera-card__icons img {
  display: inline-block;
  height: 2rem;
  width: auto;
}
.nosotros-equipo .hera-cards-slider .hera-card {
  transition: background 0.3s ease;
  width: 640px;
}
.nosotros-equipo .hera-cards-slider .hera-card .hera-card-body {
  align-items: center;
  text-align: center;
}
.nosotros-equipo .hera-cards-slider .hera-card .hera-card-body ul {
  list-style-position: inside;
  padding-left: 0;
}
.nosotros-equipo .hera-cards-slider .hera-card__title {
  color: #303030;
  font-family: "Wavehaus", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  position: relative;
  width: 100%;
}
.nosotros-equipo .hera-cards-slider .hera-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 1px;
  background: #303030;
  transform: translateX(-50%);
}
.nosotros-equipo .hera-cards-slider .hera-card:hover {
  background: linear-gradient(90deg, #804ABE 0%, #3F2063 100%);
}
.nosotros-equipo .hera-cards-slider .hera-card:hover svg {
  filter: brightness(1000%) grayscale(1);
}
.nosotros-equipo .hera-cards-slider .hera-card:hover .hera-card__title, .nosotros-equipo .hera-cards-slider .hera-card:hover .hera-card__text {
  color: #fff;
}
.nosotros-equipo .hera-cards-slider .hera-card:hover .hera-card__title::after {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .nosotros-equipo .hera-cards-grid:not(.flickity-enabled) {
    flex-wrap: nowrap;
  }
  .nosotros-equipo .hera-cards-grid:not(.flickity-enabled) .hera-card {
    transition: width 0.3s ease;
    min-width: 1px;
    width: calc(33.333333% - 1rem);
  }
  .nosotros-equipo .hera-cards-grid:not(.flickity-enabled) .hera-card .card-inner-transition {
    transform: rotate3d(0, 0, 0, 0deg);
    transition: transform 0.6s ease;
  }
  .nosotros-equipo .hera-cards-grid:not(.flickity-enabled) .hera-card .hera-card__text {
    height: 0px;
    max-height: 0% !important;
    overflow: hidden;
    transition: max-height 1s 0.2s ease;
  }
  .nosotros-equipo .hera-cards-grid:not(.flickity-enabled) .hera-card:hover .card-inner-transition {
    transform: rotate3d(0, 1, 0, 360deg);
  }
  .nosotros-equipo .hera-cards-grid:not(.flickity-enabled) .hera-card:hover .hera-card-body {
    height: 100%;
  }
  .nosotros-equipo .hera-cards-grid:not(.flickity-enabled) .hera-card:hover .hera-card__text {
    height: auto;
    max-height: 100% !important;
  }
}

.servicios-razones .row .col-slider {
  background-color: rgba(204, 201, 255, 0.25);
  border-radius: 0.25rem;
}
.servicios-razones .hera-cards-slider .hera-card {
  background-color: transparent;
  width: 100%;
}
.servicios-razones .hera-cards-slider .hera-card__img {
  margin-top: 1rem;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}
.servicios-razones .hera-cards-slider .hera-card__title {
  color: #F9F9F9;
  font-size: 1.25rem;
}
.servicios-razones .hera-cards-slider .hera-card__text {
  color: #F9F9F9;
}
.servicios-razones .hera-cards-slider .hera-card .hera-card-body {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .servicios-razones {
    position: relative;
  }
  .servicios-razones .row {
    min-height: 560px;
  }
  .servicios-razones .row .col-img-contain {
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translateY(-60%);
    z-index: 1;
    max-width: 320px;
  }
  .servicios-razones .row .col-slider {
    position: absolute;
    right: 0;
    height: auto;
    top: 20%;
    bottom: 0;
    margin-bottom: 4rem;
    padding: 4rem 15%;
    width: 80%;
  }
  .servicios-razones .hera-cards-slider {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .servicios-razones .hera-cards-slider .hera-card__title {
    font-size: 2rem;
  }
  .servicios-razones .hera-cards-slider .flickity-page-dots .dot::before {
    font-size: 3rem;
  }
}

.servicios-contacto {
  background-color: rgba(249, 249, 249, 0.15);
}
.servicios-contacto .row .col-img-contain img {
  max-height: 400px;
  margin-bottom: -2rem;
}
@media screen and (min-width: 992px) {
  .servicios-contacto .row .col-img-contain img {
    margin-bottom: -4rem;
  }
}

.metodologia-pilares .row .col-slider {
  background-color: rgba(204, 201, 255, 0.25);
  border-radius: 0.25rem;
}
.metodologia-pilares .hera-cards-slider .hera-card {
  background-color: transparent;
  width: 100%;
}
.metodologia-pilares .hera-cards-slider .hera-card__img {
  margin-top: 1rem;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}
.metodologia-pilares .hera-cards-slider .hera-card__title {
  color: #F9F9F9;
  font-size: 1.25rem;
}
.metodologia-pilares .hera-cards-slider .hera-card__text {
  color: #F9F9F9;
}
.metodologia-pilares .hera-cards-slider .hera-card .hera-card-body {
  padding: 0;
}
.metodologia-pilares .hera-cards-slider .flickity-page-dots .dot:nth-child(1)::before {
  content: "H";
}
.metodologia-pilares .hera-cards-slider .flickity-page-dots .dot:nth-child(2)::before {
  content: "E";
}
.metodologia-pilares .hera-cards-slider .flickity-page-dots .dot:nth-child(3)::before {
  content: "R";
}
.metodologia-pilares .hera-cards-slider .flickity-page-dots .dot:nth-child(4)::before {
  content: "A";
}
@media screen and (min-width: 992px) {
  .metodologia-pilares {
    position: relative;
  }
  .metodologia-pilares .row {
    min-height: 400px;
  }
  .metodologia-pilares .row .col-img-contain {
    position: absolute;
    top: 70%;
    left: 10%;
    transform: translateY(-70%);
    z-index: 1;
    max-width: 320px;
  }
  .metodologia-pilares .row .col-slider {
    position: absolute;
    right: 0;
    height: auto;
    top: 35%;
    bottom: 0;
    margin-bottom: 4rem;
    padding: 4rem 15%;
    width: 80%;
  }
  .metodologia-pilares .hera-cards-slider {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .metodologia-pilares .hera-cards-slider .hera-card__title {
    font-size: 2rem;
  }
  .metodologia-pilares .hera-cards-slider .flickity-page-dots .dot::before {
    font-size: 3rem;
  }
}

.metodologia-monitoreo {
  position: relative;
  overflow: hidden;
}
.metodologia-monitoreo::before {
  content: "";
  background-image: url(./img/logo-influencity.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 0%;
  right: -10rem;
  pointer-events: none;
  opacity: 0.15;
}
.metodologia-monitoreo .hera-cards-grid .hera-card {
  background-color: #CCC9FF;
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
}
.metodologia-monitoreo .hera-cards-grid .hera-card .hera-card-body {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.metodologia-monitoreo .hera-cards-grid .hera-card__title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.metodologia-monitoreo .hera-cards-grid .hera-card__text {
  color: #4E2680;
}
@media screen and (min-width: 992px) {
  .metodologia-monitoreo::before {
    right: -14rem;
    height: 85%;
  }
  .metodologia-monitoreo .hera-cards-grid {
    margin-left: auto;
    margin-right: auto;
  }
  .metodologia-monitoreo .hera-cards-grid .hera-card__title {
    font-size: 7.5rem;
  }
}

.metodologia-procedimientos .procedimientos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.5rem;
}
.metodologia-procedimientos .procedimiento {
  background: #F9F9F9;
  border-radius: 0.5rem;
  color: #4E2680;
  display: inline-flex;
  flex-wrap: wrap;
  place-content: center;
  margin-bottom: 0;
  padding: 1rem 2rem;
  text-align: center;
}
.metodologia-procedimientos .procedimiento h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .metodologia-procedimientos .procedimientos-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .metodologia-procedimientos .procedimientos-grid .procedimiento {
    grid-row-end: span 1;
    grid-column-end: span 2;
  }
  .metodologia-procedimientos .procedimientos-grid .procedimiento:nth-child(1) {
    grid-column-start: span 2;
  }
  .metodologia-procedimientos .procedimientos-grid .procedimiento:nth-child(2) {
    grid-column-start: span 2;
  }
  .metodologia-procedimientos .procedimientos-grid .procedimiento:nth-child(3) {
    grid-column-start: span 3;
  }
  .metodologia-procedimientos .procedimientos-grid .procedimiento:nth-child(4) {
    grid-column-start: span 1;
  }
  .metodologia-procedimientos .procedimientos-grid .procedimiento:nth-child(5n) {
    grid-column-start: 5;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .metodologia-procedimientos .procedimientos-grid .procedimiento:last-child {
    font-size: 2.5rem;
  }
}

.metodologia-rrss .hera-cards-slider .hera-card {
  background-color: #CCC9FF;
  border-radius: 0.5rem;
}
.metodologia-rrss .hera-cards-slider .hera-card .hera-card-body {
  padding: 1rem 2rem;
}
.metodologia-rrss .hera-cards-slider .hera-card__img {
  height: 5rem;
  width: auto;
  object-fit: contain;
  margin-top: 1rem;
}
.metodologia-rrss .hera-cards-slider .hera-card__text {
  color: #4E2680;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .metodologia-rrss .hera-cards-slider .hera-card {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .metodologia-rrss .hera-cards-slider .hera-card {
    width: calc(25% - 1.5rem);
  }
}

.metodologia-influencers {
  background-color: rgba(249, 249, 249, 0.15);
}
.metodologia-influencers .row .col-influencer {
  padding-bottom: 2rem;
  padding-left: 3rem;
}
.metodologia-influencers .row .col-influencer::before {
  content: "";
  position: absolute;
  background-color: #F9F9F9;
  height: 100%;
  width: 4px;
  top: 1rem;
  left: 22px;
  pointer-events: none;
}
.metodologia-influencers .row .col-influencer:last-of-type::before {
  display: none;
}
.metodologia-influencers .row .col-influencer .title {
  position: relative;
  background-color: #CCC9FF;
  border: none;
  border-radius: 0.5rem;
  color: #4E2680;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
}
.metodologia-influencers .row .col-influencer .title::after {
  content: "";
  position: absolute;
  background-color: #F9F9F9;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  top: 1rem;
  left: -2rem;
  pointer-events: none;
}
.metodologia-influencers .row .col-influencer .title:not(.collapsed) {
  background-color: #4E2680;
  color: #F9F9F9;
}
.metodologia-influencers .row .col-influencer h4 {
  color: #CCC9FF;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.metodologia-influencers .row .col-influencer ul, .metodologia-influencers .row .col-influencer ol {
  background-color: rgba(249, 249, 249, 0.15);
  border-radius: 0.5rem;
  padding: 1rem 1rem 1rem 3rem;
}
.metodologia-influencers .row .col-influencer ul::marker, .metodologia-influencers .row .col-influencer ol::marker {
  color: #4E2680;
}
@media screen and (min-width: 992px) {
  .metodologia-influencers .row .col-influencer {
    padding-left: 0;
    padding-bottom: 6rem;
  }
  .metodologia-influencers .row .col-influencer:nth-child(odd) h4 {
    margin-top: 4rem;
  }
  .metodologia-influencers .row .col-influencer:nth-child(odd)::before {
    background: url(./img/vector-linea.svg) top/contain no-repeat;
    height: 120px;
    width: 100%;
    top: 5rem;
    left: calc(50% - 0.5rem);
  }
  .metodologia-influencers .row .col-influencer:nth-child(even) {
    transform: translateY(12rem);
  }
  .metodologia-influencers .row .col-influencer:nth-child(even)::before {
    display: none;
  }
  .metodologia-influencers .row .col-influencer:nth-child(even) .title {
    margin-bottom: 0;
  }
  .metodologia-influencers .row .col-influencer:nth-child(even) .title::after {
    top: unset;
    bottom: calc(100% + 1rem);
  }
  .metodologia-influencers .row .col-influencer:nth-child(even) h4 {
    margin-top: 0.5rem;
  }
  .metodologia-influencers .row .col-influencer .title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    width: fit-content;
  }
  .metodologia-influencers .row .col-influencer .title::after {
    height: 1.5rem;
    width: 1.5rem;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
  }
  .metodologia-influencers .row .col-influencer p, .metodologia-influencers .row .col-influencer ul, .metodologia-influencers .row .col-influencer ol {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .metodologia-influencers .row .col-influencer:nth-child(odd)::before {
    width: 140%;
  }
  .metodologia-influencers .row .col-influencer:nth-child(odd) h4 {
    margin-top: 5rem;
  }
}

.contacto-info {
  background-color: rgba(249, 249, 249, 0.25);
  margin-top: -4rem;
  padding-top: 6rem !important;
  border-bottom: 2px solid #F9F9F9;
}
.contacto-info .row .col-img-contain {
  margin-bottom: -2rem;
}
.contacto-info .row .col-img-contain img {
  max-height: 360px;
}
.contacto-info .row .col-newsletter .hera-card {
  height: 100%;
  width: 100%;
}
.contacto-info .row .col-newsletter .hera-card .hera-card-body {
  padding: 2rem;
  text-align: center;
}
.contacto-info .row .col-newsletter .hera-card__title,
.contacto-info .row .col-newsletter .hera-card h2 {
  color: #303030 !important;
  font-size: 1.25rem;
}
.contacto-info .row .col-newsletter .hera-card h3 {
  color: #303030;
  font-size: 1.125rem;
}
.contacto-info .row .col-newsletter form {
  margin-top: 1.25rem;
}
.contacto-info .row .col-newsletter form input {
  border: none;
}
.contacto-info .row .col-newsletter .btn {
  background: linear-gradient(90deg, #804ABE 0%, #3F2063 100%);
  width: 100%;
}
.contacto-info .form-container {
  border-radius: 2.5rem;
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
}
.contacto-info .form-container form label {
  color: #fff;
}
.contacto-info .form-container form input, .contacto-info .form-container form select, .contacto-info .form-container form textarea {
  background-color: rgba(217, 217, 217, 0.25);
  border: none;
  color: #fff;
}
.contacto-info .form-container form input::placeholder, .contacto-info .form-container form select::placeholder, .contacto-info .form-container form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contacto-info .form-container form select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.contacto-info .form-container form select option {
  color: #303030;
}
@media screen and (min-width: 992px) {
  .contacto-info {
    padding-top: 10rem !important;
  }
  .contacto-info .row {
    position: relative;
  }
  .contacto-info .row .col-img-contain {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33%;
    margin-bottom: -4rem;
  }
}

.location-info .map-container iframe {
  border-radius: 0.5rem;
  width: 100%;
}

/* BLOG */
.blog-posts-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.blog-posts-filter .posts-filter-form {
  width: 100%;
}
.blog-posts-filter .dropdown-check {
  display: inline-block;
  width: inherit;
}
.blog-posts-filter .dropdown-check .dropdown-toggle::after {
  display: none;
}
.blog-posts-filter .dropdown-check .dropdown-menu {
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}
.blog-posts-filter .btn-filterby {
  background-color: #fff;
  color: #4E2680;
  border-radius: 0.5rem;
  width: 100%;
}
.blog-posts-filter .btn-filterby:active, .blog-posts-filter .btn-filterby:focus {
  background-color: transparent;
  color: #fff;
}
.blog-posts-filter .btn-filterby .filter-text {
  display: inline-flex;
  align-items: center;
  white-space: normal;
  width: 100%;
}
.blog-posts-filter .btn-filterby .filterby {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .blog-posts-filter .dropdown-check {
    width: auto;
    min-width: 300px;
  }
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.blog-posts-grid .hera-card--blog {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .blog-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-posts-container:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.blog-posts-container.flickity-enabled {
  display: block;
}
.blog-posts-container.flickity-enabled .hera-card--blog {
  margin-right: 1.5rem;
}

.blog-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
}
.blog-pagination ul li .page-numbers {
  background-color: #fff;
  color: #4E2680;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  text-align: center;
  text-decoration: none;
}
.blog-pagination ul li .page-numbers.current {
  background-color: #4E2680;
  color: #fff;
}
.blog-pagination ul li .page-numbers.prev, .blog-pagination ul li .page-numbers.next {
  background-color: #4E2680;
  color: #fff;
}
.blog-pagination ul li .page-numbers:hover {
  border: 1px solid #4E2680;
  text-decoration: none;
}

.related-posts-after-content {
  background-color: #fff;
}
.related-posts-after-content h2, .related-posts-after-content h3, .related-posts-after-content h4, .related-posts-after-content h5, .related-posts-after-content h6 {
  color: #4E2680;
}
.related-posts-after-content .title-line::after {
  background: #4E2680;
}

.faq-preguntas {
  background-color: rgba(249, 249, 249, 0.25);
  margin-top: -4rem;
  padding-top: 6rem !important;
}
.faq-preguntas.section-borders h2.faq-preguntas__section-heading {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.3;
  color: #F9F9F9;
}
@media screen and (min-width: 992px) {
  .faq-preguntas.section-borders h2.faq-preguntas__section-heading {
    white-space: normal !important;
  }
}
@media screen and (min-width: 992px) {
  .faq-preguntas {
    padding-top: 10rem !important;
  }
}

/* Error 404 */
.error-404 {
  background: url(./img/404-bg.webp) bottom/100% no-repeat;
  padding: 5rem 0 10vh;
}
.error-404 .error {
  color: #4E2680;
  font-size: 2rem;
}
.error-404 .error span {
  display: block;
  font-size: 8rem;
}
.error-404 h1 {
  text-align: center;
}
.error-404 span.num404 {
  display: block;
  font-size: 150%;
}
.error-404 img.num404 {
  max-width: 100%;
  width: 500px;
}
.error-404 .btn {
  min-width: 200px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .error-404 {
    padding: 5rem 0 45vh;
  }
  .error-404 .error {
    font-size: 4rem;
  }
  .error-404 .error span {
    font-size: 15rem;
  }
  .error-404 .btn {
    width: auto;
  }
}