/* CSS for resolution 3840x2160 
    Monitor 4K UHD
*/
@media (min-width: 3840px) {
    .container-portada {
        min-height: 80vh;
    }

    .main-content {
        margin-left: 380px;
    }

    .sidebar-custom {
        width: 380px;
    }

    .separator {
        height: 70px;
    }
}
