/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/
:root {
    --primary-50: #feecec;
    --primary-500: hsl(359, 85%, 37%);
    --primary-900: #5F0203;
    --secondary-500: #37896e;
	--grey-500: #acacac;
    --shadow-50: #F2F2F2;
    --shadow-100: #BDBDBD;
    --shadow-500: #333333;
    --shadow-900: #1A1A1A;

    --gradient-to-shadow: linear-gradient(-180deg,#fff 0%,var(--shadow-50) 100%);
	
	 /* Background */
	--bg-grey: #F2F2F2;

    /* Product type colors */
    --mbook-100: hsl(206, 31%, 77%);
    --mbook-500: #233746;

    --expert-100: #F8ABAD;
    --expert-500: #B00E11;

    --basic-100: #EBF1AC;
    --basic-500: #929C1B;

    --chemist-100: #7FFFE1;
    --chemist-500: #009874;

    --warning: #eab308;

    --text-xxs: clamp(0.5rem, 0.3rem + 1.6vw, 0.75rem);
    --text-xs: clamp(0.5rem, 0.7153rem + 1.6vw, 0.75rem);
    --text-sm: clamp(0.75rem, 0.7153rem + 1.6vw, 0.75rem);
    --text-base: clamp(1rem, 0.7153rem + 1.6vw, 1rem);
    --text-lg: clamp(1rem, 0.7153rem + 1.6vw, 1.125rem);
    --text-xl: clamp(1.1rem, 0.7153rem + 1.6vw, 1.25rem);
    --text-2xl: clamp(1.2rem, 0.7153rem + 1.6vw, 1.5rem);
    --text-3xl: clamp(1.3rem, 0.7153rem + 1.6vw, 1.875rem);
    --text-4xl: clamp(1.4rem, 0.7153rem + 1.6vw, 2.25rem);
    --text-5xl: clamp(1.5rem, 0.7153rem + 1.6vw, 3rem);
    --text-6xl: clamp(1.7rem, 0.7153rem + 2vw, 5rem);
    --text-7xl: clamp(4.5rem, 0.7153rem + 2vw, 5rem);

    --shadow: 0px 4px 30px 0px #00000009;
    --shadow-xl: 0px 5px 30px 0px #00000009;

    --rounded-sm: .3rem;
    --rounded: 1rem;
    --rounded-full: 99999px;

    --main-width-mobile: 708px;
    --main-width-lg: 940px;
    --main-width-xl: 1240px;

    --slick-dot-w: 1.5rem;
    --slick-dot-h: .3rem;
    --slick-dot-radius: 2px;

    --blog-max-w: 900px;

    --padding-block: 1rem;

    --tabs-section-dir: column;
    --tabs-section-mb: 1rem;

    --tab-font-size: .7rem;
    --tab-w: 100%;
    --tab-pd: .5rem .6rem;

}





:target {
    scroll-margin-top: 0;
    @media (width >= 768px) {
        scroll-margin-top: 7rem;
    }
}

html,body {
    scroll-behavior: smooth;
}

sup {
    font-size: clamp(10px,20px,50%);
    display: inline-block;
}
h1 sup {
    font-size: 1.5rem;
}

a p {
    margin-bottom: 0 !important;
}

.bg-primary-50 {
    background-color: var(--primary-50) !important;
}

.bg-primary-500 {
    background-color: var(--primary-500) !important;
}

.bg-primary-900 {
    background-color: var(--primary-900) !important;
}

.bg-secondary-500 {
    background-color: var(--secondary-500) !important;
}

.bg-shadow-50 {
    background-color: var(--shadow-50) !important;
}

.bg-shadow-100 {
    background-color: var(--shadow-100) !important;
}

.bg-shadow-500 {
    background-color: var(--shadow-500) !important;
}

.bg-shadow-900 {
    background-color: var(--shadow-900) !important;
}

.bg-mbook-100 {
    background-color: var(--mbook-100) !important;
}

.bg-mbook-500 {
    background-color: var(--mbook-500) !important;
}

.bg-expert-100 {
    background-color: var(--expert-100) !important;
}

.bg-expert-500 {
    background-color: var(--expert-500) !important;
}

.bg-basic-100 {
    background-color: var(--basic-100) !important;
}

.bg-basic-500 {
    background-color: var(--basic-500) !important;
}

.bg-chemist-100 {
    background-color: var(--chemist-100) !important;
}

.bg-chemist-500 {
    background-color: var(--chemist-500) !important;
}

.bg-grey {
    background-color: var(--bg-grey) !important;
}


.bg-gradient-primary {
    background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-900) 100%) !important;
}
.bg-gradient-primary-inverse {
    background: linear-gradient(90deg, var(--primary-900) 0%, var(--primary-500) 100%) !important;
}

.bg-gradient-to-shadow {
    background: var(--gradient-to-shadow) !important;
}

.bg-mbook {
    background-color: var(--mbook-500);
}

.bg-hex {
    position: relative;
}
.bg-hex::after {
    content: url(/wp-content/themes/base/imagenes/bg-bubbles.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}

.shadow-xl {
    box-shadow: var(--shadow-xl);
}

.icon-twitter:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 21l7.548-7.548M21 3l-7.548 7.548m0 0L8 3H3l7.548 10.452m2.904-2.904L21 21h-5l-5.452-7.548' color='currentColor'/%3E%3C/svg%3E");
    height: 23px;
    width: 18px;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.wFormContainer .wForm .wFormTitle {
    display: none;
}

.border-primary-500 {
    border-color: var(--primary-500) !important;
}

.index-2 {
    position: relative;
    z-index: 2;
}

.section-rounded {
    border-radius: var(--rounded);
}

/* Buttons */
.button-default .button, .button-flat .button, .button-round .button, .sc-button {
    border-radius: 4px !important;
    font-weight: bold;
    box-shadow: none;
}

.button-primary {
    background-color: var(--primary-500) !important;
    color: #fff !important;
}

.sc-button {
    padding: 1rem 2rem;
    display: inline-flex;
    background: var(--primary-500) !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    border: none;
    margin-bottom: 1.5rem;
}
.ui-tabs .ui-tabs-nav li:not(:last-child) {
    margin-right: 8px;
}
.ui-tabs .ui-tabs-nav li a {
    border-radius: 4px;
    border: 1px solid var(--shadow-100);
    transition: background-color .3s ease-in-out;
    &:hover {
        background-color: var(--shadow-50);
    }
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
    background-color: var(--primary-500) !important;
    border: 1px solid var(--primary-500) !important;
    color: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
    content: none;
}

blockquote {
    margin-left: 0;
}
blockquote::before {
    content: url('/wp-content/themes/base/imagenes/quote.svg');
    left: auto;
    right: 0;
    top: -20px;
    position:absolute;
}

table tr:first-child td {
    box-shadow: none;
}


.column {
    box-sizing: border-box;
}

.list-none {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Basic cards */
.grid-cards,
.grid-plugin-cards {
    display: grid;
    gap: 16px;
}
.basic-card {
    border-radius: var(--rounded);
    overflow: hidden;
    transition: all .3s ease;
    background-color: #fff;
}
.basic-card > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.basic-card:hover a {
    text-decoration: none;
}
.basic-card__img {
    height: 200px;
    background-color: #fff;
    display: flex;
}
.basic-card__img img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.basic-card > a {
    display: block;
    height: 100%;
}
.basic-card__info {
    padding: 16px;
    background-color: var(--shadow-50);
}
.basic-card__title {
    margin-bottom: .5rem;
}
.basic-card__title strong {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.basic-card__excerpt {
    color: var(--shadow-900);
    opacity: .7;
    font-size: var(--text-base);
    margin-bottom: 1.5rem;
}
.basic-card__btn {
    display: flex;
    gap: 4px;
    align-items: center;
}

.counter {
    background-color: #fff;
    box-shadow: var(--shadow);
    border: 2px solid var(--primary-500);
    border-radius: 4px;
    padding: 3rem 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 8px;
    position: relative;
    text-decoration: none;
    transition: background-color .3s ease;
    .number-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .label.prefix {
        font-size: var(--text-lg) !important;
    }
    .label.postfix {
        font-size: var(--text-2xl) !important;
        font-weight: bold;
        color: var(--primary-500);
    }
    .number {
        font-size: var(--text-7xl);
        font-weight: bold;
        color: var(--primary-500);
        display: inline-flex;
        margin: 0 auto;
        position: relative;
    }
    .title {
        color: var(--shadow-900) !important;
        font-size: var(--text-lg) !important;
        margin-top: 1rem !important;
    }
}

.icon-box--companies {
    .number {
        &::after {
            content: "+";
            position: relative;
        }
    }
}
.icon-box--users {
    .number {
        &::after {
            content: "k";
            position: relative;
        }
    }
}

.mnova-db-block__row {
    @media screen and (width>=768px) {
        display: flex;
    }
}
.mnova-db-block__block {
    height: 100%;
    a {
        margin-right: 0 !important;
    }
}
.mnova-db-block__content {
    @media (width>=768px) {
        height: 9rem;
    }
    + .mnova-db-block__btn {
        margin-top: auto !important;
    }
}

.faq .question .title > .acc-icon-plus,
.faq .question.active .title > .acc-icon-minus {
    color: #000;
    font-size: 24px;
    line-height: 1;
}
/* History Card */
.history-card {
    border-radius: var(--rounded);
    overflow: hidden;
    transition: all .3s ease;
    background-color: #fff;
    box-shadow: var(--shadow-xl);
}
.history-card > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.history-card:hover a {
    text-decoration: none;
}
.history-card__img {
    height: 10rem;
    background-color: #fff;
    display: flex;
}
.history-card__img img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.history-card > a {
    display: block;
    height: 100%;
}
.history-card__info {
    padding: 24px;
    background-color: var(--shadow-50);
    flex: 1;
}
.history-card__title {
    margin-bottom: .5rem;
}
.history-card__title strong {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.history-card__excerpt {
    color: var(--shadow-900);
    opacity: .7;
    margin-bottom: 0;
}
.history-card.slick-slide.slick-current {
    border-color: var(--primary-500);
    transform: scale(1);
}
.history-card.slick-slide {
    transition: all .5s ease !important;
    border: 2px solid transparent;
}
.history-card.slick-slide:not(.slick-current) {
    opacity: .4 !important;
    transform-origin: center;
    transform: scale(.9) !important;
}

@media screen and (min-width: 769px) {
    .history-card__img {
        height: 18rem;
    }
}

/* Combo card */
.combo-card {
    overflow: hidden;
    border: 1px solid var(--shadow-50);
    transition: all .3s ease;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
}
.combo-card > div {
    display: flex;
    flex-direction: column;
    border-radius: var(--rounded);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.combo-card:hover a {
    text-decoration: none;
}
.combo-card__img {
    max-height: 200px;
    background-color: #fff;
    display: flex;
    padding: 24px;
}
.combo-card__img img {
    object-fit: contain;
}
.combo-card > a {
    display: block;
    height: 100%;
}
.combo-card__info {
    padding: 2rem;
    background-color: #fff;
    border-top: 1px solid var(--shadow-50);
    height: 100%;
}
.combo-card__title {
    margin-bottom: .5rem;
}
.combo-card__title strong {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.combo-card__excerpt {
    color: var(--shadow-900);
    opacity: .7;
    font-size: var(--text-sm);
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 1rem;
}
.combo-card__btn {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}
.combo-card__footer {
    padding: 1rem;
    opacity: .6;
    font-size: var(--text-sm);
    border-radius: 0 0 1rem 1rem;
    line-height: 1.3rem;
    font-style: italic;
}


.basic-plugin-card {
    border-radius: var(--rounded-sm);
    overflow: hidden;
    transition: box-shadow .3s ease, transform .3s ease;
    box-shadow: var(--shadow);
    position: relative;
    padding: 16px;
}
.basic-plugin-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}
.basic-plugin-card__info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.basic-plugin-card__info .main-products-grid__item__type {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 8px;
}
.basic-plugin-card__btn-border {
    border: 1px solid var(--primary-500) !important;
    background-color: transparent !important;
}
.basic-plugin-card__btn {
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
.basic-plugin-card__title {
    margin-bottom: 8px !important;
}
.basic-plugin-card__footer {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}
.basic-plugin-card__excerpt {
    color: var(--shadow-900);
    opacity: .7;
}

/*Product card*/
.product-card {
    border-radius: var(--rounded);
    overflow: hidden;
    border: 1px solid var(--shadow-50);
    transition: all .3s ease;
}
.product-card > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-card:hover a {
    text-decoration: none;
}
.product-card__img {
    background-color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card__img img {
    width: 6rem;
    max-width: 120px;
}
.product-card > a {
    display: block;
    height: 100%;
}
.product-card__info {
    padding: 1.5rem;
    background-color: var(--shadow-50);
    height: 100%;
}
.product-card__title {
    margin-bottom: .5rem;
}
.product-card__excerpt {
    color: var(--shadow-900);
    opacity: .7;
    font-size: var(--text-base);
    margin-bottom: 1.5rem;
}
.product-card__btn {
    display: flex;
    gap: 4px;
    align-items: center;
}

/*Product Variation Card*/
.productBlock {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: var(--rounded);
    box-shadow: var(--shadow-xl);
    .productBlock__warning {
        display: flex;
        gap: 8px;
        align-items: flex-start;
        line-height: 1rem;
        border-radius: 4px;
        background-color: color-mix(in srgb, var(--warning), white 90%);
        color: color-mix(in srgb, var(--warning), black 75%);
        border: 1px solid var(--warning);
        padding: 12px;
        font-size: var(--text-sm);
        p {
            margin: 0;
        }
        svg {
            height: auto;
        }
    }
}
.productBlock:not(:last-child) {
    margin-bottom: 2rem;
}
.productBlock__left {
    width: 100%;
    padding: 2rem;
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.productBlock__right {
    flex: 1;
    padding: 2rem;
}
.product-variation-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
}
.product-variation-row:not(:last-child) {
    border-bottom: 1px dashed var(--shadow-100);
}
.product-variation-row__left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-variation-row__btn {
    width: 100%;
}

.product-attr-card {
    border-radius: var(--rounded);
    background-color: var(--shadow-50);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-xl);
}
.product-attr-card__info {
    padding: 2rem;
}

.product-cat-card {
    border-radius: var(--rounded);
    border: 1px solid var(--shadow-50);
    box-shadow: var(--shadow-xl);
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.product-cat-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cat-card__img img {
    width: 100%;
    height: 125px !important;
    object-fit: contain;
}

.features__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    img {
        margin-bottom: 12px;
        border-radius: 4px;
    }
    p {
        margin: 0;
        text-align: center;
    }
}

[data-section="resourcesBlock"] {
    position: relative;
    z-index: 2;
}

@media (min-width:769px) {
    .grid-cards {
        grid-template-columns: repeat(3,1fr);
        gap: 24px;
    }
    .grid-plugin-cards {
        grid-template-columns: repeat(2,1fr);
        gap:24px;
    }
    .basic-card__info {
        padding: 24px;
        flex: 1;
    }

    .basic-plugin-card {
        display: flex;
        padding: 32px;
        align-items: flex-start;
    }
    .basic-plugin-card__info {
        padding-left: 24px;
    }
    .productBlock {
        flex-direction: row;
    }
    .productBlock__left {
        width: 30%;
    }
    .productBlock__right {
        padding: 3rem;
    }
    .product-variation-row {
        flex-direction: row;
    }
    .product-variation-row__left {
        flex: 1;
        flex-direction: row;
        display: flex;
        width: auto;
        justify-content: space-between;
    }
    .product-variation-row__btn {
        width: auto;
    }
}
@media (min-width: 1280px) {
    .basic-plugin-card__footer {
        flex-direction: row;
        margin-top: 20px;
    }
}

/*Tables*/
.tableResponsive {
    overflow: auto;
}

/* Inner navigation */
.page__inner-nav {
    box-shadow: var(--shadow-xl);
    width: 100%;
    margin-bottom: 3rem;
}
.page__inner-nav ul {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: center;
}
.page__inner-nav a {
    padding: 16px 24px;
    font-weight: bold;
    display: block;
    border-bottom: 4px solid transparent;
    transition: all .3s ease;
    color: var(--shadow-900);
}
.page__inner-nav a.is--active {
    border-color: var(--primary-500);
}
.page__inner-nav a:hover {
    border-color: var(--primary-500);
    background-color: var(--shadow-50);
    text-decoration: none;
}

.w-full {
    width: 100% !important;
}

table a {
    color: var(--primary-500);
}
table a.btn {
    background-color: var(--primary-500);
    color: #fff;
    display: block;
    border-radius: var(--rounded-sm);
    padding: .5rem 2rem;
    font-weight: bold;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
}

table th {
    background-color: #fff !important;
}

.contact-float-button {
    position: fixed;
    bottom: 1rem;
    border-radius: 9999px;
    background-color: var(--primary-500);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 999;
    width: 80%;
    font-size: var(--text-base);
    padding: 1rem;
    font-weight: bold;
    box-shadow: var(--shadow);
    right: 0;
    left: 0;
    transition: background-color .3s ease, color .3s ease;
}
.contact-float-button:hover {
    text-decoration: none;
    background-color: var(--primary-900);
}

@media screen and (min-width: 769px) {
    .contact-float-button {
        max-width: 10rem;
        left: auto;
        right: 2rem;
        bottom: 2rem;
        color: #fff !important;
    }
}

/*Home styles*/
#particles {
    padding: 2rem 0;
}
#particles::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-image: url(/wp-content/themes/base/imagenes/bg-cover-slider.svg);
    width: 580px;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: 16rem 8rem;
}
#particles .waves {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
#particles .waves canvas {
    height: 100% !important;
}

.sliderCover__container {
    position: relative;
    height: 40vh;
    .sliderCover__dots {
        --top: 9rem;
        display: flex;
        gap: .5rem;
        margin-top: 1rem;
        position: absolute;
        left: 0;
        top: var(--top);
        @media screen and (width>=768px) {
            --top: 15rem;
        }
    }
    .sliderCover__dot {
        width: .8rem;
        height: .8rem;
        border-radius: 9999px;
        background-color: var(--shadow-50);
        margin: 0;
        padding: 0;
        transition: background-color .3s ease-in-out;
        &:hover {
            background-color: var(--shadow-100);
        }
        &.is--active {
            background-color: var(--primary-500);
        }
    }
}
.sliderCover__title,
.sliderCover__text {
    opacity: 0;
}
.sliderCover__title > h2 {
    font-size: var(--text-6xl);
    line-height: 1.2 !important;
}
.sliderCover__text p {
    font-weight: bold;
    font-size: var(--text-base);
    line-height: clamp(1rem, 1.5rem + 1.6vw, 1.75rem) !important;
}
.sliderCover__slide {
    position: absolute;
    left: 0;
}
.sliderCover__slide.is--leaving .sliderCover__title {
    animation: sliderCoverLeave .8s forwards ease-in-out;
}
.sliderCover__slide.is--leaving .sliderCover__text {
    animation: sliderCoverLeave 1s forwards ease-in-out;
}

.sliderCover__slide.is--entry .sliderCover__title {
    animation: sliderCoverEntry .8s forwards ease-in-out;
}
.sliderCover__slide.is--entry .sliderCover__text {
    animation: sliderCoverEntry 1s forwards ease-in-out;
}
.cover__related-pages {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.cover__related-pages__item a{
    padding: 16px 16px;
    margin-bottom: 12px !important;
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow-xl);
}
.cover__related-pages__item a::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: var(--shadow-50);
    left: 0;
    top: 0;
    position: absolute;
    transition: all .5s ease;
}
.cover__related-pages__item a:hover::before {
    width: 100%;
    background-color: var(--primary-500);
}
.cover__related-pages__item:hover a,
.cover__related-pages__item a:hover{
    color: #fff !important;
}
.cover__related-pages__item:hover .cover__related-pages__btn {
    background-color: #fff;
    color: var(--primary-500);
}
.cover__related-pages__title {
    position: relative;
    z-index: 1;
}
.cover__related-pages__btn {
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    border-radius: var(--rounded-full);
    background-color: var(--primary-500);
    color: #fff;
    transition: all .3s ease;
}
.cover__related-pages__btn svg {
    fill: #fff;
}
.cover__related-pages a {
    font-size: var(--text-sm);
    line-height: 1.2;
    display: flex;
    gap: .5rem;
    color: var(--shadow-900);
    text-transform: uppercase;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    transition: padding-left .5s ease, color .5s ease;
}
.cover__related-pages a:hover {
    text-decoration: none;
    padding-left: 1rem;
    color: var(--primary-500);
}
.cover__related-pages svg {
    width: 12px;
}

.about-us__icon .icon_wrapper {
    display: none;
}
.about-us__icon {
    border-top: 4px solid;
    clip-path: none !important;
    overflow: hidden;
    height: 14rem !important;
    h4 {
        margin-bottom: 10px !important;
    }
    .desc {
        font-size: 14px;
    }
}

.block-evaluation-licenses form {
    display: flex;
    flex-direction: column;
}

@media (min-width: 769px) {
    
    #particles {
        padding: 10rem 0 14rem;
    }
    .sliderCover__container {
        height: auto;
    }
    .cover__related-pages {
        padding-left: 1rem !important;
    }
    .cover__related-pages a {
        font-size: var(--text-base);
    }
    .cover__related-pages svg {
        width: 18px;
    }
    .sliderCover__title > h2 {
        font-size: var(--text-7xl);
        line-height: 1.2;
    }
}
@media (min-width: 1281px) {
  
    #particles {
        padding: 15rem 0 22rem;
    }
}

