.servicios-titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    color: white;
}

/*Section-5 */
.servicios {
    position: relative;
    width: 100%;
    color: white;
    box-sizing: border-box;
    min-height: 130vh;
}

.service-landing {
    text-align: center;
    font-size: 4em;
}

/* Servicios */
.outer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.folder-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100px;
}

.folder {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 5px;
    background-color: white;
}

.folder-1 {
    margin-right: -200%;
}

.folder-2 {
    margin-right: -100%;
}

.folder-3 {
    margin-right: 0%;
}

.folder-4 {
    margin-right: 100%;
}

.folder-5 {
    margin-right: 200%;
}

.folder::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #141a45;
    border: 1px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.folder::after {
    display: none;
    content: '';
    position: absolute;
    top: 10px;
    right: 5px;
    width: 10px;
    height: 1px;
    background-color: #E6007E;
    transform: translateY(-50%);
}

.folder-text {
    width: 100px;
    color: white;
    transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
    line-height: 1;
    position: absolute;
    left: 110%;
    white-space: nowrap;
}

.text-description {
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    margin-top: 15%;
    position: absolute;
    color: white;
    font-size: 30%;
    transition: opacity 0.3s ease-in-out;
    line-height: 1;
}

.folder.clicked {
    background-color: #141a45;
    border-top: white;
    border-left: white;
    border-right: white;
    border-bottom: white;
    border-style: solid;
    border-width: 1px;
    width: 200px;
    height: 200px;
}

.folder.clicked .text-description {
    font-size: 12px;
}

.folder.clicked::before {
    content: '';
    position: absolute;
    border-style: solid;
    background-color: #141a45;
    border-color: white;
    border-top: none;
    border-right: none;
    margin-top: -1px;
    margin-right: -1px;
}

.folder.clicked::after {
    display: block;
}

.folder.clicked .text-description {
    display: block;
}

@media(max-width: 976px) {
    .servicios {
        min-height: 100vh;
    }

    .folder {
        height: 50px;
        width: 50px;
    }

    .folder-container {
        width: 50px;
    }

    .folder-1.margin-adjust-top {
        margin-top: 120%;
    }

    .folder-2.margin-adjust-top {
        margin-top: 120%;
    }

    .folder-3.margin-adjust-top {
        margin-top: 120%;
    }

    .folder-4.margin-adjust-top {
        margin-top: 120%;
    }

    .folder-5.margin-adjust-top {
        margin-top: 120%;
    }

    .folder-1.margin-adjust-bottom {
        margin-bottom: 120%;
    }

    .folder-2.margin-adjust-bottom {
        margin-bottom: 120%;
    }

    .folder-3.margin-adjust-bottom {
        margin-bottom: 120%;
    }

    .folder-4.margin-adjust-bottom {
        margin-bottom: 120%;
    }

    .folder-5.margin-adjust-bottom {
        margin-bottom: 120%;
    }

    .folder.clicked {
        font-size: 18px;
        align-self: center;
        margin-right: 0%;
    }

    .folder.clicked .folder-text {
        top: 10%;
        left: 5%;
    }

    .folder.clicked .text-description {
        font-size: 10px;
    }

    .folder-text {
        font-size: 10px;
    }

    .folder-text-1 {
        left: 20%;
        top: 150%;
    }

    .folder-text-2 {
        left: 20%;
        top: 150%;
    }

    .folder-text-3 {
        left: 20%;
        top: 150%;
    }

    .folder-text-4 {
        left: 20%;
        top: 150%;
    }

    .folder-text-5 {
        left: 20%;
        top: 120%;
    }
}

.industrias {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    color: white;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 100px;
}

.industrias-right {
    font-size: 3em;
    line-height: 0.7;
    text-align: left;
}


.industrias-left {
    line-height: 0.2em;
    margin-bottom: 0%;
}

.hover-text {
    font-size: 1.5em;
    text-align: left;
    color: #67676e;
    user-select: none;
    animation: slide-right 2s ease-in-out forwards;
}

.hover-text:hover {
    color: #ffffff;
}

.hover-text:nth-child(1) {
    animation-delay: 0s;
}

.hover-text:nth-child(2) {
    animation-delay: 1s;
}

.hover-text:nth-child(3) {
    animation-delay: 2s;
}

.hover-text:nth-child(4) {
    animation-delay: 3s;
}

.hover-text:nth-child(5) {
    animation-delay: 4s;
}

.hover-text:nth-child(6) {
    animation-delay: 5s;
}

.hover-text:nth-child(7) {
    animation-delay: 6s;
}

.hover-text:nth-child(8) {
    animation-delay: 7s;
}

.hover-text:nth-child(9) {
    animation-delay: 8s;
}

.hover-text:nth-child(10) {
    animation-delay: 9s;
}

.hover-text:nth-child(11) {
    animation-delay: 10s;
}

.hover-text:nth-child(12) {
    animation-delay: 11s;
}

.hover-text:nth-child(13) {
    animation-delay: 12s;
}

.hover-text:nth-child(14) {
    animation-delay: 13s;
}

.hover-text:nth-child(15) {
    animation-delay: 14s;
}

.hover-text:nth-child(16) {
    animation-delay: 15s;
}

.hover-text:nth-child(17) {
    animation-delay: 16s;
}

@keyframes slide-right {
    0% {
        color: #67676e;
    }

    100% {
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .service-landing {
        text-align: center;
        font-size: 2em;
    }

    .hover-text {
        font-size: 1em;
    }

    .industrias {
        flex-direction: column;
    }

    .industrias-right {
        font-size: 2em;
        text-align: center;
    }

    .industrias-left {
        line-height: 1em;
        margin-bottom: 0%;
    }

    .industrias-left p {
        margin-block-start: 0em;
        margin-block-end: 0em;
    }
}

.contacto-white {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30vh;
    text-align: center;
    color: white;
    background-color: white;
}

.contacto-white img {
    width: 50px;
    height: 50px;
}

.contacto-white a {
    color: #E6007E;
    font-size: 1em;
    text-decoration: none;
}

.contacto-white a p {
    margin-block-start: 0;
}