.banner{
    background-image: url('assets/banner/banner-blog.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 342px;
    
    background-position-x: 52.5%;
    background-position-y: 50%;
}
@media screen and (max-width: 767px){
    .banner{
        background-image: url('assets/banner/banner-blog.webp');
        background-size: cover;
        background-repeat: no-repeat;
        height: 320px;
        
        background-position-x: 52.5%;
        background-position-y: 50%;
    }
}
.boxnews1 {
    background-image: url(assets/images/blog-news1.webp);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    border-radius: 9px;
}
.boxnews2 {
    /*background-image: url(assets/images/blog-news2.png);*/
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    border-radius: 9px;
}
.boxnews3 {
    /*background-image: url(assets/images/blog-news3.png);*/
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    border-radius: 9px;
}
.blog-populares-1 {
    background-image: url(assets/images/blog-populares1.webp);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

.content p { font-size: 15px !important;line-height: 23px !important; } .content small { font-size: 15px !important; } .content .btn { border: 1px solid #FFB300;color: #FFB300;border-radius: 19px;font-size: 15px;font-weight: 500; }

.content a {
    text-decoration: none;
    font-size: 19px;
    font-weight: 400;
    color: #0D2850;
}
.content a:hover {
    color: #FFB300;
}

.banner-blog-interno {
    width: 100%;
    height: 293px;
    background-image: url(assets/images/blog-banner-news1.png);
    background-position-x: 15%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    border-radius: 9px;
}