@media screen and (min-width: 1920px) {
    #particles::before {
        background-position: 3rem 8rem;
    }
}

/* Text color base */

.text-primary-500 {
    color: var(--primary-500) !important;
}

.text-primary-900 {
    color: var(--primary-900) !important;
}

.text-gradient {
    background: rgb(26,26,26);
    background: -moz-linear-gradient(270deg, #9e1113  0%, rgba(26,26,26,1) 70%);
    background: -webkit-linear-gradient(270deg, #9e1113  0%, rgba(26,26,26,1) 70%);
    background: linear-gradient(270deg, #9e1113  0%, rgba(26,26,26,1) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-shadow-100 {
    color: var(--shadow-100) !important;
}

.text-shadow-500 {
    color: var(--shadow-500) !important;
}

.text-shadow-900 {
    color: var(--shadow-900) !important;
}

.text-expert-100 {
    color: var(--expert-100) !important;
}

.text-expert-500 {
    color: var(--expert-500) !important;
}

.text-basic-100 {
    color: var(--basic-100) !important;
}

.text-basic-500 {
    color: var(--basic-500) !important;
}

.text-chemist-100 {
    color: var(--chemist-100) !important;
}

.text-chemist-500 {
    color: var(--chemist-500) !important;
}

.text-white {
    color: #fff !important;
}

/* Font size classes */
.text-xxs {
    font-size: var(--text-xxs) !important;
    line-height: clamp(1rem, 0.75rem + 1.6vw, 1rem) !important;
}

.text-xs {
    font-size: var(--text-xs) !important;
    line-height: clamp(1rem, 0.75rem + 1.6vw, 1rem) !important;
}

.text-sm {
    font-size: var(--text-sm) !important;
    line-height: clamp(1rem, 0.75rem + 1.6vw, 1.25rem) !important;
}

.text-base {
    font-size: var(--text-base) !important;
    line-height: clamp(1rem, 1.5rem + 1.6vw, 1.5rem) !important;
}

.text-lg {
    font-size: var(--text-lg) !important;
    line-height: clamp(1rem, 1.5rem + 1.6vw, 1.75rem) !important;
}

.text-xl {
    font-size: var(--text-xl) !important;
    line-height: clamp(1rem, 1.5rem + 1.6vw, 1.75rem) !important;
}

.text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: clamp(1rem, 1.5rem + 1.6vw, 2.25rem) !important;
}

.text-3xl {
    font-size: var(--text-3xl) !important;
    line-height: clamp(1rem, 1.5rem + 1.6vw, 2.5rem) !important;
}

.text-4xl {
    font-size: var(--text-4xl) !important;
    line-height: clamp(1rem, 1.5rem + 1.6vw, 2.75rem) !important;
}

.text-5xl {
    font-size: var(--text-5xl) !important;
    line-height: clamp(1rem, 1.5rem + 1.6vw, 3rem) !important;
}
.text-5xl sup {
    font-size: 1.2rem;
}

.text-6xl {
    font-size: var(--text-6xl) !important;
    line-height: clamp(1.7rem, 0.7153rem + 2vw, 5rem) !important;
	font-weight:bold;
}
.text-6xl span{color: var(--primary-500);}

.text-7xl {
    font-size: var(--text-7xl) !important;
    line-height: clamp(5rem, 0.7153rem + 2vw, 5rem) !important;
}

.title-border-l {
    border-left: 4px solid var(--primary-500);
    padding-left: 8px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.title-border-l--white {
    border-color: #fff;
}

/* Forms */
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    box-shadow: none;
}
span.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-form-control-wrap {
    width: auto;
}

label span.wpcf7-form-control-wrap {
    width: 100%;
}

.single-main-product__contact-form label {
    color: var(--shadow-100);
    font-weight: 100;
}
.single-main-product__contact-form input:not([type="submit"]) {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--shadow-100);
}
.single-main-product__contact-form input:not([type="submit"]):active,
.single-main-product__contact-form input:not([type="submit"]):focus {
    background-color: #b00e1123 !important;
    border-color: var(--primary-500);
    color: var(--primary-500);
}
.form-grid {
    margin-bottom: 20px;
}
.single-main-product__contact-form textarea {
    background-color: transparent;
    border: 1px solid var(--shadow-100);
}
.single-main-product__contact-form textarea:active,
.single-main-product__contact-form textarea:focus {
    background-color: #b00e1123 !important;
    border-color: var(--primary-500);
    color: var(--primary-500);
}
.single-main-product__contact-form input[type="submit"] {
    background-color: var(--primary-500);
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 16px;
    padding: 12px 32px;
    font-size: var(--text-base);
}

#Side_slide .extras .extras-wrapper .cart {
    display: none;
}
#Top_bar {
    background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-900) 100%) !important;
    @media screen and (width>=1024px) {
        padding: 16px 0;
    }
    .top_bar_left {
        max-width: 1680px;
        margin: 0 auto;
        float: none;
        display: flex;
        justify-content: space-between;
        width: 100% !important;
    }
    .logo {
        width: auto;
        max-width: 15rem;
    }
    #logo {
        margin-left: 16px !important;
    }
    #sciyLogo {
        --w: 4.5rem;
        position: relative;
        right: 3rem;
        width: var(--w);
        @media screen and (width>=768px) {
            --w: 6rem;
            right: 0;
        }
        img {
            width: 100%;
            @media screen and (width>=768px) {
                width: auto;
                max-width: 100px;
            }
        }
    }
    .top_bar_menu {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        justify-content: space-between;
        gap: .5rem;
        margin-left: auto;
        @media screen and (width>=768px) {
            position: relative;
        }
        .menu_wrapper {
            float: none;
        }
        .top_bar_right {
            height: auto !important;
            @media screen and (width>=768px) and (width<=1240px) {
                position: relative;
                right: 4rem;
                top: 50%;
                transform: translateY(-50%);
            }
        }
        .top_bar_right_wrapper {
            top: 0;
        }
    }
    .top_bar_right_wrapper {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        padding: 0;
    }
    a#search_button,
    .wpml-languages {
        float: none;
        top: 0;
    }
    .wpml-languages {
        display: none;
    }
}

#Subheader {
    padding-top: 1rem;
    background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-900) 100%) !important;
    position: relative;
    overflow: hidden;
    @media screen and (width>=768px) {
        padding-top: 3rem;
    }
    .title {
         @media screen and (width>=768px) {
            margin-bottom: 2rem;
         }
    }
}
#Subheader::after {
    content: url(/wp-content/themes/base/imagenes/bg-bubbles.svg);
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}

#Subheader .breadcrumbs {
    color: #fff;
    display: flex;
    justify-content: center;
    & > span {
        display: flex;
        align-items: center;
        gap: .25rem;
    }
    span {
        line-height: 1.2;
    }
    a {
        color: #fff;
    }
}

#Subheader .breadcrumbs span span:last-child {
    max-width: 200px;
    displaY: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    #Subheader {
        padding-top: 10rem;
    }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    padding: 0 12px;
    @media screen and (width>=1240px) {
        font-size: 13px;
        padding: 0 6px;
    }
    @media screen and (width>=1368px) {
        padding: 0 12px;
    }
    @media screen and (width>=1465px) {
        padding: 0 15px;
    }
    @media screen and (width>=1600px) {
        font-size: 16px;
    }
}

@media screen and (max-width: 1450px) {
    .mega-menu-item .mega-menu-title {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 1366px) {
    #Top_bar #logo img {
        max-height: 60px !important;
    }
}

#Footer .widgets_wrapper {
	display: none;
}
.footer_copy {
	background-color: #000000;
}
.footer-copy-center #Footer .footer_copy .social {
	display: none;
}
.footer-copy-center #Footer .footer_copy .copyright {
	font-weight: 500;
	font-size: 14px;
}
.footer-copy-center #Footer .footer_copy .copyright a {
	color: #fff;
	margin: 0 4px;
}
.footer-top__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-top__wrap .social {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.footer-top__wrap .social a {
	font-size: 24px;
	display: flex;
}
@media(min-width: 768px) {
	.footer-top__wrap {
		flex-direction: row;
		justify-content: space-between;
	}
}

*[class*="grid-"] {
    display: grid;
    gap: 2rem;
}

@media (width>=768px) {
    *[class*="grid-"] {
        gap: 24px;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1,1fr);
    }
    .grid-cols-2 {
        grid-template-columns: repeat(2,1fr);
    }
    .grid-cols-3 {
        grid-template-columns: repeat(3,1fr);
    }
    .grid-cols-4 {
        grid-template-columns: repeat(4,1fr);
    }
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
}
.clients-grid__item {
    background-color: #fff;
    box-shadow: var(--shadow);
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.clients-grid__item img {
    width: 100%;
    object-fit: contain;
    height: 100% !important;
}
@media (min-width: 768px) {
    .clients-grid {
        grid-template-columns: repeat(3,1fr);
        gap: 12px;
    }
}

/* Main products grid slider */
.grid-plugins {
    .section_wrapper.mcb-section-inner {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        @media (width>1024px) {
            flex-direction: row;
        }
    }
    .main-products-grid__item {
        margin: 0;
    }
}
.main-products-grid__item {
    background-color: #fff;
    box-shadow: var(--shadow);
    padding: 3rem 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 8px;
    position: relative;
    text-decoration: none;
    transition: background-color .3s ease;
    &.is--beta {
        border: 2px solid var(--secondary-500);
        &::after {
            content: "BETA";
            position: absolute;
            letter-spacing: 3px;
            margin: 0 auto;
            background-color: var(--secondary-500);
            padding: 6px 24px;
            border-radius: 0 0 4px 4px;
            color: #fff;
            font-weight: bold;
            line-height: 1;
            font-size: var(--text-base);
            text-align: center;
            left: 0;
            right: 0;
            display: inline-table;
            top: 0;
            visibility: visible;
        }
    }
}
.main-products-grid__item.is--new {
    border: 1px solid var(--primary-500);
}
.is-new__tag {
    position: absolute;
    margin: 0 auto;
    background-color: var(--primary-500);
    padding: 6px 24px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: var(--text-sm);
    text-align: center;
    left: 0;
    right: 0;
    display: inline-table;
    top: 0;
}
.main-products-grid__item:hover {
    text-decoration: none;
    background-color: rgba(176, 14, 17, .06);
}
.main-products-grid__item__type {
    border-radius: 4px;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    left: .5rem;
    top: 1.5rem;
    display: block;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;

}
.main-products-grid__item img {
    margin-bottom: 1rem;
    max-width: 100px !important;
}
.main-products-grid__item__title {
    font-weight: bold;
    margin-bottom: .5rem;
    line-height: 1;
    font-size: 14px;
    text-align: center;
}
.main-products-grid__item__excerpt {
    text-align: center;
    line-height: 1.3;
    color: var(--shadow-900);
    font-size: 13px;
}
.main-products-grid__item__excerpt {
    margin-bottom: 0;
}
.main-products-grid__arrows {
    position: relative;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 1rem;
}

.brick-gears {
    position: absolute;
    width: 3rem;
    height: 3rem;
    right: 1rem;
    top: 1rem;
}

.slider-arrow {
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--shadow) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 8px !important;
}
.slider-arrow svg {
    width: 2rem;
    height: 2rem;
}
@media(min-width:768px) {
    .main-products-grid__item {
        margin: 0 18px;
    }
}

