/* ---------------------------------- */
/* Recorrido */

.recorrido {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recorrido__step {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.recorrido__step--right {
    flex-direction: row-reverse;
}

.recorrido__img {
    width: 100%;
    display: block;
    max-width: 600px;
    margin: 20px 0;
}

.recorrido__img img {
    display: block;
    width: 100%;
}

.recorrido__step--right+.recorrido__img {
    transform: scale(-1, 1);
}

.recorrido__title {
    width: 100%;
    display: flex;
    max-width: 630px;
}

.recorrido__title span {
    max-width: 400px;
    display: block;
}

.recorrido__step--left .recorrido__title {
    justify-content: flex-end;
    text-align: right;
}

.recorrido__circle {
    width: 280px;
    min-width: 280px;
    height: 280px;
    border-radius: 1000px;
    background: #80BC00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.recorrido__step--left .recorrido__circle {
    margin-right: 112px;
}

.recorrido__step--right .recorrido__circle {
    margin-left: 112px;
}


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

.recorrido__puntos>li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 292px;
}

.recorrido__puntos>li:last-child {
    margin-bottom: 0;
}

.recorrido__puntos__circle {
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 1000px;
    background: #80BC00;
    overflow: hidden;
}

.recorrido__puntos__circle::after {
    content: '';
    background: black;
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
}

.recorrido__puntos>li:nth-last-child(2) .recorrido__puntos__circle::after {
    opacity: 0.2;
}

.recorrido__puntos>li:nth-last-child(3) .recorrido__puntos__circle::after {
    opacity: 0.4;
}

.recorrido__puntos>li:nth-last-child(4) .recorrido__puntos__circle::after {
    opacity: 0.6;
}

.recorrido__puntos>li:nth-last-child(5) .recorrido__puntos__circle::after {
    opacity: 0.8;
}

.recorrido__puntos>li:nth-last-child(6) .recorrido__puntos__circle::after {
    opacity: 1;
}

.recorrido__step--right .recorrido__puntos>li {
    flex-direction: row-reverse;
    text-align: right;
    padding-left: 40px;
}

.recorrido__step--left .recorrido__puntos>li {
    padding-right: 40px;
}

.recorrido__step--right .recorrido__puntos__circle {
    margin-left: 20px;
}

.recorrido__step--left .recorrido__puntos__circle {
    margin-right: 20px;
}

@media (max-width: 1110px) {

    .recorrido {
        align-items: flex-start;
    }

    .recorrido__img {
        width: 15px;
        height: 70px;
        background-color: #80BC00;
        margin-left: 101px;
        border-radius: 1000px;
    }

    .recorrido__img img {
        display: none;
    }

    .recorrido__step--left {
        flex-direction: row-reverse;
    }

    .recorrido__step--left .recorrido__title {
        justify-content: flex-start;
        text-align: left;
    }

    .recorrido__title {
        max-width: none;
    }

    .recorrido__title span {
        max-width: 500px;
    }

    .recorrido__circle {
        width: 220px;
        min-width: 220px;
        height: 220px;
        padding: 20px;
        margin-right: 50px !important;
        margin-left: 0 !important;
    }


    .recorrido__puntos {
        padding-left: 73px !important;
        margin-right: 50px;
    }

    .recorrido__puntos__circle {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 70px;
        min-width: 70px;
        height: 70px;
    }

    .recorrido__puntos>li {
        padding: 0 !important;
        width: auto;
    }

    .recorrido__step--right .recorrido__puntos>li {
        flex-direction: row;
        text-align: left;
    }

    .recorrido__puntos__copy {
        width: 150px;
        margin-left: 15px;
    }

}

@media (max-width: 980px) {

    .recorrido {
        align-items: center;
    }

    .recorrido__step {
        flex-direction: column-reverse;
    }

    .recorrido__puntos {
        margin: 0 !important;
        padding: 0 !important;
    }

    .recorrido__title {
        margin-top: 20px;
        text-align: center !important;
    }

    .recorrido__title span {
        margin: auto;
    }

    .recorrido__circle {
        margin: 0 !important;
    }

    .recorrido__img {
        margin: 25px 0;
    }

}



/* ---------------------------------- */
/* Términos del diccionario */

.terms {
    columns: 3;
}

.terms li {
    list-style: none;
}

.terms>li {
    margin-bottom: 70px;
    display: inline-block;
}

.terms>li:last-child {
    margin-bottom: 0;
}

.terms__letter {
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    opacity: 0.4;
}

.terms__item {
    padding-right: 70px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.terms__item:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {

    .terms {
        columns: 2;
    }

}

@media (max-width: 570px) {

    .terms {
        columns: unset;
    }

}


/* ---------------------------------- */
/* Blog */

.blog__dots {
    position: absolute;
}

.blog__title .blog__dots {
    transform: rotate(90deg);
    left: 0;
    top: 47px;
}

.blog__content .blog__dots {
    left: 25px;
    top: -25px;
}

.blog__content .text {
    max-width: 750px;
}

.blog__content .wp-block-image img {
    border-radius: 30px;
}


.tags a {
    text-decoration: underline;
}


@media (min-width: 1111px) {

    .blog__content .container {
        position: relative;
        padding-left: 110px;
    }

    .blog__title .container {
        position: relative;
        padding-left: 90px;
    }

}

@media (max-width: 1110px) {

    .blog__dots {
        display: none;
    }

}



/* ---------------------------------- */
/* Bias */

.bias--9 .bias__background {
    background: #CB4F4F;
}
.bias--11 .bias__background {
    background: #415170;
}
.bias--10 .bias__background {
    background: #CB4FA8;
}
.bias--12 .bias__background {
    background: #3B9E63;
}

.bias--9 .button--appearance-text-white:hover .button__icon--chevron_left,
.bias--9 .button--appearance-text-white:hover .button__icon--chevron_right {
    color: #CB4F4F;
}

.bias--11 .button--appearance-text-white:hover .button__icon--chevron_left,
.bias--11 .button--appearance-text-white:hover .button__icon--chevron_right {
    color: #415170;
}

.bias--10 .button--appearance-text-white:hover .button__icon--chevron_left,
.bias--10 .button--appearance-text-white:hover .button__icon--chevron_right {
    color: #CB4FA8;
}

.bias--12 .button--appearance-text-white:hover .button__icon--chevron_left,
.bias--12 .button--appearance-text-white:hover .button__icon--chevron_right {
    color: #3B9E63;
}

.bias__image {
    max-width: 350px;
}
.bias__icon img {
    width: 100%;
    display: block;
}

.bias-breadcrumb__item::after {
    content: '/';
    margin: 0 8px;
}
@media (max-width: 570px) {

    .bias-breadcrumb > a {
        display: none;
    }

    .bias.card .bias__icon {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }

}


.bias-single__left {
    width: 100%;
    gap: 50px;
}
.bias-single__right {
    width: 400px;
    min-width: 400px;
    gap: 50px;
}
.bias-single__right > * {
    gap: 30px;
}

@media (max-width: 1110px) {

    .bias-single {
        flex-direction: column;
        gap: 60px;
    }
    .bias-single__right {
        width: auto;
        min-width: initial;
    }

}


/* ---------------------------------- */
/* Hotpoints */

.hotpoints {
    width: 100%;
    display: flex;
}
.hotpoints > * {
    width: 33.33%;
    position: relative;
}

.hotpoints__item {
    position: absolute;
    width: 100%;
}
.hotpoints__item__explanation {
    display: block;
}
.hotpoints__item__line {
    top: 0;
    position: absolute;
    z-index: 1;
}
.hotpoints__item__line::after {
    position: absolute;
    content: '';
    height: 5px;
    background-color: #8b8b8b;
    z-index: -1;
    top: 15px;
    transform: translateY(-50%);
    border: 1px solid white;
}
.hotpoints__item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8b8b8b;
    border-radius: 1000px;
    width: 28px;
    height: 28px;
    top: 0;
    position: absolute;
    border: 2px solid white;
}

.hotpoints__left .hotpoints__item__line {
    left: 100%;
}
.hotpoints__left .hotpoints__item__icon {
    right: 0;
    transform: translateX(50%);
}
.hotpoints__left .hotpoints__item__explanation {
    padding-right: 25px;
}
.hotpoints__left .hotpoints__item__line::after {
    left: -15px;
    width: calc(100% + 15px);
}

.hotpoints__right .hotpoints__item__line {
    right: 100%;
}
.hotpoints__right .hotpoints__item__explanation {
    padding-left: 25px;
}
.hotpoints__right .hotpoints__item__line::after {
    left: 0;
    width: calc(100% + 15px);
}
.hotpoints__right .hotpoints__item__icon {
    left: 0;
    transform: translateX(-50%);
}

.hotpoints__mobile__item {
    display: none;
}

@media (max-width: 1440px) {

    .hotpoints__left, .hotpoints__right {
        display: none;
    }

    .hotpoints {
        max-width: 380px;
        margin: auto;
        position: relative;
    }
    .hotpoints__image {
        width: 100%;
    }


    .hotpoints__mobile__item {
        display: block;
    }
    .hotpoints__mobile__item--icon {
        position: absolute;
        width: 32px;
        height: 32px;
        background: grey;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1000px;
        border: 2px solid white;
        cursor: pointer;
    }
    .hotpoints__mobile__item--explanation {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        pointer-events: none;
        transition: 0.5s;
        opacity: 0;
        transform: scale(1.05);
        z-index: 1;
    }
    .hotpoints__mobile__item--explanation__background {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        opacity: 0.7;
        width: 100%;
        height: 100%;
    }
    .hotpoints__mobile__item--explanation__box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: calc(100% - 40px);
    }
    .hotpoints__mobile__item--explanation__box .padding {
        padding-top: 50px;
        padding-right: 80px;
    }
    .hotpoints__mobile__item--explanation__close {
        position: absolute;
        top: 12px;
        right: 12px;
        cursor: pointer;
    }
    .hotpoints__mobile__item--explanation--displayed {
        opacity: 1;
        transform: none;
        pointer-events: unset;
    }



}

