/* ---------------------------------- */
/* Andromeda header Landing */
@media screen and (max-width: 590px) {
    body.disable-leak-points .andromeda__ctas .button--size-m {
        font-size: 12px;
        min-height: auto !important;
        padding: 5px;
    }
}


/* ---------------------------------- */
/* Vega Testimonio */

.vega {
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 16px;
    padding: 50px 25px;
}

.vega .vega__author .vega__author__name,
.vega .vega__author .vega__author__role {
    color: #ffffff;
}


/* ---------------------------------- */
/* Check */
.check .check__icon {
    color: var(--primary-color);
}


/* ---------------------------------- */
/* Counter */
.linx .linx__value {
    color: var(--primary-color);
}


/* ---------------------------------------- */
/* Caja */
.page-id-28 main .box {
    padding: 30px 20px;
}

.page-id-28 main .box p {
    margin-bottom: 15px;
}



/* ---------------------------------------- */
/* Fondo */
.background__wrapper.background__force__right {
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
}

.background__wrapper.background__force__right .tidy img {
    /* height: auto; */
    object-fit: contain;
}

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

/* ---------------------------------------- */
/* Posicionamiento */
.position--fixed,
.position--sticky {
    z-index: 10;
}



/* ---------------------------------- */
/* Slider */
.slider .swiper-pagination {
    position: static;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}

.slider .swiper-pagination-bullet {
    width: 35px;
    height: 25px;
    margin: 0 !important;
    border-radius: 0;
    position: relative;
    background: none;
    opacity: 1;
}

.slider .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 10px;
    border-radius: 0;
    transition: 0.15s;
    background-color: #E5E7EB;
}

.slider .swiper-pagination-bullet-active::after {
    background-color: var(--secondary-color) !important;
}

/* Flechas */
.slider .swiper-button-next,
.slider .swiper-button-prev {
    color: var(--secondary-color) !important;
}



/* ---------------------------------- */
/* Hercules footer */
footer .hercules__bottom a {
    color: var(--black-color);
    font-weight: 500;
    border-bottom: 1px solid #9CA3AF;
}

footer .hercules__bottom a:hover {
    text-decoration: none !important;
}

footer .hercules__left a {
    color: var(--primary-color);
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    footer.hercules .container>.flex {
        flex-flow: row wrap;
    }

    footer.hercules .container>.flex>div {
        margin-top: 40px;
    }
}

/* ---------------------------------- */
/* Hercules footer Landing */
.footer__logo__landing {
    display: flex;
    align-items: center;
}

.footer__logo__landing>* {
    margin: 0;
    margin-right: 30px;
}


@media screen and (max-height: 800px) {
    body.home section.section--padding-l:first-of-type {
        padding-block: clamp(80px, 7vw, 120px);
    }
}


/* ---------------------------------- */
/* Buttons */
@media screen and (max-width: 430px) {
    .buttons.flex {
        flex-flow: column;
    }

    .buttons.flex>li {
        margin: 0;
    }

    .buttons.flex>li:nth-child(2) {
        margin-top: 20px;
    }
}