/* Plugins grid */
.plugins-grid {
    display: grid;
    gap: 12px;
}
.plugins-grid .main-products-grid__item {
    margin: 0;
}
@media (min-width: 768px) {
    .plugins-grid {
        grid-template-columns: repeat(4,1fr);
        gap: 20px;
    }
}

.contactPage__form small {
    font-size: 10px;
    opacity: .8;
    display: block;
    line-height: 1.4;
}
.gridContact {
    display: grid;
}
.contactBlock {
    padding: 24px;
    background-color: #fff;
    border: 1px solid var(--shadow-50);
    border-radius: var(--rounded-sm);
    margin-bottom: 24px;
    position: relative;
}

.contactBlock__logo {
    width: 84px;
    height: 84px;
    position: relative;
    left: -4px;
    top: 0;
    margin-top: -4rem;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--shadow-50);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 99999px;
    box-sizing: border-box;
    background-color:#fff;
    z-index: 1;
}

.contactBlock__description {
    font-size: 14px;
    opacity: .7;
}

.contactBlock__name {
    font-size: var(--text-2xl);
}

.contactBlock__img {
    margin-bottom: 6px;
}

.contactBlock__people {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; 
}

.contactBlock__people strong {
    display: block;
    color: var(--shadow-900);
    margin-bottom: 12px;
    margin-top: 16px;
}

.contactBlock__people .contactBlock__item {
    margin-bottom: 4px;
}
.contactBlock__people .contactBlock__item p {
    margin-bottom: 0;
}

.contactBlock__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.contactBlock__item {
    position: relative;
    display: flex;
    gap: 6px;
    font-size: 12px;
    color: var(--shadow-900);
    line-height: 1.4;
}
.contactBlock__item::before {
    position: relative;
    width: 20px;
    height: 20px;
}
.contactBlock__item[data-icon="location"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M5.05 4.05a7 7 0 119.9 9.9L10 18.9l-4.95-4.95a7 7 0 010-9.9zM10 11a2 2 0 100-4 2 2 0 000 4z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.contactBlock__item[data-icon="phone"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18'  viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z' /%3E%3C/svg%3E");
}
.contactBlock__item[data-icon="email"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M14.243 5.757a6 6 0 10-.986 9.284 1 1 0 111.087 1.678A8 8 0 1118 10a3 3 0 01-4.8 2.401A4 4 0 1114 10a1 1 0 102 0c0-1.537-.586-3.07-1.757-4.243zM12 10a2 2 0 10-4 0 2 2 0 004 0z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.contactBlock__item[data-icon="fax"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M5 4v3H4a2 2 0 00-2 2v3a2 2 0 002 2h1v2a2 2 0 002 2h6a2 2 0 002-2v-2h1a2 2 0 002-2V9a2 2 0 00-2-2h-1V4a2 2 0 00-2-2H7a2 2 0 00-2 2zm8 0H7v3h6V4zm0 8H7v4h6v-4z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.contactBlock__item[data-icon="person"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M5 4v3H4a2 2 0 00-2 2v3a2 2 0 002 2h1v2a2 2 0 002 2h6a2 2 0 002-2v-2h1a2 2 0 002-2V9a2 2 0 00-2-2h-1V4a2 2 0 00-2-2H7a2 2 0 00-2 2zm8 0H7v3h6V4zm0 8H7v4h6v-4z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.contactBlock__item[data-icon="person"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z' clip-rule='evenodd' /%3E%3C/svg%3E");
}

@media (min-width: 769px) {
    .gridContact {
        grid-template-columns: repeat(3,1fr);
        column-gap: 24px;
    }
    .contactBlock {
        padding: 32px;
        margin-bottom: 48px;
    }
}

.testimonials_slider .testimonials_slider_ul li .author {
    text-align: left;
}
.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
    padding: 0;
    background-color: transparent;
}
.testimonials_slider_ul__item {
    display: flex;
    flex-direction: column;
}
.testimonials_slider blockquote {
    margin: 0;
    background: none;
}
.testimonials_slider blockquote::before {
    content: url('/wp-content/themes/base/imagenes/quote.svg');
    left: auto;
    right: 0;
    top: -50px;
    position:absolute;
}
.testimonials-slider__arrows {
    display: flex;
}
@media(min-width:768px) {
    .testimonials_slider_ul__item {
        flex-direction: row;
        padding: 3rem 1rem 3rem 0;
        align-items: center;
    }
    .testimonials_slider .testimonials_slider_ul li {
        padding: 0;
        overflow:hidden;
    }
    .testimonials_slider .testimonials_slider_ul li .author {
        width: 50%;
    }
    .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
        flex: 1;
    }
    .testimonials-slider__arrows {
        position: relative;
        left: -8px;
        top: -20px;
    }
}

.filters-bar {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
    display: flex;
    gap: 4px;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem !important;
    background-color: #fff;
    border-radius: 99999px;
    padding: 8px;
    box-shadow: var(--shadow-xl);
}
.filters-bar-team {
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
    gap: .5rem;
    justify-content: flex-start;
}
.filters-bar-team .filters-bar__item {
    flex-grow: 0;
}
.filters-bar-team button.filters-bar__btn {
    background-color: #fff;
}
.filters-bar-team .filters-bar__btn.is--active {
    background-color: var(--primary-500);
}
.filters-bar-team .filters-bar__btn:hover {
    background-color: var(--primary-50);
    color: var(--primary-900)
}

.filters-bar__item {
    margin: 0 !important;
    flex-grow: 1;
}
button.filters-bar__btn {
    background-color: transparent;
    box-shadow: none;
    color: var(--shadow-900);
    border-radius: 99999px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: var(--text-sm);
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    border: 1px solid transparent;
    transition: all .3s ease;
    box-sizing: border-box;
}
button.filters-bar__btn::after {
    content: none;
}
.filters-bar__btn:hover {
    border: 1px solid var(--primary-500);
    color: var(--primary-500)
}
.filters-bar__btn.is--active {
    color: #fff;
    background-color: var(--primary-500);
    
}

@media (min-width: 768px) {
    button.filters-bar__btn {
        font-size: var(--text-sm);
    }
}

.main-products-grid .slick-list,
.plugins-slider .slick-list,
.related-products-slider .slick-list {
    overflow: initial !important;
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: auto !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.main-products-grid__item {
    height: auto !important;
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slick-dots button {
    text-indent: -9999999px;
    width: var(--slick-dot-w);
    height: var(--slick-dot-h);
    padding: 0;
    border-radius: var(--slick-dot-radius);
    background-color: var(--shadow-500);
}

.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li.slick-active button {
    background-color: var(--primary-500);
}

/* Blog Slider */
.blogSlider .post-item {
    margin: 0 10px;
}

#wp-megamenu-main-menu {
    background: none !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description {
    margin: 0 !important;
}

.aplicaciones .mega-menu-item {
    position: relative !important;
    padding-left: 50px !important;
}

.mega-menu-item.icon1::after {
    content: "";
    display: block !important;
    position: absolute;
    left: 0;
    top: 14px;
    width: 32px;
    height: 32px;
    background: transparent url("/wp-content/themes/base/imagenes/icon1.png") no-repeat center center;
    background-size: cover;
}

.mega-menu-item.icon2::after {
    content: "";
    display: block !important;
    position: absolute;
    left: 0;
    top: 14px;
    width: 32px;
    height: 32px;
    background: transparent url("/wp-content/themes/base/imagenes/icon1.png") no-repeat center center;
    background-size: cover;
}

.mega-menu-column {
    padding-right: 20px !important;
    padding-left: 20px !important
}

.col-megamenu {
    padding: 1em !important;
    @media screen and (width>1240px) {
        padding: 2em !important;
    }
}
.col-megamenu--featured {
    background-color: hsla(0, 90%, 96%,.3) !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    width: auto;
    position: absolute;
    border-radius: 0;
    top: 3rem;
    left: -5rem !important;
    border-radius: 12px !important;
    padding: 0rem;
    transition: all .3s ease-in-out !important;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%)
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    float: none;
    margin: 0 auto;
}

.mega-aplicaciones {
    > .mega-sub-menu {
        @media screen and (width>=1024px) {
            width: 768px !important;
        }
    }
}

.mega-menu-link+.mega-sub-menu > .mega-menu-row > .mega-sub-menu{
    @media screen and (width>1240px) {
        display: flex !important;
    }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 !important
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(:last-child) {
    padding: 0 0 .75rem 0 !important;
    margin-bottom: .75rem;
    border-bottom: 1px solid var(--shadow-50);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu li.mega-menu-item ul.mega-sub-menu {
    margin-top: .5rem;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px !important;
    text-transform: uppercase;
    @media screen and (width>1240px) {
        font-size: 14px !important;
    }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu a.mega-menu-link .mega-description-group {
    display: block !important;
    white-space: normal;
}

.mega-menu-item .mega-menu-title {
    line-height: 1.4 !important;
    margin-bottom: 5px;
    padding-right: 0px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    @media screen and (width<1240px) {
        width: 100% !important;
        position: relative !important;
        left: 0 !important;
        top: auto;
        min-width: 100% !important;
        border-radius: 0 !important;
    }
}
.products-menu > .mega-sub-menu {
    @media screen and (width>=1240px) {
        min-width: 800px !important;
    }
}

.mega-menu-link+.mega-sub-menu > .mega-menu-row > .mega-sub-menu {
    display: flex;
    justify-content: center;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
    position: relative;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-500) !important;
    display: flex;
    align-items: center;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23af0e11' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    width: 26px;
    min-width: 26px;
    height: 26px;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    background-size: 69%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    border-radius: 99999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: var(--primary-500);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu .menu-not-featured li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--shadow-900) !important;
    font-size: 12px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: var(--shadow-900);
    font-weight: bold;
    margin-bottom: 6px !important;
    display: block;
    line-height: 1;
}

.product-list-menu {
    margin-bottom: 16px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid var(--primary-500) !important;
}
.product-list-menu > a {
    text-transform: uppercase !important;
    font-weight: 16px !important;
}

.pager .pages {
    background: none;
}

#cmplz-document {
    max-width: none;
}

.list-block ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.list-block li {
    border-radius: var(--rounded-sm);
    border: 1px solid var(--shadow-100);
    border-left: 4px solid var(--primary-500);
    background-color: #fff;
    font-weight: bold;
    padding: .5rem;
}

.feature_box {
    border-radius: var(--rounded);
    border: 1px solid var(--shadow-50);
    background: var(--shadow-50);
    overflow: hidden;
}
.feature_box .feature_box_wrapper {
    padding: 0;
}
.feature_box .feature_box_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.feature_box .feature_box_wrapper .photo_wrapper {
    display: flex;
    width: 40%;
}
.feature_box img {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}
.feature_box h4 {
    font-weight: bold;
    font-size: var(--text-3xl);
    line-height: 1;
}

@media screen and (min-width: 769px) {
    .feature_box .feature_box_wrapper {
        flex-direction: row;
    }
    .feature_box .feature_box_wrapper .photo_wrapper {
        height: 18rem;
    }
}

#Top_bar #menu {
	background: none !important
}

.woocommerce-notices-wrapper {
	position: absolute;
	z-index: 2222;
	top: 100px;
	right: 20px;
	max-width: 350px;
}

.woocommerce img, .woocommerce-page img {
	object-fit: contain;
}

#Content.woocommerce {
    padding-top: 0 !important;
}
.single-product #Subheader {
    display: none;
}
.single-product .section_wrapper {
    padding: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}
.single-product .woocommerce-content {
    margin: 0;
    width: 100%;
}

.single-product__header {
    padding-top: 10rem;
    overflow: hidden;
    position: relative;
}
.single-product__header > .container {
    width: 100%;
    box-sizing: border-box;
}
.single-product__header::after {
    content: url('/wp-content/themes/base/imagenes/bg-bubbles.svg');
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}
.woocommerce div.product div.summary {
    padding: 24px;
    background-color: #fff;
    position: relative;
    top: -2rem;
    box-sizing: border-box;
    box-shadow: 0px -47px 44px rgb(0 0 0 / 21%);
}
.woocommerce .variations_form .variations {
    background-color: transparent;
    border: none;
}
.woocommerce .variations_form table tr:first-child td {
    box-shadow: none;
}
.woocommerce .variations_form table tr:nth-child(2n) td {
    background: none;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce .variations_form .variations td.value .reset_variations {
    display: none !important;
}
.woocommerce div.product form.cart .variations select {
    width: 100%;
    padding: 14px 12px;
    background-color: var(--shadow-50);
    font-weight: bold;
    font-size: var(--text-base);
}
.woocommerce div.product form.cart .variations select:focus,
.woocommerce div.product form.cart .variations select:hover {
    border-color: var(--primary-500);
    color: var(--primary-500);
    background-color: #b00e1118 !important;
}
.woocommerce div.product form.cart .variations td {
    padding: 0 0 12px 0 !important;
}
.single_variation_wrap {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
}
.single_variation {
    margin-bottom: 0;
}
.woocommerce-variation-add-to-cart {
    flex: 1;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}
.woocommerce .product div.entry-summary .price {
    font-weight: bold;
    color: var(--shadow-900);
}
.woocommerce .product div.entry-summary .cart .button {
    background-color: var(--primary-500) !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    border-radius: 2px !important;
    padding: 10px 32px !important;
}

.single-product__header__link {
    background-color: #fff;
    color: var(--shadow-900);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    font-size: var(--text-sm);
    gap: 4px;
    text-transform: uppercase;
    border-radius: 2px !important;
    padding: 6px 20px !important;
    margin-top: 18px;
}

@media (min-width: 768px) {
    .single_variation_wrap {
        flex-direction: row-reverse;
    }
}

.woocommerce-cart #Subheader {
    display: none;
}
.woocommerce table.shop_table {
    border: none;
}
table th {
    box-shadow: none;
    background: none;
}
.woocommerce table.shop_table td {
    border: none;
    box-shadow: none;
}
.cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
}
.woocommerce .shop_table .product-thumbnail {
    width: 84px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals,
.woocommerce-cart-form {
    border-radius: var(--rounded);
    padding: 24px;
    box-shadow: var(--shadow-xl);
    box-sizing: border-box;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
    border: none !important;
}
.cart-collaterals h2 {
    font-weight: bold;
}
.cart-collaterals .cart_totals table th, .cart-collaterals .cart_totals table td {
    padding: 12px 0 !important;
}
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block !important;
}
.product-thumbnail::before,
.product-name::before {
    content: none !important;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.cart-collaterals .cart_totals {
    margin-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding-bottom: 0;
}
.woocommerce .shop_table td.actions {
    background-color: var(--shadow-50) !important;
    border-radius: var(--rounded-sm);
}
.woocommerce table.shop_table td.product-remove {
    padding-right: 0 !important;
}
.woocommerce .shop_table .product-remove a.remove {
    margin-right: 0 !important;
    background-color: #fff !important;
    width: 32px;
    height: 32px;
    border-radius: 99999px !important;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    color: var(--shadow-100) !important;
    margin-left: auto;
}
.checkout-button {
    font-weight: bold !important;
    font-size: 12px !important;
    text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
    border: none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    text-align: left;
}


@media (min-width: 768px) {
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: table-cell;
    }
}

