﻿#header {
    border-top: solid 3px #f57c00;
}

.modal .modal-content {
    border-top: solid 3px #f57c00;
}

.line-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
    background: #f57c00;
}

.btn-principal {
    background: #ffad42 !important;
    border-color: #ffad42 !important;
}

.color-principal {
    color: #f57c00 !important;
}

.border-bottom-principal {
    border-bottom: solid 3px #f57c00 !important;
}