.img-fluid{
    border-radius: 1rem 0 0 1rem;
    position:absolute;
    padding: 110px 0px 0px 0px;
}

@media (max-width: 768px) {
    .img-fluid{
        display: none;
    }
}

.logo{
    width: 50px;
    height: 50px;
}

.btn-dark{
    background-color: #14006b;
    border-radius: 15px;
}

.btn-dark:hover{
    background-color: antiquewhite;
    color: black;
}

.titulo label{
    color:#14006b;
    font-size: 48px;
}
.titulo2 label{
    color:#14006b;
    font-size: 18px;
}
.nav-item a{
    margin-right: 18px;
}


.administrar a{
    font-size: 48px;
    text-decoration: none;
    display: inline-block;
    padding: 40px;
    margin-top: 40px;
    color: #333333;
    border: 3px solid #333333;
    border-radius: 8px;
    transition: all 400ms ease;
}

.administrar a:hover{
    background:#2409c0;
    color: #fff;
    border: none;
}