/*
.hotpoints {
    padding: 0 205px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 870px;
}

.hotpoints__wrapper {
    position: relative;
}

.hotpoints__image {
    display: block;
    width: 100%;
}

.hotpoints__item {
    position: absolute;
    height: 2px;
    background: #00000000;
    width: 100%;
    cursor: pointer;
    animation: animate-out 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both
}


@keyframes animate-in {
    0% {
        background: #00000000;
    }

    50% {
        background: #00000055;
    }

    100% {
        background: #000000;
    }
}

@keyframes animate-out {
    0% {
        background: #000000;
    }

    50% {
        background: #00000055;
    }

    100% {
        background: #00000000;
    }
}

.hotpoints__item::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    background-color: white;
    border: 2px solid black;
    top: 50%;
    z-index: 99;
}

.hotpoints__item span {
    color: white;
}

.hotpoints__item--left span {
    width: 30px;
    position: absolute;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all ease 0.5s;
    z-index: 199;
}

.hotpoints__item--left.active span {
    transform: translateY(-50%) rotate(-45deg);
}

.hotpoints__item--right span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    transition: all ease 0.5s;
    z-index: 199;
}

.hotpoints__item--right.active span {
    transform: translate(-50%, -50%) rotate(-45deg);
}



.hotpoints.bias--9 .hotpoints__item::before {
    border-color: #CB4F4F;
    background-color: #CB4F4F;
}

.hotpoints.bias--10 .hotpoints__item::before {
    border-color: #CB4FA8;
    background-color: #CB4FA8;
}

.hotpoints.bias--11 .hotpoints__item::before {
    border-color: #415170;
    background-color: #415170;
}

.hotpoints.bias--12 .hotpoints__item::before {
    border-color: #3B9E63;
    background-color: #3B9E63;
}

.hotpoints__explanation--left:after {
    position: absolute;
    content: '';
    top: 0;
    height: 2px;
    background-color: black;
}


.hotpoints__item--left::before {
    right: 0;
    transform: translateX(50%) translateY(-50%);
}

.hotpoints__item--right::before {
    transform: translateX(-50%) translateY(-50%);
}

.hotpoints__explanation {
    opacity: 0;
    position: absolute;
    width: 185px;
    transform: translateY(-13px);
    -webkit-animation: flip-out-hor-top 0.45s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: flip-out-hor-top 0.45s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.hotpoints__explanation--left {
    left: 0;
}

.hotpoints__explanation--right {
    right: 0;
}

.hotpoints__explanation.active {
    opacity: 1;
    -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

@-webkit-keyframes flip-out-hor-top {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
        opacity: 0;
    }
}

@keyframes flip-out-hor-top {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
        opacity: 0;
    }
}



.hotpoints__explanation .close--explanation {
    display: none;
}


@media screen and (max-width: 790px) {
    .hotpoints {
        max-width: 90%;
        padding: 0;
    }

    .hotpoints__wrapper.active {
        position: relative;
        overflow: hidden;
    }

    .hotpoints__wrapper.active:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #333;
        opacity: 0.6;
        height: 100%;
        width: 100%;
        border-radius: 20px;
        z-index: 99;
        -webkit-animation: slide-in-fwd-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-fwd-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .hotpoints__wrapper.active img {
        filter: blur(1.5px);
    }

    .hotpoints__explanation {
        background-color: white;
        padding: 30px 15px;
        width: 90%;
        border-radius: 24px;
        z-index: 999;
        animation: unset;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .hotpoints__wrapper.active .hotpoints__item {
        display: none;
    }

    .hotpoints__explanation .close--explanation {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .hotpoints__item {
        height: 0;
        z-index: 9999;
    }



    @-webkit-keyframes slide-in-fwd-center {
        0% {
            -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 0.6;
        }
    }

    @keyframes slide-in-fwd-center {
        0% {
            -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            opacity: 0.6;
        }
    }
}
*/


