/* MARGIN */
.margin-b-0{
    margin-bottom: 0 !important;
}
.margin-b-2{
    margin-bottom: 2em !important;
}

/* BOTÕES */
.btn-1{
    background-color: #FF7A0E;
    padding: 5px 10px;
    border-radius: 5px;
    color: white !important;
}
.btn-1:hover{
    background-color: #2F456D;
    color: #FF7A0E !important;
}

/* TEXTOS */
.texto-cor-1{
    color: #FF7A0E !important;
}

/* FUNDOS */
.fundo-1{
    background-color: #FCE0CA !important;
}
.fundo-2{
    background-color: #FF7A0E !important;
}
.fundo-2-after:after{
    background-color: #FF7A0E !important;
}