li#sac-phone {
    font-size: 1.7em;
    font-weight: bold;
}

#mobile-banners {
    padding: 1em;
    width: 90%;
    text-align: center;
}

p#mobile-viajemais-banner img {
    width: 35%;
    margin: 0 auto;
}

a#mobile-guiche-link {
    font-weight: bold;
    color: #019add !important;
    text-decoration: none;
}

a#mobile-clickbus-link {
    font-weight: bold;
    color: #9156a5 !important;
    text-decoration: none;
}

a#mobile-hide-banner {
    font-weight: bold;
    text-decoration: none;
}

img.app-download {
    width: 35%;
    margin-left: 1em;
}

table.seat-map {
    border-collapse: separate;
    border-spacing: 0.5em;
    width: 100%;
}

table.seat-map td {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 4em;
    height: 4em;
}

#mapas table {
    margin: 1em 0 0 0;
}

td.polt-occupied {
    border: 1px solid gray;
    background: #d00000;
    color: white;
}

td.polt-selected {
    border: 1px solid gray;
    background: #00ab00;
    color: white;
}
    
.seat-map-side-label-vertical > div {
    font-weight: bold;
    transform: 
        rotate(-90deg);
}

@media screen and (max-width: 1024px) {
    table.horario-info-desk {
        display: none !important;
    }

    table.horario-info-mob {
        display: block !important;
        width: 100% !important;
    }

    table.horario-info-mob td {
        text-align: left !important;
        width: auto !important;
        white-space: nowrap !important;
    }

    table.seat-map {
        transform: rotate(90deg);
        margin: 3em 0 25em 0 !important;
        padding: 0 !important;
    }

    table.seat-map td {
        min-height: 3em !important;
    }

    table.seat-map td span {
        display: inline-block;
        transform: rotate(-90deg);
        min-width: 3em !important;
    }

    .seat-map-side-label {
        width: 100%;
        text-align: center;
    }
}
