@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/roboto-400.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/roboto-700.woff2") format("woff2");
}

body,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif !important;
}

.mainmenu_menu {
    justify-content: center !important;
}

.mainmenu_menu .menu-header-container {
    margin: 0 auto;
}

.mainmenu_donate a {
    margin-left: 28px !important;
}

section.tv-pl {
    background-image:
        linear-gradient(90deg, rgba(36, 48, 151, .96), rgba(36, 48, 151, .86)),
        url("../img/sobre-pl.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
}

footer {
    background-image:
        linear-gradient(90deg, rgba(36, 48, 151, .96), rgba(36, 48, 151, .88)),
        url("../img/sobre-pl.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
}
