<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-banner{
    background-image: url('../img/14_03_36ANPET_OpcaoLayout_0002s_0002_Objeto-Inteligente-de-Vetor.png');
}

.img-banner {
    background-image: url(../img/14_03_36ANPET_OpcaoLayout_0002s_0002_Objeto-Inteligente-de-Vetor.png);
    height: 455px;
    width: 490px;
    background-size: 400px;
    background-repeat: no-repeat;
    position:relative;
}
.grid-banner {
    display: grid;
    grid-template-areas: 'a1 a2';
}
.img-intro-banner{
    width: 280px;
    position: absolute;
    top: 5%;
    left: 7%; 
}
.text-banner{
    margin:auto;
} 

a{
    font-family: Source Sans Variable;
    font-weight:bold;
}

li span{
    font-family: Source Sans Variable;
    font-weight:bold;
}
.title-noticia{
    font-family: Source Sans Variable;
    font-weight: bold;
}
.data{
    font-family: Source Sans Variable;
    font-weight: lighter;
}
.texto{
    font-family: Source Sans Variable;
    font-weight: lighter;
}
.entrar{
    font-family: Source Sans Variable;
    font-weight: lighter;
}
.text-banner{
    font-family: Source Sans Variable;
    font-weight: lighter;
}
.text-banner h1{
    font-family: Source Sans Variable;
    font-weight: bold;
}

ul.slick-dots li {
    border: 3px solid #ffbb00;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.5rem;
    cursor: pointer;
    z-index: 11;
}

.banner-dots li.slick-active {
    background: #ffbb00;
}

.banner-dots {
    display: flex;
    justify-content: center;
}</pre></body></html>