﻿
.nonepadding {
    padding-left: 0px;
    padding-right: 0px;
}

.main_stap {
    padding: 5px 0px 40px;
    position: relative;
}

    .main_stap .img-step {
        position: relative;
    }

        .main_stap .img-step > .step-label {
            padding: 5px 40px;
            background-color: #fff;
            border: #000 solid 2.5px;
            border-radius: 19px !important;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #000;
            display: inline-block;
        }
    .main_stap.travel .img-step > .step-label {
        background-color: #e6e9ed;
    }
    .main_stap .img-step > .step-label.active {
        background-color: #2B6AAF;
        color: #fff;
    }
    .main_stap.travel .img-step > .step-label.active {
        background-color: #F9C80E;
        color: #333;
    }
        .main_stap .img-step > .step-label.active + span {
            background: #2B6AAF;
        }
    .main_stap.travel .img-step > .step-label.active + span {
        background: #F9C80E;
    }
        .main_stap .img-step > span {
            position: absolute;
            width: 100%;
            height: 10px;
            background: #fff;
            top: 17px;
            z-index: 0;
            border-top: solid #000 1px;
            border-bottom: solid #000 1px;
        }
    .main_stap.travel .img-step > span {
        border-top: solid #000 2px;
        border-bottom: solid #000 2px;
    }
.sesion_stepfooter {
    margin-top:80px;
}

.step_carfooter {
    background-color: #fff;
    display: table;
    width: 100%;
    border: 3px solid #000;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 60px;
}

    .step_carfooter .table {
        margin-bottom: 0px;
    }

    .step_carfooter thead {
        background-color: #2B6AAE;
        color: #fff;
        font-weight: bold;
    }
    .step_carfooter thead tr td {
        padding: 15px 15px;
        min-width: 225px;
    }
    .step_carfooter tr td:not(:first-child):not(:last-child) {
        border-left: 3px solid #000;
        border-right: 3px solid #000;
        border-bottom: none;
    }
    .step_carfooter span.on {
        font-size: 40px;
        color: #153557;
    }

    .step_carfooter span.top {
        display: inline-block;
        color: #153557;
    }
    .step_carfooter .onstage span {
        color: #fff !important;
    }
    .step_carfooter .onstage .content-time {
        color: #F55652;
    }
    .step_carfooter .onstage .content {
        font-weight:bold;
    }
    .step_carfooter tbody > tr > td {
        padding: 0px;
    }

    .step_carfooter tbody td .content-time {
        background-color: #E4E6E7;
        padding: 10px 15px;
        font-weight: bold;
    }

    .step_carfooter tbody td .content-time > span {
        color: red;
    }

    .step_carfooter tbody td .content {
        padding: 10px 15px;
        font-size: 15px;
        line-height: 23px;
    }
.head-rec {
    padding: 15px 15px;
    background-color: #2B6AAE;
    color: #fff;
    font-weight: bold;
    display:none;
}
@media (max-width:1198px) {
    .step_carfooter thead{
        display:none;
    }
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .step_carfooter table {
    }
    .step_carfooter tbody > tr{
    }
    .step_carfooter tbody > tr > td{
        display:block;
    }
    .step_carfooter tr td:not(:first-child):not(:last-child) {
        border-left: none;
        border-right: none;
    }
    .head-rec {
        
        display: block;
    }
}
