.capa{
    width: 100%;
}

@media (max-width: 1199px) {
    .capa{
        width: 100%;
    }
}

/* Responsividade: Quando a largura da tela for menor que 768px (tablets e smartphones) */
@media (max-width: 767px) {
    .capa{
        width: 100%;
    }
}