/* ---------------------------------- */
/* Perseo */

.perseo__item:not(:last-child)::after {
    content: '/';
    margin: 0 6px;
}
.perseo__link:hover {
    text-decoration: underline;
}




/* ---------------------------------- */
/* SVG animado */

@keyframes svg-circle {

    100% {
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
    }

}

@keyframes svg-object {

    100% {
        opacity: 1;
    }

}

.svg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 85px;
    position: relative;
    margin: auto;
    max-width: 450px;
}

.svg::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #2C2C2C;
    border-radius: 1000px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 0;
    animation-duration: 1s;
    animation-name: svg-circle;
    animation-fill-mode: forwards;
}

.svg object {
    width: 100%;
    display: block;
    opacity: 0;
    animation-duration: 0.5s;
    animation-name: svg-object;
    animation-fill-mode: forwards;
    aspect-ratio: 1;
}

@media (max-width: 980px) {

    .svg {
        display: none;
    }

}


/* ---------------------------------- */
/* Tienda */

/* Compra */
.buy__variations {
    height: auto;
    margin-bottom: 50px;
}

.buy__variation:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.03);
}

.buy__variation:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.06);
}

.buy__variation:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.09);
}

.buy__variation:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.12);
}

.buy__variation:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.15);
}

.buy__variation:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.18);
}

.buy__variation:nth-child(8) {
    background-color: rgba(0, 0, 0, 0.21);
}

.buy__variation:nth-child(9) {
    background-color: rgba(0, 0, 0, 0.24);
}

.buy__variation:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.27);
}

.buy__variation__title {
    margin-bottom: 3px;
}

.buy__variation__popular {
    background-color: #D22121;
    color: white;
    border-radius: 8px;
    padding: 5px 14px;
    display: inline-block;
    margin-bottom: 7px;
}


.buy__quantity[type="number"] {
    width: 80px !important;
    padding-left: 15px;
    padding-right: 10px;
}

.buy__methods {
    margin-top: 30px;
    margin-left: 95px;
}


.buy__simple {
    margin-bottom: 20px;
}
.buy__simple__original {
    position: relative;
    padding: 0 4px;
}
.buy__simple__original::after {
    content: '';
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 1px;
    background: #343434;
}
.buy__simple__price {

}