/*:root {
    --bg: #F9F9F9;
    --bg_dark: #E3E3E3;
    --bg_type: #272727;
    --bg_dest_type: #370052;
    --color01: #00CFB7;
    --color01_type: #370052;
    --color01_h: #370052;
    --color01_h_type: #00CFB7;
    --color02: #39185D;
    --color02_type: #F5F5F5;
    --color02_h: #F5F5F5;
    --color02_h_type: #39185D;
    --bg-image: url('../images/bg-worldCup-2022-light.png');
    --positive:#4BBFAC;
    --neutral:#CCCCCC;
    --negative:#D4295E;
    --positive_type:var(--color01_type);
    --neutral_type:var(--color01_type);
    --negative_type:#FFFFFF;
    --fill-logo:#000000;
}*/

.bannerDf{
    background: transparent url(../banners/img/banner_01.png) center center no-repeat;
    height: 60px;
}
