﻿/*!
 *   ficsantarem v1.0.0
 *   Author: ficsantarem
 *   Website: ficsantarem.pt <https://ficsantarem.pt>
 */
/*!
***************   TITLE BAR
 */
.title_bar {
    max-width: 99.99%;
    color: #000;
    border: 1px solid #000;
    background: #d3503c;
    height: 57px;
    display: flex;
    align-items: center;
}

    .title_bar h1 {
        font-family: "DM Sans";
        font-size: 27px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 9px 16px;
    }

@media only screen and (max-width: 1280px) {
    .title_bar {
        height: 50px;
    }

        .title_bar h1 {
            font-size: 23px;
            margin: 9px 12px;
        }
}