.prueba {
    border-bottom: 2px solid red;
}

.item-active {
    color: #399dda;
    font-weight: 700;
}

main {
    margin-left: 16rem !important;
    transition: margin-left 0.5s ease; 
    padding: 1em;
    margin-top: 47px;
}

@media (max-width: 640px) {
    main {
        margin-left: 0 !important;
        padding: 0;
        padding-top: 2em;
        margin-top: 28px;

    }
}

.min-h-screen-custom {
    min-height: calc(100vh - 4.44em);
}

.bg-babetecno-blue {
    background: #399dda;
}

.bg-babetecno-blue:hover {
    background: #2284c1;
}

.bg-babetecno-lightgray {
    background: lightgray;
}

.text-babetecno-gray {
    color: #374355;
}

.text-babetecno-lightgray {
    color: #8da5b9;
}

.text-babetecno-blue {
    color: #399dda;
}

.custom-font-bold {
    font-weight: 700;
}

.text-black {
    color: black;
}

.text-white {
    color: white;
}
