@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,700,700i&display=swap');

body {
    font-family: 'Ubuntu', sans-serif;;
}

div.bg-banner a {
    background: url("/img/banner_principal.jpg") center center;
    background-size: cover;
    display: inline-block;
    min-height: 200px !important;
    min-width: 100%;
}


.bg-salmon {
    background-color: #ffe5d9;
}

.bg-blue {
    background-color: #045889;
}

.bg-dark-orange {
    background-color: #e16a13;
}

.text-orange {
    color: #e16a13;
}


div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: initial !important;
}