.woocommerce-checkout #Subheader {
    display: none;
}

#customer_details {
    display: grid;
    gap: 16px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-billing-fields__field-wrappers,
.woocommerce-additional-fields,
#yourOrder {
    border-radius: var(--rounded);
    padding: 24px;
    box-shadow: var(--shadow-xl);
    box-sizing: border-box;
    background-color: #fff;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce table.shop_table th {
    text-align: left;
}
.woocommerce-form-coupon-toggle {
    display: none;
}

@media (min-width: 768px) {
    #customer_details {
        grid-template-columns: 70% auto;
    }
    .woocommerce-billing-fields {
        grid-area: 1/1/3/2;
    }
    .woocommerce-shipping-fields {
        grid-area: auto/1/auto/2;
    }
    .woocommerce-additional-fields {
        grid-area: auto/1/auto/2;
    }
    #yourOrder {
        grid-area: 1/2/2/3;
    }
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-billing-fields__field-wrappers,
    .woocommerce-additional-fields,
    #yourOrder {
        padding: 32px;
    }
}

.single-main-product #Subheader {
    display: none;
}

.single-main-product .single-main-product__header {
    min-height: 90vh;
    position: relative;
}

.single-main-product__header__descr {
    p {
        span:has(sup) {
            display: inline-block;
        }
    }
}

.single-main-product__header>.container {
    width: 100%;
    box-sizing: border-box;
}

.single-main-product .single-main-product__header::after {
    content: url('/wp-content/themes/base/imagenes/bg-bubbles.svg');
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}

.single-main-product__header__left hr {
    background-color: rgba(255, 255, 255, 0.1) !important;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
}

.single-main-product__header__left__inner {
    gap: 2.5rem;
    align-items: center;
}

.single-main-product__header__left__inner img {
    height: auto;
}

.single-main-product__download-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 !important;
    margin-top: 10px !important;
    list-style: none !important;
}

.single-main-product__download-list__item {
    min-height: 64px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background-color .3s ease;
    position: relative;
    padding: .5rem 2rem;
    border: 1px solid var(--shadow-100);
    border-radius: var(--rounded-sm);
}

.single-main-product__download-list__item div {
    display: flex;
    gap: 4px;
}

.single-main-product__download-list__item:hover ul,
.single-main-product__download-list__item ul:hover {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.single-main-product__download-list__item.app-download {
    padding: 0;
    background-color: transparent;
}

.single-main-product__download-list__alternative .single-main-product__download-list__item {
    padding: .5rem 1rem;
    min-height: auto;
}

.single-main-product__download-list__date {
    font-size: .7rem;
    white-space: nowrap;
}

.single-main-product__download-list__submenu {
    position: absolute;
    top: 105%;
    visibility: hidden;
    opacity: 0;
    min-width: 150px;
    width: 100%;
    left: 0;
    margin: 0 !important;
    margin-top: 2px !important;
    box-shadow: var(--shadow-xl);
    background-color: #fff;
    list-style: none !important;
    z-index: 1;
    border: 1px solid var(--shadow-50);
    border-radius: var(--rounded-sm);
    transition: all .2s ease;
}

.single-main-product__download-list__submenu li {
    margin-bottom: 0 !important;
}

.single-main-product__download-list__submenu a {
    padding: 8px 12px;
    display: block;
    font-size: var(--text-sm);
    font-weight: bold;
}

.single-main-product__download-list__submenu a:hover {
    text-decoration: none;
    background-color: var(--shadow-50);
}

.single-main-product__download-list .single-main-product__download-list__link {
    height: 64px;
    min-width: 64px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease;
}

.single-main-product__download-list .single-main-product__download-list__link:hover {
    background-color: rgba(210, 210, 210, 1);
}

.single-main-product__header__img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.single-main-product__sticky-header {
    background-color: #fff;
    box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.21);
}

.single-main-product__sticky-header__nav {
    display: flex;
    width: 100%;
    max-width: var(--main-width-xl);
    margin: 0 auto;
}

.single-main-product__sticky-header ul {
    display: flex;
    overflow: auto;
    margin: 0;
    list-style: none;
    li {
        margin-bottom: 0;
    }
}

.single-main-product__sticky-header ul a {
    padding: 14px 18px;
    border-bottom: 2px solid transparent;
    color: #000;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    white-space: nowrap;
    font-weight: 600;
}

.single-main-product__sticky-header ul a:hover {
    border-color: var(--primary-500);
    text-decoration: none;
}

.single-main-product__sticky-header ul a:focus,
.single-main-product__sticky-header ul a:active {
    border-color: var(--primary-500);
    background-color: var(--shadow-50);
}

.single-main-product__sticky-header__btn {
    display: flex;
    padding: 16px;
    background-color: var(--primary-500);
    color: #fff;
    white-space: nowrap;
    align-items: center;
    text-transform: uppercase;
    gap: 8px;
    transition: all .3s ease;
}

.single-main-product__sticky-header__btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-900);
}

.single-main-product__sticky-header__btn svg {
    width: 16px;
    height: 16px;
}

.single-main-product__first-block__button {
    padding: 8px 24px;
    background-color: var(--primary-500);
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    transition: all .3s ease;
}

.single-main-product__first-block__button:hover {
    background-color: var(--primary-900);
    color: #fff;
    text-decoration: none;
}

.single-main-product__second-block__grid {
    display: grid;
}

.single-main-product__second-block__grid p {
    color: var(--shadow-900);
    font-size: 18px;
}

.single-main-product__second-block__grid img {
    position: relative;
    top: 5px;
}

.single-main-product__gallery {
    position: relative;
}

.single-main-product__gallery::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: var(--shadow-50);
    height: 60px;
}

#resourcesBlock {
    z-index: 1;
}

#highlightsBlock {
    background-image: url(/wp-content/themes/base/imagenes/mestrelab-letter-right.svg);
    background-repeat: no-repeat;
    background-position: 94% 20%;
}

button.single-main-product__gallery__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    width: 48px;
    border-radius: 999999px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--shadow-50);
    padding: 16px;
    color: var(--primary-500);
    box-shadow: none;
    box-sizing: border-box;
    z-index: 10;
}

.single-main-product__gallery__btn#gallerySliderPrev {
    left: -24px;
}

.single-main-product__gallery__btn#gallerySliderNext {
    right: -24px;
}

.resources-grid {
    display: grid;
    gap: 1rem;
}

.faqs-grid {
    display: grid;
    gap: 8px;
}

.main-product__resources-grid {
    display: grid;
    gap: 1rem;
}

.resources-grid__item {
    overflow: hidden;
    position: relative;
}
.resources-grid__item.is--large {
    max-height: 22rem;
}
.resources-grid__item.has--button {
    padding-bottom: 7rem !important;
}
.resources-grid__item.is--large::before {
    content: "";
    width: 100%;
    height: 12rem;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(255,255,255,1) 63%, rgba(255,255,255,0) 100%);
}
.resources-grid__new {
    font-size: var(--text-xxs);
    text-transform: uppercase;
    color: #fff;
    background-color: var(--primary-500);
    font-weight: bold;
    border-radius: 4px;
    padding: 3px 4px;
    margin-left: 4px;
    line-height: 1;
}
.resources-grid__link {
    display: flex;
    gap: 8px;
    color: var(--shadow-900);
    font-size: var(--text-sm);
    align-items: center;
    transition: all .3s ease;
    margin-bottom: 1rem;
}

.resources-grid__link:hover {
    text-decoration: none;
    color: var(--primary-500);
}

.resources-grid__btn {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: var(--rounded-full) !important;
    background-color: var(--primary-500) !important;
    color: #fff !important;
    padding: 1rem 3rem !important;
    font-weight: bold !important;
    white-space: nowrap;
}

.resources-block__searcher {
    display: flex;
    gap: 8px;
    max-width: 900px;
}

.resources-block__searcher input {
    border-radius: 4px !important;
    background-color: var(--shadow-50);
    color: var(--shadow-500);
    padding: 12px 16px;
    flex: 1;
    border: none;
    margin-bottom: 0;
}

.resources-block__searcher button {
    background-color: var(--primary-500);
    text-transform: uppercase;
    color: #fff;
    padding: 8px;
    font-size: var(--text-sm);
    margin: 0;
}

.single-main-product__contact-form .form-grid {
    display: grid;
    gap: 8px;
}

.single-main-product__changelog-block::after {
    content: "";
    background-image: url('/wp-content/themes/base/imagenes/bg-bubbles-primary.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -10rem;
    width: 100vw;
    height: 100%;
}

.changelog__row {
    display: grid;
    gap: 8px;
}

.changelog__row:not(:last-child) {
    border-bottom: 1px solid var(--shadow-100);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.changelog__year {
    width: 100%;
    grid-row: auto;
    grid-column: 1/2;
}

.changelog__link {
    color: var(--shadow-500);
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    grid-column: 2/3;
    grid-row: auto;
}

.changelog__link:hover {
    color: var(--primary-500);
    text-decoration: none;
}

.changelog__link__date {
    text-transform: uppercase;
    font-size: var(--text-sm);
    opacity: .7;
}

.single-main-product__webinar-block__wrap {
    display: flex;
    flex-wrap: wrap;
}

.single-main-product__webinar-block__wrap .column {
    width: 100%;
}

.single-main-product__webinar-block__image {
    height: 100%;
    min-height: 250px;
}

.single-main-product__webinar-block__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.single-main-product__webinar-block__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.single-main-product__webinar-block__right__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 500px;
    margin: 0 auto;
}

.single-main-product__webinar-block__author {
    display: flex;
    gap: 12px;
    align-items: center;
}

.single-main-product__webinar-block__author figure {
    width: 48px;
    height: 48px;
    border-radius: 99999px;
    overflow: hidden;
}

.single-main-product__webinar-block__author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-main-product__webinar-block__link {
    background-color: var(--primary-500);
    border-radius: 4px;
    padding: 4px 24px;
    color: #fff;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
    font-size: var(--text-sm);
    font-weight: bold;
    transition: all .3s ease;
}

.single-main-product__webinar-block__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-900);
}
@media (min-width: 768px) {
    .single-main-product__download-list {
        flex-direction: row;
    }

    .single-main-product .single-main-product__header {
        height: 70vh;
        display: flex;
        min-height: 37rem;
        align-items: center;
    }

    .single-main-product__header__img {
        position: absolute;
        width: 100%;
        max-width: 50vw;
        max-height: 600px;
        object-fit: contain;
        right: -11rem;
    }

    .single-main-product__header__left {
        width: 55vw;
        max-width: 800px;
        padding-right: 2rem;
    }

    .single-main-product__header__left__inner img {
        height: 100%;
        min-height: 150px;
        width: 150px;
    }

    .single-main-product__header__left hr {
        width: 60%;
    }

    .single-main-product__sticky-header__btn {
        padding: 1rem 1.5rem;
    }

    .single-main-product__second-block__grid {
        grid-gap: 16px 40px;
    }

    .single-main-product__second-block__grid p {
        margin-bottom: 0;
        gap: 16px;
    }

    .single-main-product__gallery::after {
        height: 100px;
    }

    button.single-main-product__gallery__btn {
        height: 64px;
        width: 64px;
        padding: 20px;
    }

    .single-main-product__gallery__btn#sliderPrev {
        left: 10rem;
    }

    .single-main-product__gallery__btn#sliderNext {
        right: 10rem;
    }

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

    .resources-grid__list {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 0 2rem;
    }

    .resources-grid__link {
        gap: 12px;
        font-size: var(--text-base);
    }

    .resources-block__searcher input {
        padding: 16px;
        font-size: var(--text-base);
    }

    .resources-block__searcher button {
        padding: 12px 56px;
        font-size: var(--text-base);
    }

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

    .single-main-product__contact-form .form-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px 40px;
    }

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

    .changelog__link:nth-child(even) {
        grid-column: 2/3;
    }

    .changelog__link:nth-child(odd) {
        grid-column: 3/4;
    }

    .single-main-product__webinar-block__wrap {
        flex-wrap: nowrap;
    }

    .single-main-product__webinar-block__image {
        min-height: 530px;
    }

    .single-main-product__webinar-block__author figure {
        width: 74px;
        height: 74px;
    }
    .main-product__resources-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (min-width: 1200px) {
    .single-main-product__header__img {
        right: -10rem;
    }
}

@media screen and (min-width: 1440px) {
    .single-main-product__header__left {
        width: 45vw;
        max-width: 650px;
    }
}

