.horarios{display:flex;flex-direction:row}.horario{width:100%;border:1px solid var(--color-2-5);border-radius:var(--border-radius);margin-right:20px;display:flex;flex-direction:column;align-items:center;overflow:hidden;height:min-content}.horario:last-child{margin-right:0}.horario h2{display:flex;justify-content:center;width:100%;font-size:calc(var(--font-size) * 18pt);color:var(--color-1-1);text-align:center;background:var(--color-2-5);padding:10px 0}.horario table{width:100%;border-collapse:collapse}.horario table tr{width:100%}.horario table tr th{padding:8px 0;background:var(--color-2-3);color:var(--color-2-6)}.horario table tr td{padding:10px 0;color:var(--color-2-1)}.horario table :is(td,th){width:50%;text-align:center}.horario table :is(td,th):first-child{border-right:1px solid var(--color-2-4)}@media(max-width:600px){.horarios{flex-direction:column}.horario{margin-right:0;margin-bottom:20px}.horario:last-child{margin-bottom:0}}
