@media (orientation:portrait) {
    .inner_container {
        width: 94%;
    }

    .info_cards_container {
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }

    .row {
        justify-content: center;
        text-align: center;
    }

    .selector {
        justify-content: space-evenly;
    }

    .atendiendo_top {
        justify-content: center;
    }

    .container_todoslosbotones {
        margin: 0 auto;
        font-size: 0.5em;
        width: 100%;
    }

    .top {
        font-size: 0.85em;
    }

    .top_button {
        flex: 1 0 5em;
        font-size: 0.9em;
    }

    .filtro {
        flex: 1 0 10em;
    }

    .atendiendo {
        flex-direction: column;
    }

    .turnos_list {
        margin: 5% 0;
        font-size: 1.1em;
        width: 100%;
    }

    .mobilemargin {
        margin: 1em 0;
    }

    .ficha {
        font-size: 0.6em;
    }
}