.whatsnew__list ul,
.bullet-list,
.bullet-list ul {
    list-style: none !important;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.whatsnew__list li,
.bullet-list li {
    position: relative;
    padding-left: 2rem;
    sup {
        display: inline-block;
    }
}

.whatsnew__list li:not(:last-child),
.bullet-list li:not(:last-child) {
    margin-bottom: 1rem;
}

.whatsnew__list li::before,
.bullet-list li::before {
    content: url('/wp-content/themes/base/imagenes/icons/icon-list.svg');
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 4px;
    margin-right: 1rem;
}

.whatsnew__list a,
.bullet-list a {
    color: var(--primary-500);
}

.whatsnew__list li ul,
.bullet-list li ul {
    margin-top: 1rem;
}

.whatsnew__list li ul li,
.bullet-list li ul li {
    font-size: 14px;
    padding-left: 1rem;
}

.whatsnew__list li ul li::before,
.bullet-list li ul li::before {
    content: '-';
    top: 0;
}

.bloques {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.bloques h2 a,
.bloques h2 {
    font-weight: bold;
    color: #000;
}

.bloques ul {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    list-style: none;
}

.bloques ul {
    list-style: none;
}

.bloques .bloque1 {
    border: 4px solid #b20e10;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bloques .bloque1:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bloques .bloque2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}


.bloques .bloque1 .content {
    width: 35%;
    padding: 54px 30px 50px 30px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.bloques .bloque2 .content {
    width: 50%;
    padding: 30px 30px 30px 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.bloques .bloque1 .content.opac {
    opacity: 0.3;
}

.bloques .bloque2 .content.opac {
    opacity: 0.3;
}

.bloques .bloquesInt.bgcolor {
    background: #fee
}

.bloques .bloque3.bgwhite {
    background: #fff;
}

.bloques .bloque3:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bloques .bloquesInt {
    width: 65%;
    border-radius: 25px;
    border: 4px solid #b20e10;
    padding: 20px;
    position: relative;
}

.bloques .bloque3 .content {
    width: 100%;
    padding: 30px;
}

.bloques .bloque3 {
    width: 50%;
    border-radius: 25px;
    border: 4px solid #b20e10;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

section[id^='freeSection'] ul {
    padding-left: 2rem;
}

section[id^='freeSection'] ul li::before {
    content: "\2022"; 
    color: var(--primary-500);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Learn&Support styles */
.downloadProducts__row {
    --cols: 1;
    --gap: .5rem;
    display: grid;
    gap: var(--gap);
    grid-template-rows: 2;
    grid-template-columns: repeat(var(--cols), 1fr);
    margin-bottom: 1rem;
    @media (width >= 1024px) {
        --cols: 3;
        margin-bottom: 2rem;
    }
}
button.downloadProducts__btn {
    background-color: #fff;
    border: 1px solid var(--shadow-50);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    padding: 1rem 1.5rem;
    margin: 0;
    border-radius: 4px;
    color: var(--shadow-900);
    font-size: var(--text-xl);
    box-shadow: var(--shadow);
    position: relative;
    &:hover {
        background-color: var(--shadow-50);
        border-color: var(--primary-500);
        color: var(--shadow-900);
    }
    &::after {
        --size: 32px;
        content: "";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        width: var(--size);
        height: var(--size);
        border-radius: 9999px;
        display: flex;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' width='20' height='20' stroke-width='2'%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E ");
        background-position: center;
        background-repeat: no-repeat;
        background-color: var(--shadow-50);
    }
    &.is--active {
        border-color: var(--primary-500);
        &::after {
            background-color: var(--primary-500);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' width='20' height='20' stroke-width='2'%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E ");
        }
    }
    img {
        --size: 4rem;
        width: auto;
        height: var(--size) !important;
        @media (width >= 1024px) {
            --size: 5rem;
        }
    }
}
ul.subProductsList {
    list-style: none;
    margin: 0;
    padding: .5rem 0;
    background-color: #fff;
    border: 1px solid var(--shadow-50);
    border-radius: 4px;
    box-shadow: var(--shadow);
    @media (width >= 1024px) {
        grid-row: 2/3;
        grid-column: span 3;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(10rem,1fr));
        grid-template-rows: repeat(6,1fr);
        grid-auto-flow: column;
        .subProductsList__item {
            border-right: 1px solid var(--shadow-50);
        }
    }
    .subProductsList__item {
        margin: 0;
        padding: 0 .5rem;
    }
    button.subProductsList__link {
        background: none;
        padding: .5rem;
        margin: 0;
        border-radius: none;
        font-weight: bold;
        color: var(--shadow-900);
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
        height: 100%;
        position: relative;
        border-radius: 4px;
        height: 3rem;
        line-height: 1.3;
        &:hover {
            background-color: var(--shadow-50);
        }
        &::after {
            --size: 24px;
            content: "";
            position: absolute;
            right: .5rem;
            top: 50%;
            transform: translateY(-50%);
            width: var(--size);
            height: var(--size);
            border-radius: 9999px;
            background-position: center;
            background-repeat: no-repeat;
            display: none;
        }
        &.is--active {
            background-color: var(--shadow-50);
            &::after {
                display: block;
                background-color: var(--primary-500);
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' width='20' height='20' stroke-width='2'%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E ");
            }
        }
    }
}

.up {
    position: absolute;
    width: 100px;
    padding: 10px;
    background: #fff !important;
    color: #b20e10;
    font-weight: bold;
    line-height: 19px;
    left: -50px;
    top: 111px;
    border: 2px solid #b20e10;
}

.up:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23b20e10'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 17l-5-5m0 0l5-5m-5 5h12' /%3E%3C/svg%3E");
    position: absolute;
    width: 1.5rem;
    left: -26px;
    top: 50%;
    margin-top: -8px;
    font-size: 20px;
    color: #b20e10;
}

.flujo {
    margin: 0 !important;
    padding: 0;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flujo li {
    width: 18%;
    margin: 1% !important;
    border: 3px solid #e38f93;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    position: relative;

}

.flujo li::before {
    content: none !important;
}

.flujo li:last-child:after {
    display: none
}

.flujo li:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23b20e10'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 7l5 5m0 0l-5 5m5-5H6' /%3E%3C/svg%3E");
    position: absolute;
    width: 1.5rem;
    right: -26px;
    top: 50%;
    margin-top: -8px;
    font-size: 20px;
    color: #b20e10;
}

.flujo li.active {
    background: #B40900;
    color: #fff;
}

.flujo li.active .title {
    color: #fff;
}

.flujo li.disable {
    background: #c6c6c6;
    opacity: 0.3;
    border: 3px solid #8a8a8a;
}

.flujo li span {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    margin: 10px 0 10px 0 !important;

}

@media screen and (min-width: 769px) {
    .bloques .bloque1 {
        flex-wrap: nowrap;
    }
}

.markets_section {
    display: flex;
    flex-direction: column;
}

.markets_section__logo {
    position: relative;
    flex: 1;
    display: flex;
}
.markets__icon {
    margin-right: .5rem;
    width: 72px;
    height: auto;
}

.markets-waves {
    position: absolute;
    right: -40vw;
    top: 50%;
    transform: translateY(-50%);
    height: 900px;
    width: 900px;
    z-index: -1;
}
.markets-waves__wave {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    border: 1px solid var(--primary-500);
    width: 300px;
    height: 300px;
    border-radius: 99999px;
    z-index: -1;
    opacity: .4;
}
.markets-waves__wave:nth-child(2) {
    width: 600px;
    height: 600px;
}
.markets-waves__wave:nth-child(3) {
    width: 900px;
    height: 900px;
}

.section-reasons {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.section-upgrade {
    /* background-blend-mode: multiply; */
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.reasons-grid,
.upgrade-grid {
  display: grid;  
  gap: 1rem;
}
.reasons-grid li,
.upgrade-grid li {
    display: flex;
    align-items: center;
}
.reasons-grid li::before,
.upgrade-grid li:before {
    content: attr(data-number);
    margin-right: 8px;
    position: relative;
    font-weight: bold;
    font-size: 1.24rem;
}

.access-blocks__bg {
    background-position: center;
    background-size: cover;
    border-radius: var(--rounded);
    min-height: 400px;
}

.access-blocks__row {
    padding: 0 2rem;
    position: relative;
    margin-top: -10rem;
}

.access-block {
    padding: 24px;
    box-shadow: var(--shadow-xl);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: var(--rounded-sm);
}

.access-block__title {
    font-size: var(--text-3xl);
    margin-bottom: 1.5rem;
}

.access-block a {
    margin-right: 0 !important;
    text-align: center;
    color: var(--mbook-500);
}

@media screen and (min-width: 960px) {
    .reasons-grid {
        display: grid;  
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5,auto);
        grid-auto-flow: column;
        gap: 1.5rem;
    }
    .reasons-grid li::before,
    .upgrade-grid li::before {
        background-image: url("data:image/svg+xml,%3Csvg width='219' height='240' viewBox='0 0 219 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.7093 18.4014C87.0667 5.56995 92.5203 2.73659 98.6428 1.29404C113.482 -2.20209 123.305 0.804971 151.646 17.5181C163.666 24.6065 179.044 33.3936 185.819 37.0462C201.739 45.6264 211.974 55.4138 215.952 65.8603C218.697 73.0706 218.769 74.401 218.86 120.064C218.952 165.94 218.898 167.018 216.159 173.956C211.729 185.173 203.888 192.662 186.283 202.486C177.897 207.166 162.793 215.958 152.717 222.026C129.7 235.883 123.446 238.739 113.936 239.733C101.728 241.009 93.4516 238.04 69.0958 223.646C57.4087 216.738 41.7489 207.796 34.2959 203.775C17.0924 194.49 7.0278 185.022 2.93173 174.267C0.185833 167.057 0.114382 165.727 0.0232218 120.064C-0.0691705 74.1879 -0.014967 73.11 2.72477 66.172C7.15468 54.9543 14.9957 47.4656 32.6008 37.6412C40.9863 32.9612 55.8849 24.3034 65.7093 18.4014Z' fill='%23B00E11'/%3E%3C/svg%3E%0A");
        width: 54px;
        min-width: 54px;
        height: 60px;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 1.5rem;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
    }  
    
    .upgrade-grid {
        display: grid;  
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    .access-blocks__row {
        display: flex;
    }
    .access-block {
        height: 100%;
    }
}

/* Video block */
.video_block {
    aspect-ratio: 16/9;
    border-radius: var(--rounded);
    overflow: hidden;
}
.video_block--single {
    @media (width >= 1024px) {
        width: 60%;
    }
}

.logos-grid {
    display: grid;
    gap: 12px;
}
.logos-grid__link {
    border-radius: 4px;
    border: 1px solid var(--shadow-50);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    transition: all .3s ease;
}
.logos-grid__link:hover {
    background-color: var(--shadow-50);
    text-decoration: none;
    color: var(--primary-900);
}
.logos-grid__link svg {
    width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .logos-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 16px;
    }
}

.grid-team,
.grid-co-founders {
    display: grid;
    gap: 12px;
}
.grid-team__person {
    position: relative;
}
.grid-team__link {
    width: 48px;
    height: 48px;
    background-color: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99999px;
    position: absolute;
    right: 32px;
    top: 76%;
    gap: 4px;
    transform: translateY(-50%);
    z-index: 3;
    box-shadow: 0px -47px 44px rgb(0 0 0 / 21%);
    transition: all .3s ease;
    overflow: hidden;
}
.grid-team__link svg {
    width: 24px;
    height: 24px;
}
.grid-team__link strong {
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .3s ease;
    visibility: hidden;
    width: 0;
    opacity: 0;
}
.grid-team__img {
    width: 100%;
    transition: all .6s ease;
    border-radius: 4px;
    overflow: hidden;
    height: 260px !important;
    position: relative;
    display: flex;
    clip-path: circle(34% at 50% 36%);
}
/* .grid-team__mask {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background-color: var(--primary-500);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: all .5s ease;
} */
.grid-team__img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.grid-team__info {
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0;
    bottom: 12px;
    z-index: 2;
    gap: 8px;
    text-align: center;
}
.grid-team__head {
    position: relative;
}
.grid-team__info strong,
.grid-team__info span {
    transition: color .5s ease;
}
.grid-team__person:hover {
    text-decoration: none;
}
.grid-team__person:hover .grid-team__info span {
    display: block;
    line-height: 1;
}
.grid-team__person:hover .grid-team__img {
    clip-path: circle(100% at 50% 50%);
    /* filter: grayscale(.3); */
}
.grid-team__person:hover .grid-team__mask {
    opacity: .7;
}

@media (min-width: 768px) {
    .grid-team {
        grid-template-columns: repeat(4,1fr);
        gap: 48px;
    }
    .grid-co-founders {
        grid-template-columns: repeat(3,1fr);
        max-width: 900px;
        margin: 0 auto;
    }
    .grid-team__img {
        clip-path: circle(42% at 50% 43%);
    }
    .grid-co-founders .grid-team__img {
        clip-path: circle(42% at 50% 43%);
        height: 290px !important;
    }
    .grid-team__link {
        right: 16px;
    }
    .grid-team__person:hover .grid-team__link {
        width: 135px;
    }
    .grid-team__person:hover .grid-team__link strong {
        display: inline-block;
        visibility: visible;
        width: auto;
        opacity: 1;
    }
}

.single-team__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
.single-team__wrap figure {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}
.single-team__wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-team__wrap .container {
    padding: 0 !important;
}

.single-team__social__link {
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 99999px;
    background-color: var(--primary-500);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.single-team__social__link:not(:last-child) {
    margin-right: 4px;
}

@media (min-width: 768px) {
    .single-team__wrap {
        flex-direction: row;
        gap: 48px;
    }
    .single-team__wrap figure {
        width: 400px;
    }
}

.single-career__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    box-sizing: border-box;
}

.single-career__contact {
    padding: 1.5rem 1.5rem 0 1.5rem;
    border: 1px solid var(--shadow-100);
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 -1rem;
}
.single-career__contact small {
    font-size: 9px;
    line-height: 1.5;
    display: block;
}
.single-career__contact input[type="submit"] {
    width: 100%;
    margin-top: 12px;
}
.single-career__contact .wpcf7 input[type="file"] {
    font-size: var(--text-xxs);
}

.single-career__btn-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem;
    z-index: 1;
}
.single-career__btn.button {
    background-color: var(--primary-500) !important;
    font-weight: bold;
    width: 100%;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-xl);
    padding: 1rem 1.5rem;
    gap: 8px;
    border-radius: var(--rounded-full) !important;
    border: 1px solid #fff;
}
.single-career__btn svg {
    width: 1rem;
}

.single-career__wrap ul li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 1.3rem;
}
.single-career__wrap ul li::before {
    content: "";
    background: url('/wp-content/themes/base/imagenes/icons/icon-chevron-right.svg');
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    background-size: cover;
    display: block;
}

.single-career__aboutus img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.single-career__aboutus__btn.button {
    background-color: var(--primary-500) !important;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-xl);
    padding: 1rem 1.5rem;
    gap: 8px;
    margin: 1rem 0 0;
    width: 100%;
    max-width: 300px;
    position: relative;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .single-career__wrap {
        display: grid;
        grid-template-columns: 2fr 1.4fr;
        gap: 64px;
        align-items: flex-start;
    }
    .single-career__btn-wrap {
        display: none;
    }
    .single-career__contact {
        padding: 2.5rem;
    }
    .single-career__aboutus__btn.button {
        border-radius: var(--rounded-full) !important;
    }
    .single-career__aboutus img {
        border-radius: var(--rounded);
    }
}


.career-list {
    display: grid;
    gap: 12px;
}
.archive-career__types {
    display: flex;
    gap: 8px;
}
.archive-career__types img {
    width: 32px;
}

.career-block {
    border: 1px solid var(--shadow-100);
    padding: 1.5rem;
    border-radius: var(--rounded-sm);
    background-color: #fff;
    box-sizing: border-box;
    transition: all .3s ease;
    img {
        width: 72px;
    }
}

.career-block:hover {
    background-color: var(--shadow-50);
    text-decoration: none;
}

.career-block a:hover {
    text-decoration: none;
}

.archive-career__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.career-block a {
    display: flex;
    flex-direction: column;
}

.no-careers {
    background-color: var(--shadow-50);
    font-size: var(--text-base);
    padding: 2.5rem;
    text-align: center;
    border-radius: var(--rounded-sm);
}

@media (min-width: 768px) {
    .career-list {
        grid-template-columns: repeat(3,1fr);
    }
    .archive-career__contact {
        position: relative;
        margin-top: -5rem;
        padding-bottom: 0 !important;
    }
    .archive-career__grid {
        grid-template-columns: 2fr 1.1fr;
        gap: 6rem;
    }
}

.customers-page__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}

.customers-page__table__divider {
    height: 1px;
    background-color: var(--primary-500);
    width: 100%;
    margin: 2rem 0;
    display: block;
}

@media (min-width: 768px) {
    .customers-page__grid {
        grid-template-columns: repeat(5,1fr);
        gap: 24px;
    }
}

.downloadsGrid {
    display: grid;
    gap: 12px;
}

#downloadsWrapper {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 !important;
}

#downloadsLeftBlock,
#downloadsRightBlock {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 769px) {
    .downloadsGrid {
        grid-template-columns: repeat(4, 1fr);
    }
    #downloadsWrapper {
        flex-direction: row-reverse;
    }
    #downloadsLeftBlock {
        width: 100%;
    }
    #downloadsRightBlock {
        margin-left: 2rem;
        flex: 1;
        min-width: 35%;
    }
}

