boxFuncionamiento{
    height: 190vh;
    min-height: 1800px;
}

.boxFuncionamientoIzq{
    border-right: 2px solid #8D24D2;
}

.boxFuncionamientoDer{
    border-left: 2px solid #8D24D2;
}

.iconoScroll{
    top: 0;
}

.iconoScrollWeb{
    right: calc(50% - 39px);
}

.iconoScrollMovil{
    right: -1rem;
}

.boxPadreFuncionamiento{
    max-height: 100vh;
}

.boxPadreFuncionamiento {
    scrollbar-width: none;   /* Firefox */
    -ms-overflow-style: none; /* IE y Edge */
}

.boxPadreFuncionamiento::-webkit-scrollbar {
    display: none; /* Chrome, Safari y Opera */
}

.boxFuncionamientoMovil{
    border-right: 4px solid #8D24D2;
}

.boxContactanosFun {
    background-color: #161B22;
    border-radius: 24px;
}

.boxContactanosFunFondo {
    background: linear-gradient(90deg, #8D24D2 3%, #7548D9 22%, #3AA2EC 62%, #00FBFF 100%);
    border-radius: 26px; /* Un poco mayor para cubrir el borde */
}

.btnContactanosFun{
    background-color: #FFFFFF;
    color: #010409;
    border-radius: 8px;
}

.boxCardProblemas{
    background-color: #171A1E;
    border-radius: 15px;
}

.boxContactanosFunFondoV2 {
    background: linear-gradient(90deg, #8D24D2 3%, #7548D9 22%, #3AA2EC 62%, #00FBFF 100%);
    border-radius: 15px;
}

.boxPadreProblema{
    background-color: #161B22;
    border-radius: 24px;
}