<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/tabs-full-width-image/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.tabs-full-width-image .title {
  margin: 0 0 0.1rem;
}

.tabs-full-width-image .subtitle {
  margin: 0 0 2rem;
  padding: 0;
}

.tabs-full-width-image .full-image {
  margin: 1.6rem 0 0;
}

.tabs-full-width-image .tab-content-item {
  margin: 0 0 10rem;
}

.tabs-full-width-image .tab-content-item &gt; *:not(.wp-block-image) {
  max-width: 68.8rem;
}

/* FILTERS */
.tabs-full-width-image .tab-nav,
.tabs-full-width-image .tab-nav li {
  display: flex;
  align-items: center;
}

.tabs-full-width-image .tab-nav li {
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
}

.tabs-full-width-image [data-comp=filters] {
  opacity: 0;
  transition: opacity 0.7s;
}

.tabs-full-width-image [data-comp=filters].show {
  opacity: 1;
}

.tabs-full-width-image .tab-nav {
  flex: 0 1 100%;
  max-width: 100%;
  justify-content: center;
  padding: 0 0 4.1rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  flex-wrap: wrap;
  row-gap: 2.4rem;
}

.tabs-full-width-image .tab-nav li {
  position: relative;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  justify-content: flex-start;
  flex: 0 0 auto;
  padding: 0 2rem 0 0;
}

.tabs-full-width-image .tab-nav li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  background-color: var(--rojo);
  opacity: 0;
  transition: opacity 0.7s;
}

.tabs-full-width-image .tab-nav li.active::after {
  opacity: 1;
}

.tabs-full-width-image .tab-nav li::before {
  position: absolute;
  content: "\e906";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--rojo);
  font-size: 1.6rem;
  position: absolute;
  right: -0.5rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 1.6rem;
}

.tabs-full-width-image .nav {
  border-bottom: 1px solid var(--rojo);
  padding-bottom: 0.4rem;
  display: inline-block;
  margin: 0 0 2rem;
}

.tabs-full-width-image .wp-block-image {
  height: 17rem !important;
}

.tabs-full-width-image .wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center !important;
     object-position: center !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media only screen and (min-width: 961px) {
  /* FILTERS */
  .tabs-full-width-image .tab-nav {
    justify-content: flex-start;
    padding: 0 0 3.35rem;
  }
  .tabs-full-width-image .title {
    margin: 0 0 2rem;
  }
  .tabs-full-width-image .full-image {
    margin: 3.2rem 0 0;
  }
  .tabs-full-width-image .wp-block-image {
    height: 33.7rem !important;
  }
  .tabs-full-width-image .tab-content-item {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.5s ease;
    margin: 0;
  }
  .tabs-full-width-image .tab-content-item.active {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}

/*# sourceMappingURL=style-index.css.map*/</pre></body></html>