.grid.posts_group {
    display: flex;
    flex-direction: column;
}
.post-item {
    border-radius: 10px;
    box-shadow: var(--shadow);
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0;
}
.post-item .image_frame {
    width: 100%;
}
.post-item .image_frame a {
    width: 100%;
    height: 100%;
}
.post-item .post-desc-wrapper {
    width: 100%;
}
.post-item .image_wrapper {
    background-color: var(--primary-500);
    display: flex;
    height: 200px;
}
.post-item.category-post-product .image_wrapper {
    background-color: #fff;
}
.post-item.category-post-product .image_frame .image_wrapper img {
    width: auto !important;
    height: 70% !important;
    margin: auto;
}
.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: auto !important;
}
.post-item .image_frame img.post-item__logo {
    width: 64px !important;
    height: 64px !important;
    margin: auto !important;
}
.image_frame {
    border: none;
}
.image_frame .image_wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.column.no-scale .image_frame .image_wrapper img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
}
.post-footer {
    display: none;
}
.post-item .entry-title {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.post-item .post-excerpt {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.post-desc-wrapper .post-desc {
    height: 100%;
    padding: 24px !important;
}
.post-category {
    border-radius: 4px;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    left: 16px;
    top: 16px;
    display: block;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    z-index: 1;
    background-color: #fff;
    box-shadow: var(--shadow);
}
.post-category--event {
    color: #fff;
    background-color: var(--primary-500);
}
.post-category--news,
.post-category--faqs,
.post-category--starting-guide,
.post-category--changelog {
    color: #fff;
    background-color: var(--shadow-500);
}
.image_frame .image_wrapper .image_links {
    display: none;
}

.post.no-img .post-photo-wrapper {
    display: block;
}

.post-item__play {
    background-color: var(--primary-500);
    width: 48px !important;
    height: 48px !important;
    border-radius: var(--rounded-full);
    display: flex !important;
    box-sizing: border-box;
    position: relative;
    margin-top: -3rem;
    margin-bottom: 1rem;
    box-shadow: var(--shadow);
    transition: background-color .3s ease;
}
.post-item__play:hover {
    background-color: var(--primary-900);
}
.post-item__play svg {
    align-self: center;
    margin: auto;
}

@media screen and (min-width: 769px) {
    .post-item .entry-title {
        min-height: 3.6rem;
    }
}

/* News/Events page */
#newsHeader {
    display: grid;
    @media screen and (width>=1024px) {
        grid-template-rows: 30rem;
    }
}
#newsHeader a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    overflow: hidden;
}
#newsHeader a:hover img {
    filter: grayscale(1);
    transform: scale(1.2);
}
#newsHeader a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-image: linear-gradient(180deg,transparent 25%,#000 90%);
    z-index: 1;
}
#newsHeader article figure {
    height: 100%;
    width: 100%;
}
#newsHeader article img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .7s ease;
}
.card-shadow__play {
    border-radius: var(--rounded-full);
    background-color: var(--primary-500);
    width: 40px;
    height: 40px;
    display: flex;
    margin: 6px 0;
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1;
}
.card-shadow__play svg {
    margin: auto;
}
.card-shadow__info {
    position: absolute;
    padding: 24px;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}
.card-shadow__title {
    color: #fff;
    bottom: 0;
    font-size: var(--text-4xl);
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 5.4rem;
}

.card-shadow__cat {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.4);
    line-height: 1;
    color: #fff;
    margin-bottom: 4px;
    margin-right: 4px;
}

#latestPosts {
    display: grid;
    gap: 12px;
}

.card-horizontal a {
    display: flex;
    gap: 12px;
    padding: 8px;
    border-radius: 4px;
    transition: background-color .3s ease;
}
.card-horizontal a:hover {
    background-color: var(--shadow-50);
    text-decoration: none;
}
.card-horizontal figure {
    width: 164px;
    min-height: 100px;
    background-color: var(--primary-500);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--rounded-sm);
}
.card-horizontal img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    border-radius: 2px;
}
.card-horizontal .card-horizontal__logo {
    width: 32px !important;
    height: 32px !important;
}
.card-horizontal__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-horizontal__title {
    font-size: var(--text-xl);
    line-height: 1.2;
    margin-bottom: 8px;
}
.card-horizontal__date {
    font-size: var(--text-sm);
    display: block;
    line-height: 1;
}

.card-horizontal__date__modified{
    font-size: 10px;
    display: block;
    line-height: 1;
	margin-top:8px;
	color:var(--grey-500);
}


.basic-card-horizontal > a,
.basic-card-horizontal > div {
    display: flex;
    border-radius: 4px;
    transition: background-color .3s ease;
    box-shadow: var(--shadow);
    overflow: hidden;
    padding: 1.2rem;
    height: 100%;
    align-items: center;
}
.basic-card-horizontal a:hover,
.basic-card-horizontal > div:hover {
    background-color: var(--shadow-50);
    text-decoration: none;
}
.basic-card-horizontal figure {
    width: 110px;
    aspect-ratio: 1;
    background-color: var(--primary-500);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    overflow: hidden;
}
.basic-card-horizontal img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.basic-card-horizontal .basic-card-horizontal__logo {
    width: 32px !important;
    height: 32px !important;
}
.basic-card-horizontal__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 16px;
}
.basic-card-horizontal__title {
    font-size: var(--text-lg) !important;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: bold;
}

.section-post-related .section-related-adjustment {
    border: none;
}

.no-share .section-post-header .single-photo-wrapper.image .image_frame {
    width: 100%;
    border-radius: var(--rounded-sm);
    overflow: hidden;
}
.single-post .single-photo-wrapper {
    border: none !important;
}

@media(min-width: 769px) {
    .grid.posts_group {
        flex-direction: row;
        margin: 0 -15px;
    } 
    .grid .post-desc-wrapper .post-desc {
        padding: 32px;
    }
    #newsHeader {
        grid-template-columns: repeat(3,1fr);
        gap: 4px;
        background-color: #000;
    }
    #latestPosts {
        grid-template-columns: repeat(2,1fr);
    }
    #blogGrid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 24px;
    }
    .blog-grid-2,
    .blog-grid-3 {
        display: grid;
    }
    .blog-grid-2 {
        grid-template-columns: repeat(2,1fr);
        gap:8px;
    }
    .blog-grid-3 {
        grid-template-columns: repeat(3,1fr);
        gap:24px;
    }
    .masonry .post-desc-wrapper .post-desc {
        padding: 2rem;
    }
    .archive.category #Content {
        padding: 4rem 0;
    }
    .single-photo-wrapper img {
        width: 70% !important;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1200px) {
    .basic-card-horizontal__title {
        font-size: var(--text-base);
    }
}

#storeCover {
    position: relative;
}
#storeCover::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-500);
    top: 0;
    z-index: 2;
    mix-blend-mode: color;
}
#storeCover .section_wrapper {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#storeCover video {
    filter: brightness(0.2);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.user-registration-page .woocommerce {
    margin: 3rem 0;
}
.user-registration-page .woocommerce h2 {
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}
.woocommerce-form {
    margin: 3rem auto !important;
    max-width: 450px;
    background-color: #fff;
    border: none !important;
    box-shadow: var(--shadow-xl);
    padding: 40px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    width: 100%;
    background-color: var(--shadow-900) !important;
    font-weight: bold !important;
    text-transform: uppercase;
    padding: 1.2rem 3rem !important;
    font-size: 16px !important;
    margin: 1rem 0;
    transition: background-color .3s ease-in-out;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
    background-color: var(--primary-500) !important;
}
.woocommerce-privacy-policy-text {
    border-radius: var(--rounded-sm);
    padding: 14px;
    background-color: var(--primary-50);
    color: var(--primary-900);
    font-size: 12px;
    margin-bottom: 18px;
}
.woocommerce-form-register > p:nth-child(2) {
    font-style: italic;
    font-size: 14px;
}
.woocommerce-privacy-policy-text p {
    margin-bottom: 0;
    line-height: 1.6;
}

#workflow_slider {
    .workflow_slider__slide {
        position: relative;
        
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.2);
            z-index: 10;
        }
    }
    .workflow_slider__img {
        width: 100%;
        aspect-ratio: 16/6;
        object-fit: cover;
        @media screen and (width>=768px) {
            aspect-ratio: 16/3;
        }
    }
    .workflow_slider__title {
        --space: 2rem;
        --font-size: 1.5rem;
        --container: 1180px;
        position: absolute;
        color: #fff;
        font-weight: bold;
        bottom: var(--space);
        left: 16px;
        font-size: var(--font-size);
        max-width: var(--container);
        width: 100%;
        margin: 0 auto;
        right: 0;
        z-index: 20;
        @media screen and (width >= 768px) {
            --space: 4rem;
            --font-size: 2.5rem;
            left: 0;
        }
        @media screen and (width >= 1440px) {
            --font-size: 3.5rem;
        }
    }
}

#workflow_products {
    --cols: repeat(1,1fr);
    --gap: 2rem;
    display: grid;
    grid-template-columns: var(--cols);
    gap: var(--gap);
    @media screen and (width >= 1024px) {
        --cols: 25% 1fr;
        --gap: 4rem;
    }
    @media screen and (width >= 1440px) {
        --cols: 30% 1fr;
    }

    .workflow_products__title {
        --spacing: 1.5rem;
        --font-size: 2rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: var(--spacing);
        font-size: var(--font-size);
        @media screeen and (width >= 768px) {
            --font-size: 2.5rem;
        }
        @media screen and (width >= 1024px) {
            --font-size: 2.7rem;
        }
    }

    .workflow_products__title {
        margin-bottom: 1.5rem;
    }

    .workflow_products__categories {
        --mt: 0rem;
        display: flex;
        flex-direction: column;
        gap: .5rem;
        margin-top: var(--mt);

        @media screen and (width >= 1024px) {
            --mt: 8rem;
        }
    }

    .workflow_products__video {
        --spacing: 1rem;
        margin-top: var(--spacing);
        @media screen and (width >= 768px) {
            --spacing: 2rem;
        }
        & video, & iframe {
            width: 100%;
            aspect-ratio: 16/9;
            &:not(.is--active) {
                display: none;
            }
        }
    }

    .workflow_products__button {
        border-radius: 0;
        background-color: #f1f1f1;
        color: rgb(3,3,3);
        text-align: center;
        width: 100%;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.3rem;
        margin: 0;
        &.is--active {
            background-color: var(--primary-500);
            color: #fff;
        }
    }

    .workflow_products__container {
        &:not(.is--active) {
            display: none;
        }
    }

    .workflow_products__grid {
        --cols: 1;
        --gap: 1rem;
        display: grid;
        gap: var(--gap);
        grid-template-columns: repeat(var(--cols),1fr);
        @media screeen and (width >= 768px) {
            --cols: 2;
        }
        @media screen and (width >= 1024px) {
            --cols: 3;
        }

        .main-products-grid__item {
            margin: 0;
        }
    }
}

/* Podcasts */
.single-podcasts {
    #Wrapper {
        overflow: visible;
    }
}
.post-type-archive-podcasts {
    #Content {
        padding-top: 0;
    }
}

.podcast_cover {
    --mb: 2rem;
    width: 100%;
    max-width: none;
    position: relative;
    margin-bottom: var(--mb);
    @media (width>=768px) {
        margin-top: 7rem;
    }
    @media (width>=992px) {
        margin-top: 4.5rem;
    }
}

.podcast_categories {
    display: flex;
    list-style: none;
    gap: 1rem;
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.podcast_categories a {
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 16px;
    color: rgb(0,0,0) !important;
    display: flex;
}
.podcast_categories a.active {
    background-color: var(--primary-500);
    border-color: var(--primary-500);
    color: #fff !important;
}

.podcasts-cover__title {
    font-weight: bold;
    font-size: 4rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    color: var(--primary-500);
}

.podcast-card {
    --align: flex-start;
    --dir: column;
    display: flex;
    flex-direction: var(--dir);
    border: 1px solid rgba(0,0,0,.1);
    padding: 2rem;
    overflow: hidden;
    gap: 2rem;
    align-items: var(--align);
    margin-bottom: 2.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
    .podcast-card {
        --align: center;
        --dir: row;
    }
}

.podcast-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.podcast-thumbnail {
    width: 100%;
    flex: 0 0 100%;
    aspect-ratio: 1;
    overflow: hidden;
    @media screen and (width>=768px) {
        flex: 0 0 25%;
        max-width: 260px;
    }
}

.podcast-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.podcast-card:hover .podcast-thumbnail img {
    transform: scale(1.05);
}

.podcast-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.episode-number {
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
}

.podcast-title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: bold;
    @media screen and (width>=768px) {
        font-size: 2.5rem;
    }
}

.podcast-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.podcast-title a:hover {
    color: var(--primary-500);
}

