﻿/**umb_name:Museo 100*/
.museo100 {
    font-family: 'Museo100';
    font-weight: normal;
    font-style: normal;
}

/**umb_name:Museo 300*/
.museo300 {
    font-family: 'Museo300';
    font-weight: normal;
    font-style: normal;
}

/**umb_name:Museo 500*/
.museo500 {
    font-family: 'Museo500';
    font-weight: normal;
    font-style: normal;
}

/**umb_name:Museo 700*/
.museo700 {
    font-family: 'Museo700';
    font-weight: normal;
    font-style: normal;
}

/**umb_name:Museo 900*/
.museo900 {
    font-family: 'Museo900';
    font-weight: normal;
    font-style: normal;
}

/**umb_name:Button Primary*/
.button-primary-rte {
    padding: 0.5rem 0.5rem;
    background-color: white;
    border-radius: 1.5rem;
    font-size: 1.3rem;
    color: #f57000;
    text-align: center;
    cursor: pointer;
}

/**umb_name:Button Secondary*/
.button-secondary-rte {
    padding: 0.5rem 0.5rem;
    background-color: #f57000;
    border-radius: 1.5rem;
    font-size: 1.3rem;
    color: white;
    text-align: center;
    cursor: pointer;
}