.brand-link{
    line-height: 4.8 !important;
    padding:0 !important;
}
.logo-xl{
    margin: 10px !important;
    /* border:solid 1px white !important; */ /* Test outside only */
}

.logo-xs{
    margin:15px 5px 0 0 !important;
    max-height:100px !important;    
}

.loading{
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

.marcaLogo{
    width:100%;
    height:100vh;
    /* border:solid 3px; */
    opacity:0.10;
    position:fixed;
    background: url(../storage/images/logoBlack.svg) no-repeat;
    background-size: 80%;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }