    #main .container {
        width: 100%;
        max-width: 1250px !important;
    }
    
    .breadrumbWrap {
        display: none;
    }
    
    .newMainSection {
        top: 0 !important;
    }
    
    .mt10 {
        margin-top: 10px;
    }
    
    .mt20 {
        margin-top: 20px;
    }
    
    .mt30 {
        margin-top: 30px;
    }
    
    .mt40 {
        margin-top: 40px;
    }
    
    .mt50 {
        margin-top: 50px;
    }
    
    .mt60 {
        margin-top: 60px;
    }
    
    .mb10 {
        margin-bottom: 10px;
    }
    
    .mb20 {
        margin-bottom: 20px;
    }
    
    .mb30 {
        margin-bottom: 30px;
    }
    
    .mb40 {
        margin-bottom: 40px;
    }
    
    .mb50 {
        margin-bottom: 50px;
    }
    
    .mb60 {
        margin-bottom: 60px;
    }
    
    .pdd01 {
        padding: 0 1px;
    }
    
    .pdd03 {
        padding: 0 3px;
    }
    
    .pdd05 {
        padding: 0 5px;
    }
    
    .pdd07 {
        padding: 0 7px;
    }
    
    .pdd09 {
        padding: 0 9px;
    }
    
    .agendate {
        width: 100%;
        max-width: 1250px;
        margin: 0 auto;
        font-family: 'Lato', sans-serif;
        color: #333;
        font-size: 14px;
    }
    
    .agendate .vitrina {
        width: 100%;
        max-width: 1250px;
        margin: 0 auto;
    }
    
    .agendate .vitrina img {
        width: 100%;
        height: auto;
    }
    
    .agendate .caja-pasos {
        width: 100%;
        padding: 20px;
        background-color: #f5f5f5;
        border-radius: 0 0 6px 6px;
    }
    
    .agendate .caja-pasos .bajada {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
        line-height: 140%;
        font-size: 18px;
        font-weight: bold;
    }
    
    .agendate .caja-pasos .remate {
        width: 100%;
        max-width: 80%;
        margin: 20px auto;
        text-align: center;
        line-height: 140%;
        font-size: 22px;
        font-weight: bold;
        color: #0072ce;
    }
    
    .agendate .caja-pasos .pasos {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }
    
    .agendate .caja-pasos .pasos .paso {
        justify-content: center;
        width: 48.2%;
        height: auto;
        min-height: 200px;
        border: solid 1px #eee;
        margin: 10px 0.9%;
        border-radius: 6px;
        background-color: #fff;
        padding: 2%;
        transition: All 1s ease;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
    }
    
    .agendate .caja-pasos .pasos .paso:hover {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    }
    
    .agendate .caja-pasos .pasos .paso .info {
        display: flex;
        flex-wrap: nowrap;
        list-style: none;
        padding: 0;
    }
    
    .agendate .caja-pasos .pasos .paso .info .item {
        justify-content: space-between;
    }
    
    .agendate .caja-pasos .pasos .paso .info .item:nth-child(1) {
        width: auto;
    }
    
    .agendate .caja-pasos .pasos .paso .info .item:nth-child(2) {
        margin-left: 2%;
    }
    
    .agendate .caja-pasos .pasos .paso .info .item i {
        width: 46px;
        height: 46px;
        background-color: #0072ce;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        color: #fff;
        text-align: center;
        line-height: 46px;
        font-size: 32px;
        font-weight: bold;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .agendate .caja-pasos .pasos .paso .info .item p {
        font-weight: bold;
        font-size: 18px;
        margin: 0 0 20px;
        line-height: 130%;
    }
    
    .agendate .tiendas {}
    
    .agendate .tiendas h2 {
        text-align: center;
        font-weight: bold;
    }
    
    .agendate .tiendas .pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .agendate .tiendas .pills .pillbt {
        margin: 10px 1%;
        padding: 0 16px;
        border: solid 2px #ccc;
        border-radius: 18px;
        height: 36px;
        line-height: 34px;
    }
    /* -- MEDIAS -- */
    
    @media (max-width: 640px) {
        .agendate .caja-pasos .bajada {
            max-width: 100%;
        }
        .agendate .caja-pasos .remate {
            max-width: 100%;
            font-size: 18px;
        }
        .agendate .caja-pasos .pasos .paso {
            width: 100%;
        }
        .agendate .caja-pasos .pasos .paso .info .item i {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .agendate .caja-pasos .pasos .paso .info .item p {
            font-size: 16px;
        }
        .agendate .tiendas h2 {
            font-size: 24px;
        }
        .agendate .tiendas .pills .pillbt {
            margin: 5px 1%;
            padding: 0 10px;
        }
        .agendate .caja-pasos .pasos .paso .info .item:nth-child(2) {
            text-align: center;
        }
    }