@font-face{
    font-family:"Font Awesome 6 Free";
    font-weight: 900;
    font-display: swap !important;
}

@font-face{
    font-family:"Font Awesome 6 Free";
    font-weight: 400;
    font-display: swap !important;
}
@font-face{
    font-family:"Font Awesome 6 Free";
    font-weight: 300;
    font-display: swap !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{

}
h1{

}
h2{

}
h3{

}
.brand-logo img {
}

.container-banner img {
    animation-name: kenburns;
    animation-timing-function:  linear;
    animation-iteration-count: infinite;
    animation-duration: 16s;
    transform: scale(1.2);
}

@keyframes kenburns {
    0% {     
        -webkit-transform: scale(1.5);
        transform: scale(1.2);
    }


    33.5625% { 
        -webkit-transform: scale(1.25);
        transform: scale(1);
    }

    100% { 
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}