@charset "utf-8";

/* ---------- ACCESS ---------- */

.unq-img-map{
    text-align: center;
}

.unq-img-map img{
    max-width: 100%;
    height: auto;
}

.unq-image-R{
    float: right;
    margin: 0;
    padding: 0;
    border: #fff 20px solid;
    border-right: none;
}





/* ----------* * * * *----------*/
/* --------- RESPOSIVE ---------*/

@media screen and (max-width: 1000px){
    .unq-image-R{
        width: 38%;
    }
    
    .unq-image-R img{
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 519px) {
    .unq-image-R{
        float: none;
        width: auto;
        text-align: center;
    }

    table.unq-tbl-bus th,
    table.unq-tbl-bus td{
        font-size: 93%;
        padding: 1px;
    }
}

/* ----------* * * * *----------*/






