/**ocultamos contenido en desktop**/
.table-caption{
    visibility: hidden;
    text-indent: -999em;
    display: none;
}
/**estilos genéricos**/
table.bus-compare--head,
table.bus-compare{
    width:100%;
    max-width: 800px;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
/**tabla encabezado**/
table.bus-compare--head{
    margin-top: 20px;
    border: 1px solid #eee;
}
table.bus-compare--head th{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 2px;
    font-size: .95rem;
    text-transform: capitalize;
    color: #fff;
    background-color: #585858;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}
table.bus-compare--head th:hover{
    background-color: #d10000;
}
table.bus-compare--head th  span{
    display: inline-block;
    vertical-align: middle;
}
table.bus-compare--head th span::before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
th#head-entertainment span::before{
    content: url(../img/icos-tabla-flota/ico-entretenimiento.png);
}
th#head-confort span::before{
    content: url(../img/icos-tabla-flota/ico-confort.png);
}
th#head-security span::before{
    content: url(../img/icos-tabla-flota/ico-seguridad.png);
}
th#head-services span::before{
    content: url(../img/icos-tabla-flota/ico-otros-servicios.png);
}
/**tablas contenido**/
table.bus-compare{
    margin-bottom: 20px;
}
table.bus-compare th,
table.bus-compare td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}
/*encabezado*/
table.bus-compare th{
    padding: 12px 2px;
    font-size: .8rem;
    font-weight: 600;
    color: #727272;
    text-transform: uppercase;
}
table.bus-compare th.in-mob{
    visibility: hidden;
    text-indent: -999em;
    display: none;
}
table.bus-compare th span::before{
    display: block;
    margin-bottom: -4px;
}
th.service-normal span::before{
    content: url(../img/icos-tabla-flota/ico-normal.png);
}
th.service-express span::before{
    content: url(../img/icos-tabla-flota/ico-expres.png);
}
th.service-multimedia span::before{
    content: url(../img/icos-tabla-flota/ico-multimedia.png);
}
th.service-multimediaplus span::before{
    content: url(../img/icos-tabla-flota/ico-plus.png);
}
th.service-vip span::before{
    content: url(../img/icos-tabla-flota/ico-vip.png);
}
/*cuerpo*/
table.bus-compare td{
    padding: 5px 0;
}
table.bus-compare td.title-block{
    padding: 10px 0;
    font-size: .86rem;
    color: #727272;
}
td.title-block .fa{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    opacity: .8;
    display: none; /*oculto por ahora*/
}
td.title-block .fa:hover{
    opacity: 1;
}
td.service-yes::before,
td.service-no::before{
    font-size: 1rem;
}
td.service-yes::before{
    font-family: FontAwesome;
    content: '\f00c';
    color: #d10000;
}
td.service-no::before{
    font-family: FontAwesome;
    content: '\f00d';
    color: #727272;
}
table.bus-compare--head th.active-link{
    background-color: #d10000;
}
/**Media Queries**/
/*hasta 767px*/
@media screen and (max-width: 47.938em){
    table.bus-compare--head{
        visibility: hidden;
        display: none;
    }
    .table-caption{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        visibility: visible;
        text-indent: 0;
        display: block;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 12px 2px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: capitalize;
        text-align: center;
        color: #fff;
        background-color: #585858;

    }
    table.bus-compare{
        display: table !important;
        margin-bottom: 0;
    }
    table#otros-servicios.bus-compare{
        margin-bottom: 20px;
    }
    table.bus-compare th{
        font-size: .75rem;
        line-height: 100%;
    }
    table.bus-compare th span::before{
        margin-bottom: 0;
    }
    table.bus-compare td.title-block{
        font-size: .8rem;
        line-height: 110%;
    }
    td.service-yes::before,
    td.service-no::before{
        font-size: .85rem;
    }
}
/*hasta 620px*/
@media screen and (max-width: 38.750em){
    table.bus-compare th.in-mob{
        visibility: visible;
        text-indent: 0;
        display: table-cell;
    }
    table.bus-compare th.in-desktop{
        visibility: hidden;
        text-indent: -999em;
        display: none;
    }
}
