
.bg-azul {
    background-color: #151d56 !important;
}
.bg-laranja {
    background-color: #d16d34 !important;
}
.txt-azul {
    color: #151d56 !important;
}
.txt-laranja {
    color: #d16d34 !important;
}

.f60{
    font-size: 60px;
}
.f40{
    font-size: 40px;
}

.dflexcenter{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* usei no lugar da NEXA*/
.font1{
    font-family: Nexa;
}

.box-fechado > div{
    max-width: 1080px !important;
}