@font-face {
    font-family: Roboto;
    src: url('../../estilos/Fuentes/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}	

@font-face {
    font-family: HelveticaCondensed;
    src: url('../../estilos/Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.theme-dark{
    --paso: #B7B9BB !important;
    --active: #2E8BB8 !important;
}
.theme-light{
    --paso: #B7B9BB !important;
    --active: #2E8BB8 !important;
}
.theme-default{
    --paso: #D3D9DE !important;
    --active: #9F2241 !important;
}
html, body{
    font-family: HelveticaCondensed;
    margin: 0px; 
    padding: 0px; 
    border: 0px;
}
.pasosContainer{
    width: 100%;
    height: 55px;
    overflow: hidden;
}
.paso{
    width: 33.3%;
    height: 55px;
    color: #000;
    /*background-color: #B7B9BB !important;*/
    background-color: var(--paso);
    background: #D3D9DE !important;
    text-align: center;
}
.paso .header{
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    text-shadow: 0 0px 0 #D3D9DE !important;
}
.paso .detail{
    height: 23px;
    font-family: HelveticaCondensed;
    font-size: 12px;
    font-weight: normal;
    padding-top: 2px;
    text-shadow: 0 0px 0 #D3D9DE !important;
}
.paso.active{color: #FFF;}
.plataforma1 .paso.active{background: #99ba24 !important}
.plataforma2 .paso.active{background: #9F2241 !important}
@media screen and (orientation: portrait), screen and (max-width: 35em) {
    .paso{width: 100%;}
    .paso.hidden{display: none;}
}