

html {
    font-family: 'Manrope', serif, 'Open Sans';
}

body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/background-desktop.png');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center;
}

.container, .container-md, .container-sm {
    max-width: 80%;
}

.spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 9px solid;
    border-color: #444a93;
    border-right-color: white;
    animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}


.typografy-content-primario {
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
    letter-spacing: 0.032px;
    color: white
}

.typografy-content-secundario {
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white
}