.metodologia-titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    color: white;
}

.metodologia-landing {
    text-align: center;
    font-size: 4em;
}

/*Section-4 */
.metodologia {
    position: relative;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: white;
    box-sizing: border-box;
    background-color: white;
}

/* Metodología */

.process-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 120vh;
}

.process-step-simple {
    margin: auto;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}

.process-step-1 {
    margin-top: 20%;
    margin-left: 10%;
}

.process-step-2 {
    margin-top: 0%;
}

.process-step-3 {
    margin-top: 30%;
}

.process-step-4 {
    margin-top: -30%;
}

.process-step-5 {
    margin-top: 35%;
}

.process-step-6 {
    margin-top: -10%;
}

.process-step-7 {
    margin-top: -40%;
}

.process-step-8 {
    margin-top: 5%;
}

.process-point {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #141a45;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    z-index: 1;
}

.point-image {
    width: 100%;
    height: 100%;
}

.point-image-two {
    width: 100%;
    height: 100%;
    display: none;
}

.process-text-description {
    display: none;
    margin: 10%;
    z-index: 1;
    line-height: normal;
    user-select: none;
    font-size: 5px;
}

.process-text {
    color: #141a45;
    position: absolute;
    white-space: nowrap;
    text-align: center;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 1;
    line-height: 1;
    user-select: none;
}

.process-text .koliko-bold-text {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 0;
}

.process-text .koliko-regular-text {
    font-size: 1em;
}

.process-text-top {
    position: absolute;
    transform: translateY(-140%);
}

.process-text-top-3 {
    position: absolute;
    transform: translateY(-120%);
}

.process-text-bottom {
    position: absolute;
    transform: translateY(140%);
}

.process-step:hover .process-text-top {
    transform: translateY(-115%) scale(0.5);
}

.process-step:hover .process-text-top-3 {
    transform: translateY(-95%) scale(0.5);
}

.process-step:hover .process-text-bottom {
    transform: scale(0.5) translateY(220%);
}

.process-text.hover span {
    display: inline-block;
}

.process-step:hover .process-point {
    border-style: solid;
    border-width: 1px;
    color: #141a45;
    transform: scale(2);
    background-color: #EDEDED;
    border-color: #141a45;
}

.process-step-simple:hover .process-point {
    border-style: solid;
    border-width: 1px;
    color: #141a45;
    transform: scale(1.2);
    background-color: #EDEDED;
    border-color: #141a45;
}

.process-step:hover .point-image {
    display: none;
}

/*
.process-step:hover .process-text {
    padding-bottom: 200%;
    transform: scale(0.5);
}
*/

.process-step-simple:hover .process-text {
    padding-bottom: 150%;
    transform: scale(0.8);
}

.process-step-simple:hover .point-image {
    display: none;
}

.process-step-simple:hover .point-image-two {
    display: block;
}

.process-point-simple:hover .point-image {
    display: none;
}

.process-text-description.hover {
    color: #141a45;
    opacity: 1;
    transform: scale(1);
}

.process-step:hover .process-text-description {
    display: block;
}

.line {
    position: absolute;
    height: 2px;
    background-color: #141a45;
}

.line-first {
    position: absolute;
    height: 2px;
    background-color: #141a45;
}

.line-first::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #141a45;
    transform: translate(-800%, -45%) rotate(-90deg);
}

.arrow-head {
    transform: translate(-55%, -45%) rotate(-260deg);
}

.hover span {
    display: block;
}

@media (max-width: 976px) {
    .process-container {
        height: 100vh;
    }

    .arrow-head {
        transform: translate(-55%, -45%) rotate(-275deg);
    }

    .process-text .koliko-bold-text {
        font-size: 1em;
        letter-spacing: 0;
    }

    .process-text .koliko-regular-text {
        font-size: 0.9em;
    }

    .process-text-top {
        transform: translateY(-140%);
    }

    .process-text-bottom {
        transform: translateY(110%);
    }

    .process-step:hover .process-text-top {
        transform: translateY(-200%) scale(0.5);
    }

    .process-step:hover .process-text-top-3 {
        padding-bottom: 0%;
        top: 0px;
        transform: translateY(-110%) scale(0.5);
    }

    .process-step:hover .process-text-bottom {
        transform: scale(0.5) translateY(310%);
    }

    .process-step-1 {
        margin-top: 100%;
    }

    .process-step-2 {
        margin-top: 0%;
    }

    .process-step-3 {
        margin-top: 60%;
    }

    .process-step-4 {
        margin-top: -30%;
    }

    .process-step-5 {
        margin-top: 30%;
    }

    .process-step-6 {
        margin-top: -50%;
    }

    .process-step-7 {
        margin-top: -100%;
    }

    .process-step-8 {
        margin-top: -60%;
    }

    .process-point {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
        z-index: 1;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .process-text.hover {
        color: #141a45;
        opacity: 1;
        margin-bottom: 0px
    }

    .process-step:hover .process-point {
        border-style: solid;
        border-width: 1px;
        color: #141a45;
        width: 100px;
        height: 100px;
        background-color: #EDEDED;
        border-color: #141a45;
        z-index: 1;
    }

    .process-step-simple:hover .process-point {
        border-style: solid;
        border-width: 1px;
        transform: scale(1.2);
        background-color: #EDEDED;
        border-color: #141a45;
    }

    .metodologia-landing {
        font-size: 2em;
    }
}

/*Section-6*/
.section-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30vh;
    text-align: center;
    color: white;
}

.section-6 img {
    width: 50px;
    height: 50px;
}

.section-6 a {
    color: #ed028c;
    font-size: 1em;
    text-decoration: none;
}

.section-6 a p {
    margin-block-start: 0;
}