.podcast-description {
    flex: 1;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.podcast-link a {
    color: var(--primary-500);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.podcast-link a:hover {
    color: var(--primary-900);
}

.podcast-page__page {
    --pd: 2vh 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0;
    gap: 3rem;
    padding: var(--pd);
    .section_wrapper {
        @media screen and (width<=768px) {
            padding: 0 !important;
        }
    }
}

@media screen and (min-width: 992px) {
    .podcast-page__page {
        --pd: 2vh 0;
        flex-direction: row;
    }
}

body:is(.single-podcasts,.post-type-archive-podcasts,.tax-podcast_categories) .page-top {
    display: none;
}

body:is(.single-podcasts,.post-type-archive-podcasts,.tax-podcast_categories) .main-content {
    padding-top: 0;
}

.podcast-page__back {
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: bold;
    margin-top: 2rem;
    @media screen and (width>=768ppx) {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
}

.podcast-page__left {
    flex: 0 0 1;
}

.podcast-page__title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: bold;
    color: var(--primary-500);
    @media screen and (width>=768ppx) {
        font-size: 2.5rem;
    }
}

.podcast-page__iframe {
    margin-bottom: 20px;
}

.podcast-page__description {
    font-size: 18px;
    line-height: 1.5;
}

.podcast-page__right {
    width: 100%;
    position: sticky;
    top: 12rem;
    @media screen and (width>=768px) {
        flex: 0 0 20%;
    }
}

.participants-block {
    margin-bottom: 3rem;
}

.participants-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2rem !important;
    text-align: center;
    color: var(--primary);
    line-height: 1;

}

.participants-list {
    list-style-type: none;
    padding: 0;
}

.participant-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.participant-role {
    text-align: center;
}

.participant-photo {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.participant-name {
    font-size: 16px;
    font-weight: bold;
    color: rgb(0,0,0);
}

.tips-cover__title {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 2rem;
    color: var(--primary-500);
}
@media screen and (width >= 1024px) {
    .tips__container {
        display: flex;
        flex-direction: row-reverse;
        gap: 5rem;
    }
    .tips__left {
        width: 70%;
    }
    .tips__right {
        flex: 1;
    }
    .tips__listing {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 2rem;
    }
}

.tip-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tip-card__img {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    a {
        display: flex;
    }
}
.tip-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tip-card__title {
    font-weight: bold;
    font-size: 1.5rem;
    height: 5.5rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .2rem;
}
.tip-card__descr {
    opacity: .7;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.tip_categories {
    display: flex;
    list-style: none;
    gap: .5rem;
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.tip_categories button {
    border: 1px solid rgba(0,0,0,.1);
    padding: .5rem 1rem;
    font-size: 16px;
    color: rgb(0,0,0) !important;
    display: flex;
    border-width: 2px;
    background-color: transparent;
    background: none;
    margin: 0;
}
.tip_categories button:hover {
    border-color: var(--primary-500) !important;
    background-color: transparent;
    background: none;
}
.tip_categories button.active {
    background-color: var(--primary-500);
    border-color: var(--primary-500);
    color: #fff !important;
}

.tip_categories--featured button {
    font-weight: bold;
}
.tip-card__play {
    position: absolute;
    width: 48px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-500);
    color: #fff;
    right: 1rem;
    bottom: 1rem;
    box-sizing: border-box;
    pointer-events: none;
    svg {
        width: 100%;
    }
}


.single-post .has_content .the_content_wrapper {
    margin: auto;
}

.single-post .post-header {
    margin: 0 auto;
    float: none;
    margin-bottom: 3rem;
}

.single-post .has_content .the_content_wrapper p,
.single-post .has_content .the_content_wrapper li {
    font-size: 18px;
    line-height: 160%;
    color: #333;
}

.single-post .has_content .the_content_wrapper ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post .single-photo-wrapper {
    margin: auto;
    float: none;
    margin-bottom: 40px;
    border: 1px solid #f2f2f2;
}

.single-post .single-photo-wrapper img {
    width: 100%;
}

.single-post .single-photo-wrapper .mask {
    display: none !important;
}


.single-post .has_content idv:not(.event-content) .the_content_wrapper img {
    margin: 20px auto;
    max-width: 70% !important;
    border-radius: var(--rounded-sm);
    width: auto;
}

.single-post .has_content .the_content_wrapper h1 {
    margin-top: 40px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
}

.single-post .has_content .the_content_wrapper h2 {
    margin-top: 40px;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 800;
}

.single-post .has_content .the_content_wrapper h3 {
    margin-top: 30px;
    text-transform: uppercase;
    color: var(--primary-500) !important;
    font-size: 34px;
    line-height: 1.3;
    font-weight: bold;
}

.single-post .has_content .the_content_wrapper h4 {
    margin-top: 30px;
    text-transform: uppercase;
    color: var(--primary-500) !important;
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
}

.single-post .has_content .the_content_wrapper h5 {
    margin-top: 30px;
    text-transform: uppercase;
    color: var(--primary-500) !important;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
}

.section-post-related {
    margin-top: 2rem;
}

.single-photo-wrapper .image_wrapper img {
    margin: 0 auto;
}

.single-post .has_content .the_content_wrapper {
    /* Estilo general de la tarjeta */
    .card {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        margin-bottom: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 16px;
        @media screen and (width>768px) {
            padding: 24px;
        }
    }
    
    /* Fila dentro de la tarjeta */
    .card__row {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
        @media screen and (width>768px) {
            gap: 1rem;
        }
    }

    /* Contenedor de la imagen */
    .card__image-wrapper {
        flex: 0 0 100%;
        @media screen and (width>768px) {
            flex: 0 0 150px;
        }
        br {
            display: none;
        }
    }

    /* Imagen de la tarjeta */
    .card__image {
        width: 100% !important;
        max-width: none !important;
        height: auto;
        margin: 0 !important;
    }

    /* Contenedor del contenido textual */
    .card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    }

    /* Título del contenido */
    .card__title {
    font-size: 1.25rem;
    margin: 0 0 10px;
    font-weight: bold;
    color: #333;
    }

    /* Texto del contenido */
    .card__text {
    margin: 0 0 15px;
    font-size: 1rem;
    color: #666;
    }

    /* Contenedor de los enlaces de acción */
    .card__action {
    text-align: right;
    }

    /* Enlaces de acción */
    .card__link {
    font-size: 0.75rem;
    color: var(--primary-500);
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid var(--primary-500);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-flex;
    }

    .card__link:hover {
    background-color: var(--primary-500);
    color: #fff;
    }
}

.faqsGrid {
    display: grid;
    gap: 10px;
}
.faqBlock {
    border: 1px solid var(--shadow-50);
    overflow: hidden;
    border-radius: var(--rounded-sm);
    transition: background-color .3s ease;
    position: relative;
    box-shadow: var(--shadow-xl);
    background-color: #fff;
    img {
        display: block;
    }
}
.faqBlock:hover {
    cursor: pointer;
    background-color: var(--shadow-50);
}
.faqBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    height: 0;
    transition: height .3s ease;
    background-color: var(--primary-500);
}
.faqBlock.is--opened::before {
    height: 100%;
}
.faqBlock.is--opened .faqBlock__title {
    font-weight: bold;
}
.faqBlock.is--opened .faqBlock__content {
    padding: 0 20px 20px 20px;
    height: 100%;
    max-height: 800px;
}
.faqBlock__title {
    font-size: var(--text-sm);
    margin-bottom: 0;
    padding: 16px 40px 16px 20px;
    position: relative;
}
.faqBlock__title::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z' clip-rule='evenodd' /%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.faqBlock.is--opened .faqBlock__title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M5 10a1 1 0 011-1h8a1 1 0 110 2H6a1 1 0 01-1-1z' clip-rule='evenodd' /%3E%3C/svg%3E");
}
.faqBlock__content {
    height: 0;
    transition: max-height .3s ease;
    overflow: auto;
}

.faqBlock ul {
    padding-left: 1rem;
    margin-top: .5rem;
}

.faqBlock ul li::before {
    content: "\2022"; 
    color: var(--primary-500);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media(min-width: 769px) {
    .faqBlock__title {
        font-size: var(--text-xl);
    }
}

.customSelect {
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
}
.customSelect__btn {
    background-color: #fff !important;
    border-radius: var(--rounded-sm) !important;
    border: 1px solid var(--primary-500) !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E");
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 1.5rem !important;
    max-width: 90%;
}
.customSelect__menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: var(--shadow-xl);
    visibility: hidden;
    width: 100%;
    opacity: 0;
    transform: translateY(1rem);
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 250px;
    border-radius: var(--rounded-sm);
    overflow: auto;
    transition: all .3s ease;
    background-color: #fff;
    z-index: 1;
}
.customSelect__menu.is--opened {
    transform: translateY(4px);
    visibility: visible;
    opacity: 1;
}
.customSelect__item {
    margin-bottom: 0 !important;
}
.customSelect__item:not(:last-child) .customSelect__link {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid var(--shadow-50);
}
.customSelect__link {
    background-color: #fff !important;
    border-radius: 0 !important;
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
}
.customSelect__link.is--active svg {
    transform: rotate(180deg);
}
.customSelect__link span {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    padding: 4px;
    background-color: var(--shadow-50);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customSelect__link svg {
    width: 20px;
    height: 20px;
    transition: transform .3s ease;
}
.customSelect__menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .8rem;
}
.customSelect__menu ul button {
    padding-left: 24px;
}

.customSelect__menu > .customSelect__item > .customSelect__link {
    position: sticky;
    top: 0;
    z-index: 2;
}

.customSelect__list {
    background-color: var(--shadow-50);
    display: none;
}
.customSelect__link.is--active + .customSelect__list {
    border-left: 4px solid var(--primary-500);
}
.customSelect__sublist {
    background-color: var(--shadow-50);
    display: none;
}

/* Downloads dropdown */
.downloadsBlock {
    position: relative;
}
.downloadsBlock__btn {
    display: block;
    text-align: center;
    background-color: #fff;
    border: 1px solid var(--shadow-100);
    border-radius: var(--rounded-sm);
    color: #000;
    font-weight: bold;
    padding: 12px 16px;
    font-size: var(--text-base);
    line-height: 1;
}
.downloadsBlock__btn:hover {
    background-color: var(--shadow-50);
}
.downloadsBlock__btn:hover + .downloadsBlock__list,
.downloadsBlock__list:hover {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.downloadsBlock__btn__date {
    font-weight: normal;
    color: var(--shadow-500);
    font-size: .6rem;
}
.downloadsBlock__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .8rem;
    position: absolute;
    top: 105%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border: 1px solid var(--shadow-50);
    border-radius: var(--rounded-sm);
    width: 100%;
    z-index: 1;
    transition: all .3s ease;
    max-height: 15rem;
    overflow: auto;
}
.downloadsBlock__list__system {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 4px;
    background-color: var(--shadow-50);
    color: #000;
    font-size: var(--text-sm);
}
.downloadsBlock__list__system img {
    width: 20px;
}
.downloadsBlock__list li {
    margin-bottom: 0 !important;
}
.downloadsBlock__list a {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    font-size: var(--text-sm);
    transition: color .3s ease;
    line-height: 1.2;
}
.downloadsBlock__list a:hover {
    background-color: rgba(0,0,0,.02);
    text-decoration: none;
}

.downloadsBlock__list li svg {
    --size: 1rem;
    width: var(--size);
    height: var(--size);
    margin-right: 4px;
}

#timelineWrapper {
    display: grid;
    gap: 12px;
}

.timeline__item {
    border-radius: var(--rounded-sm);
    overflow: hidden;
    background-color: var(--shadow-50);
    border: 1px solid var(--shadow-50);
    display: flex;
    flex-direction: column;
}
.timeline__item__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media screen and (min-width: 769px) {
    #timelineWrapper {
        grid-template-columns: repeat(3,1fr);
        gap: 24px;
    }
}

.historyArrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: centrer;
    justify-content: space-between;
    padding: 0 1rem;
    @media (width >= 1024px) {
        padding: 0 2rem;
    }
    .slider-arrow {
        background-color: #fff !important;
        border-radius: 99999px;
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.1) !important;
        &:hover {
            background-color: var(--primary-500) !important;
            color: #fff !important;
        }
        @media (width >= 1024px) {
            --size: 4rem;
            width: var(--size);
            height: var(--size);
        }
    }
}

@media screen and (min-width: 769px) {
    .case-study__wrap {
        display: flex !important;
        gap: 2rem;
    }
    .case-study__wrap__left {
        max-width: 25%;
    }
    .case-study__wrap__right {
        flex: 1;
    }
}

.author-block {
    border-radius: var(--rounded-sm);
    box-shadow: var(--shadow-xl);
    background-color: #fff;
    padding-bottom: var(--padding-block);
}
.author-block:not(:last-child) {
    margin-bottom: 1.5rem;
}
.author-block__title {
    font-size: var(--text-5xl);
    line-height: 1;
}
.author-block__title {
    border-left: .4rem solid var(--primary-500);
    padding-left: var(--padding-block);
    padding-top: calc(var(--padding-block)*1.5);
    padding-right: var(--padding-block);
}
.author-block__header {
    display: flex;
    padding: 0 var(--padding-block);
}
.author-block__photo {
    width: 5rem;
    height: 5rem;
    border-radius: 99999px;
    overflow: hidden;
    display: flex;
}
.author-block__photo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.author-block__data {
    flex: 1;
    padding: 0 var(--padding-block);
}
.author-block main {
    padding: 0 var(--padding-block) 0 var(--padding-block);
}
@media screen and (min-width: 768px) {
    .author-block__photo {
        border-radius: 99999px;
        overflow: hidden;
    }
    .author-block__description {
        margin-top: 1rem;
    }
    .author-block__title {
        font-size: var(--text-2xl);
    }
    .author-block__header {
        margin-top: 2rem;
    }
}

.corporation-block__img img {
    width: 150px;
    height: auto;
}

body > .is-search-form {
    display: none;
}
.category-search {
    display: flex;
    border-radius: 9999px;
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    margin-bottom: 2rem;
}
.category-search:hover input[type="search"] {
    background-color: var(--primary-50);
}
.category-search label {
    margin-bottom: 0;
    width: 100%;
}
.category-search input[type="search"] {
    border: none;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 0;
    transition: all .3s ease;
}
.category-search input[type="search"]:focus,
.category-search input[type="search"]:active {
    background-color: var(--primary-50) !important;
    color: var(--primary-900);
}
.category-search button {
    border-radius: 9999px;
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    height: 100%;
    margin: 0;
}
.category-search button svg {
    width: 24px;
}

.full-search {
    display: none;
}
.full-search.is--opened {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    z-index: 9999;
}

div.is-ajax-search-result {
    background: #fff !important;
    border-radius: var(--rounded-sm);
    box-shadow: var(--shadow-xl);
}
.is-ajax-search-post .is-title a {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}
.is-ajax-search-post {
    border-radius: 2px;
}
.is-ajax-search-result .is-ajax-search-post:hover {
    background: var(--shadow-50) !important;
}
.is-search-sections {
    display: flex;
    align-items: center;
}
.header-fixed #Top_bar {
    opacity: 1;
}
#Top_bar .search_wrapper {
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 800px;
}
.is-form-style {
    display: flex;
}
.is-form-style input.is-search-input {
    height: 52px;
    border: none !important;
}
.is-search-icon {
    padding: 0 !important;
}
.is-form-style input.is-search-submit, .is-search-icon,
.is-form-style button.is-search-submit {
    height: 52px;
    background-color: var(--primary-500);
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
}
.is-form-style .is-search-submit path {
    fill: #fff;
}

.search-grid__block {
    display: none;
    gap: 2rem;
    .active {
        display: grid;
    }
}
.search-grid__title {
    margin-top: 2rem;
    margin-bottom: 0rem;
    font-size: 3rem;
}
.search-grid__year {
    --fs: 3rem;
    --mt: 2rem;
    --mb: 1rem;
    margin-top: var(--mt);
    margin-bottom: var(--mb);
    font-size: var(--fs);
    line-height: 1;
    font-weight: bold;
    @media (width >= 1280px) {
        --fs: 4rem;
        --mt: 3rem;
        --mb: 2rem;
    }
}

@media screen and (min-width: 960px) {
    .search-grid__block {
        grid-template-columns: repeat(var(--search-grid-cols),1fr);
    } 
    .search-grid__title {
        font-size: 4rem;
        line-height: 1;
        grid-column: 1/calc(var(--search-grid-cols) + 1);
    }
}


