@media ( width >= 56.2em) {
    .fondo_redes{
        background-image: url(../images/ediciones/n_363/redes-sociales/bg.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        min-height: 1480px;
    }
 }

.fondo_redes .caja {
    background-color: #dcdee0;
    padding: 20px 16px;
}

.fondo_redes .badge {
    font-size: 100% !important;
}

@media ( width >= 56.2em) {
    .fondo_gpt{
        background-image: url(../images/ediciones/n_363/chat-gpt/bg.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        min-height: 1480px;
    }
 }

.fondo_gpt .badge-primary {
    background-color: #83dfb2 !important;
    color: #000 !important;
}