.bg-comfibra {
    background-color: #201e5a !important;
}

div.logo a img { 
    width: 8em; 
    margin-top: 10px;
 }
.container.topo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-orange {
    color: #E56840!important;
}

.text-blue {
    color: rgb(50, 46, 127)!important;
}

.btn-blue { color: white; background-color: rgb(50, 46, 127); border-color: #2C2C61; }
.btn-blue:hover, .btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active, .show > .btn-outline-blue.dropdown-toggle { color: #fff; background-color: #f94f15; border-color: #f94f15; }

.btn-orange { color: white; background-color: #FF7447; border-color: #BC5634; }
.btn-orange:hover, .btn-outline-orange:not(:disabled):not(.disabled).active, .btn-outline-orange:not(:disabled):not(.disabled):active, .show > .btn-outline-orange.dropdown-toggle { color: #fff; background-color: rgb(50, 46, 127); border-color: #2C2C61; }


@media (max-width: 991.98px){
    #header-wrap.fixed-header {
        padding: 50px 0;
    }
}