@media screen and (max-width: 2000px) {
    .imagen_logo {
        height: 70px !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 600px) {
    .imagen_logo {
        height: 45px !important;
        margin-bottom: 5px !important;
    }
}

.mostrarEntradaContent {
    width: 100% !important;
}