html {
    font-size: 12px;
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 64px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 16px;
    }
}

.logo-svg {
    background-image: url("../image/InfunidasLogo.svg");
    background-position-x: 2px;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 32px;
}

.title-logo-svg {
    background-color: white;
    display: inline-block;
    height: 36px;
    margin-left: 1em;
    width: 36px;
}
