﻿.titulo-header-desktop {
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0;
    padding: 0;

    color: #0C76BC;
}

.paragraph-desktop {
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 0;
    margin: 0;

    text-align: center;
}

.desktop-redirect-info {
    margin-top: 16px;
    color: #0F172A;
}

.desktop-redirect-app {
    font-weight: 600;
    color: #475569;
    margin-top: 12px;
}

.paragraph-redirect-btn {
    font-family: 'Montserrat';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 12px;
    width: 287px;
    height: 36px;
    background: #209BD8;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
}

.paragraph-redirect-btn:hover {
    color: #FFF;
    text-decoration: none;
}

.desktop-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}