.article-fullw{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 550px;
    

}
.article-fullw .content-article {
    
    background-color: #fff;
    padding: 4rem;
    width: 100%;
    max-width: 450px;
}

.article-fullw .copete {    font-size: .95em;}
.article-fullw .copete small {    font-size: 1em; text-transform: uppercase; font-weight: 600;}


@media screen and (max-width:768px){
    .article-fullw{height: 350px;      }
    .article-fullw > .container{margin-top: auto; margin-bottom: 20px;}    
    .article-fullw .content-article{padding: 2rem;}
    .article-fullw .copete{display: none;}
    .article-fullw .titulo{font-size: 1.3em;}

}