/* ! WC_single-product */
.single-product .single_variation_wrap .woocommerce-variation.single_variation{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single-product .single_variation_wrap .woocommerce-variation.single_variation div{
    margin: 0px 7px;
  }
  
  /* ! hide_add_to_cart */
  .single-product .single_variation_wrap .woocommerce-variation-add-to-cart{
    display: none;
  }
  
  
  /* ! Seach page */
  
  body.search .filters-button-group{
    display: flex;
    gap: 1rem;
    flex-flow: row wrap;
  }
  
  body.search .search-grid section.active{
    display: grid;
  }
  
  body.search .section_filters {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    grid-column: 1/calc(var(--search-grid-cols) + 1);
    transform: none !important;
  }
  
  body.search .search-grid section .post-item{
      width: auto !important;
      position: relative !important;
      left: 0 !important;
      top: 0 !important;
      transform: none !important;
  }
  body.search .search-grid section .post-item.active{
      display: flex !important;
      position: relative !important;
      left: 0 !important;
      top: 0 !important;
      transform: none !important;
  }
  
  body.search .blog_wrapper {
    height: auto !important;
  }
  
  body.search.search-results .filter.hidden,
  body.search.search-results section .section_filters .filters .filter.hidden
  {
    display: none !important;
  }
  
  body.search .search-grid section .isotope-item.search-grid__title{
    width: 100% !important;
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
  }
  
  body.search .filter .counter{
    background-color: #af0e11;
    color: white;
    border-radius: 50px;
    padding: 5px 9px;
    margin-left: 7px;
    display: inline-flex;
  }
  
  body.search .filter.active .button{
    background-color: #af0e11;
    color: white;
  }
  
  body.search .filter.active .counter{
    background-color: white;
    color: #af0e11;
  }
  
  
  /* ! Categories by year */
  
  .year-section{
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
  }
  .year-section:not(:last-child) {
    margin-bottom: 3rem;
  }
  
  .year-section-title{
    width: 100% !important;
    font-size: var(--text-7xl) !important;
    line-height: 1;
  }
  
  .year-section .posts_group{
    position: relative;
    width: 100%;
    margin: auto;
    display: grid;
    gap: 2rem;
  }
  
  .year-section .posts_group .post-item {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  
  @media screen and (min-width: 960px) {
    .year-section .posts_group {
      grid-template-columns: repeat(3,1fr);
    }
  }
  

.multiple-category-section__tabs {
    display: flex;
    flex-direction: var(--tabs-section-dir);
    margin-bottom: var(--tabs-section-mb);
    gap: 1rem;
}
.multiple-category-section__container:not(.is--visible) {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transform: translateX(1rem);
}
.multiple-category-section__container {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transform: translateX(0rem);
    transition: opacity .5s ease, transform .5s ease;
    position: relative;
}
.multiple-category-section__button {
    transition: all .3s ease;
    border-radius: var(--rounded-full) !important;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 0 !important;
    font-size: var(--tab-font-size) !important;
    box-shadow: var(--shadow-xl);
    padding: var(--tab-pd) !important;
    width: var(--tab-w);
    box-sizing: border-box;
}
.multiple-category-section__button:hover {
    background-color: var(--primary-500) !important;
    color: #fff !important;
}
.multiple-category-section__button:not(.is--active) {
    background-color: #fff;
    color:var(--shadow-900);
}
.multiple-category-section__button.is--active {
    background-color: var(--primary-500);
    color: #fff;
}

.whatWeDo__block {
    display: flex !important;
    flex-flow: column wrap;
    align-items: flex-start;
    gap: 2rem;
}
.whatWeDo__number {
    font-size: var(--text-5xl);
    display: block;
}

.whatWeDo__icon {
    margin-left: 0 !important;
}

.whatWeDo__title {
    font-size: var(--text-3xl);
    margin-bottom: 0;
}
.whatWeDo__title::first-letter {
    color: var(--primary-500);
}

.whatWeDo__description {
    color: var(--shadow-500);
    opacity: .5;
}

.whatWeDo__main-image {
    border-radius: var(--rounded-sm);
    max-height: 200px;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

#whatWeDo__slider-right {
    margin: 0 -33px;
}

.whatWeDo__main-image.slick-current {
    transform-origin: center;
}

#whatWeDo__slider-right .whatWeDo__main-image:not(.slick-current) {
    opacity: .1;
    filter: grayscale(1);
    transform: scale(.9);
}

@media screen and (min-width: 768px) {
    .whatWeDo__main-image {
        max-height: none;
    }
    .whatWeDo__left-wrap {
        padding-left: calc((100vw - 708px) / 2 );
        padding-right: 5rem;
    }
    .whatWeDo__left-wrap .slick-dots {
        position: absolute;
        right: 0;
        flex-flow: column wrap;
        top: 50%;
        transform: translateY(-50%);
    }
    .whatWeDo__left-wrap .slick-dots button {
        width: 1rem;
        height: 1rem;
        border-radius: 9999px;
        margin: 0;
    }
    #whatWeDo__slider-left {
        padding-right: 4rem;
        cursor: move;
    }
    .whatWeDo__number {
        margin-bottom: 3rem;
    }
    #whatWeDo__slider-right {
        position: relative;
    }
    #whatWeDo__slider-right::after,
    #whatWeDo__slider-right::before {
        content: '';
        position: absolute;
        width: 10rem;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    #whatWeDo__slider-right::after {
        background-image: linear-gradient(90deg, #FCFCFC 0, transparent 100%);
        left: 0;
    }
    #whatWeDo__slider-right::before {
        background-image: linear-gradient(-90deg, #FCFCFC 0, transparent 100%);
        right: 0;
    }
}

@media screen and (min-width: 1200px) {
    #whatWeDo__section {
        background: url('/wp-content/uploads/2022/06/top-dot-pattern-2022-06-15.svg'), url('/wp-content/uploads/2022/06/bottom-dot-pattern-2022-06-15.svg');
        background-repeat: no-repeat, no-repeat;
        background-position: top left, bottom right;
        background-size: 150px;
    }
    .whatWeDo__left-wrap {
        padding-left: calc((100vw - 1220px) / 2 );
    }
}

@media screen and (min-width: 1600px) {
    #whatWeDo__section {
        background-size: 200px;
        padding-bottom: 60px !important;
    }
}

@media screen and (min-height: 1080px) {
    #whatWeDo__section {
        padding-bottom: 120px !important;
    }
}

#china-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    border: none;
    width: 95%;
    max-width: 540px;
    border-radius: 8px;
    box-shadow: 0 0 0 100vw rgba(0,0,0,0.7);
    z-index: 999;
    box-sizing: border-box;
    padding: 1rem;
    @media (width >= 1024px) {
      padding: 2rem;
    }
  }
  

.validate_email_against_bot {
    display: none;
}

/* Sections */
.bg-bubbles {
    position: relative;
}
.bg-bubbles::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 70%;
    width: 100%;
    background: linear-gradient(90deg, var(--primary-500) 0%, var(--primary-900) 100%) !important;
}
.bg-bubbles::after {
    content: "";
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background: url('/wp-content/uploads/2021/07/bg-bubbles-2021-07-28.svg');
}


#sectionCoverMnova {
    padding-bottom: 300px !important;
}
#sectionCoverMnova::after {
    content: "";
    width: 100%;
    height: 350px;
    background: url(/wp-content/uploads/2022/04/template-cover-2022-04-20.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    max-width: 900px;
}
@media (min-width: 768px) {
    #sectionCoverMnova {
        padding-bottom: 120px !important;
    }
    #sectionCoverMnova::after {
        width: 40vw;
        height: 100%;
        right: -5rem;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
    }
}

/* Cover elements */
#sectionCoverDownloads {
    box-shadow: var(--shadow-xl);
}
#sectionCoverDownloads .section_wrapper  {
    padding: 0 !important;
}
.download-cover {
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 16px;
    transition: background-color .3s ease-in-out;
}
.download-cover:hover {
    text-decoration: none;
}
.download-cover.bg-primary-500:hover {
    background-color: var(--primary-900) !important;
}
.download-cover.bg-shadow-500:hover {
    background-color: var(--shadow-900) !important;
}
.download-cover__icon {
    min-width: 45px;
    width: 45px;
}
.download-cover__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
}
.download-cover__button svg {
    width: 32px;
}
.download-cover p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
}
.download-cover strong {
    font-size: 24px;
    margin-bottom: .3rem;
}

.download-cover--search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 16px;
    transition: background-color .3s ease-in-out;
    text-decoration: none;
    color: var(--shadow-900);
    height: 100%;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.download-cover--search:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.02) !important;
    color: var(--primary-500);
}
.download-cover--search strong {
    font-weight: 500;
}
.download-cover--search img {
    width: 24px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++
---------------- AOS Animations ---------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

[data-aos^="reveal-from"],
[data-aos^="reveal-from"] .animate,
[data-aos^="reveal-from"] .animate::after {
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1);
    position: relative;
}

[data-aos-delay="500"] .animate {
    transition-delay: 400ms;
}
[data-aos-delay="1000"] .animate {
    transition-delay: 800ms;
}
[data-aos-delay="1500"] .animate {
    transition-delay: 1300ms;
}
[data-aos-delay="2000"] .animate {
    transition-delay: 1800ms;
}
[data-aos-delay="2500"] .animate {
    transition-delay: 2300ms;
}
[data-aos-delay="3000"] .animate {
    transition-delay: 2800ms;
}
[data-aos-delay="3500"] .animate {
    transition-delay: 3300ms;
}
[data-aos-delay="4000"] .animate {
    transition-delay: 3800ms;
}

[data-aos-delay="500"].aos-animate .animate::after {
    transition-delay: 1000ms;
}
[data-aos-delay="1000"].aos-animate .animate::after {
    transition-delay: 1500ms;
}
[data-aos-delay="1500"].aos-animate .animate::after {
    transition-delay: 2000ms;
}
[data-aos-delay="2000"].aos-animate .animate::after {
    transition-delay: 2500ms;
}
[data-aos-delay="2500"].aos-animate .animate::after {
    transition-delay: 3000ms;
}
[data-aos-delay="3000"].aos-animate .animate::after {
    transition-delay: 3500ms;
}
[data-aos-delay="3500"].aos-animate .animate::after {
    transition-delay: 4000ms;
}
[data-aos-delay="4000"].aos-animate .animate::after {
    transition-delay: 4500ms;
}

[data-aos-duration="100"] .animate,
[data-aos-duration="100"].aos-animate .animate::after {
    transition-duration: 50ms;
}
[data-aos-duration="200"] .animate,
[data-aos-duration="200"].aos-animate .animate::after {
    transition-duration: 100ms;
}
[data-aos-duration="300"] .animate,
[data-aos-duration="300"].aos-animate .animate::after {
    transition-duration: 200ms;
}
[data-aos-duration="400"] .animate,
[data-aos-duration="400"].aos-animate .animate::after {
    transition-duration: 300ms;
}
[data-aos-duration="500"] .animate,
[data-aos-duration="500"].aos-animate .animate::after {
    transition-duration: 400ms;
}
[data-aos-duration="1000"] .animate,
[data-aos-duration="1000"].aos-animate .animate::after {
    transition-duration: 800ms;
}
[data-aos-duration="1500"] .animate,
[data-aos-duration="1500"].aos-animate .animate::after {
    transition-duration: 1300ms;
}
[data-aos-duration="2000"] .animate,
[data-aos-duration="2000"].aos-animate .animate::after {
    transition-duration: 1800ms;
}

/**
* AOS Basic Reveals
**/

[data-aos="reveal-from-clip-center"] {
    clip-path: polygon(25% 10%, 90% 10%, 90% 90%, 25% 90%);
}
[data-aos="reveal-from-clip-center"].aos-animate{
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}

/**
* AOS Basic Reveals
**/

[data-aos="reveal-from-center-lr"] {
    clip-path: polygon(50% 0, 50% 0%, 50% 100%, 50% 100%);
}
[data-aos="reveal-from-center-lr"].aos-animate{
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}

[data-aos="reveal-from-center-tb"] {
    clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
}
[data-aos="reveal-from-center-tb"].aos-animate{
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}

[data-aos="reveal-from-center-diagonal"] {
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 0);
}
[data-aos="reveal-from-center-diagonal"].aos-animate{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

[data-aos="reveal-from-left"],
[data-aos="reveal-from-left-move"] {
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
}
[data-aos="reveal-from-left"].aos-animate,
[data-aos="reveal-from-left-move"].aos-animate{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

[data-aos="reveal-from-right"],
[data-aos="reveal-from-right-move"] {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
[data-aos="reveal-from-right"].aos-animate,
[data-aos="reveal-from-right-move"].aos-animate{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

[data-aos="reveal-from-top"],
[data-aos="reveal-from-top-move"] {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
[data-aos="reveal-from-top"].aos-animate,
[data-aos="reveal-from-top-move"].aos-animate{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

[data-aos="reveal-from-bottom"],
[data-aos="reveal-from-bottom-move"] {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
[data-aos="reveal-from-bottom"].aos-animate,
[data-aos="reveal-from-bottom-move"].aos-animate{
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
}

[data-aos="reveal-from-left-move"] .animate {
    transform: translateX(100%);
}
[data-aos="reveal-from-left-move"].aos-animate .animate {
    transform: translateX(0%);
}

[data-aos="reveal-from-right-move"] .animate {
    transform: translateX(-100%);
}
[data-aos="reveal-from-right-move"].aos-animate .animate {
    transform: translateX(0%);
}

[data-aos="reveal-from-top-move"] .animate {
    transform: translateY(100%);
}
[data-aos="reveal-from-top-move"].aos-animate .animate {
    transform: translateY(0%);
}

[data-aos="reveal-from-bottom-move"] .animate {
    transform: translateY(-100%);
}
[data-aos="reveal-from-bottom-move"].aos-animate .animate {
    transform: translateY(0%);
}


/**
* AOS Block Reveals
**/

/* Reveal block from left */
[data-aos^="reveal-from-block"] .animate {
    position: relative;
    overflow: hidden;
}
[data-aos^="reveal-from-block"] .animate::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--primary-500);
    z-index: 1;
    visibility: visible;
    bottom: 0;
    left: 0;
}

[data-aos="reveal-from-block-left"] {
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
}
[data-aos="reveal-from-block-left"].aos-animate{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
[data-aos="reveal-from-block-left"].aos-animate .animate::after {
    transform: translateX(105%);
}

[data-aos="reveal-from-block-right"] {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
[data-aos="reveal-from-block-right"].aos-animate{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
[data-aos="reveal-from-block-right"].aos-animate .animate::after {
    transform: translateX(-105%);
}

[data-aos="reveal-from-block-top"] {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
[data-aos="reveal-from-block-top"].aos-animate{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
[data-aos="reveal-from-block-top"].aos-animate .animate::after {
    transform: translateY(105%);
}

[data-aos="reveal-from-block-bottom"] {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
[data-aos="reveal-from-block-bottom"].aos-animate{
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
}
[data-aos="reveal-from-block-bottom"].aos-animate .animate::after {
    transform: translateY(-105%);
}


/**
* AOS Circle Reveals
**/

/* Reveal circle from center */

[data-aos="reveal-circle-from-center"] {
    clip-path: circle(0% at 50% 50%);
}
[data-aos="reveal-circle-from-center"].aos-animate{
    clip-path: circle(100% at 50% 50%);
}

/* Reveal circle from center */
[data-aos="reveal-circle-from-left-top"] {
    clip-path: circle(0% at 0% 0%);
}
[data-aos="reveal-circle-from-left-top"].aos-animate{
    clip-path: circle(150% at 0% 0%);
}

/* Reveal circle from top */
[data-aos="reveal-circle-from-top"] {
    clip-path: circle(0% at 50% 0%);
}
[data-aos="reveal-circle-from-top"].aos-animate{
    clip-path: circle(150% at 50% 0%);
}

/* Reveal circle from right top */
[data-aos="reveal-circle-from-right-top"] {
    clip-path: circle(0% at 100% 0%);
}
[data-aos="reveal-circle-from-right-top"].aos-animate{
    clip-path: circle(150% at 100% 0%);
}

/* Reveal circle from right */
[data-aos="reveal-circle-from-right"] {
    clip-path: circle(0% at 100% 50%);
}
[data-aos="reveal-circle-from-right"].aos-animate{
    clip-path: circle(150% at 100% 50%);
}

/* Reveal circle from right bottom */
[data-aos="reveal-circle-from-right-bottom"] {
    clip-path: circle(0% at 100% 100%);
}
[data-aos="reveal-circle-from-right-bottom"].aos-animate{
    clip-path: circle(150% at 100% 100%);
}

/* Reveal circle from bottom */
[data-aos="reveal-circle-from-bottom"] {
    clip-path: circle(0% at 50% 100%);
}
[data-aos="reveal-circle-from-bottom"].aos-animate{
    clip-path: circle(150% at 50% 100%);
}

/* Reveal circle from left bottom */
[data-aos="reveal-circle-from-left-bottom"] {
    clip-path: circle(0% at 0% 100%);
}
[data-aos="reveal-circle-from-left-bottom"].aos-animate{
    clip-path: circle(150% at 0% 100%);
}

/* Reveal circle from left */
[data-aos="reveal-circle-from-left"] {
    clip-path: circle(0% at 0% 50%);
}
[data-aos="reveal-circle-from-left"].aos-animate{
    clip-path: circle(150% at 0% 50%);
}

[data-aos="custom-fade-in-up"] {
    opacity: 0;
    transform: translateY(20px);
}
[data-aos="custom-fade-in-up"].aos-animate{
    animation: customFadeInUp .4s ease-in-out forwards;
}

.animate {
    opacity: 1;
}

@keyframes sliderCoverLeave {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2rem);
    }
}
@keyframes sliderCoverEntry {
    0% {
        opacity: 0;
        transform: translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes customFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

.lity-close {
    background: var(--primary-500) !important;
    height: auto;
    width: auto;
    line-height: 20px !important;
    padding: 20px !important;
    font-size: 32px !important;
    border-radius: 0 !important;
    top: 3rem;
}

@media screen and (min-width: 768px) {
    .lity-close {
        top: 2rem;
    }
}