#restaurantero, #gerente, #mesero{
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0
}

#restaurantero{
    left: 0;
}

#gerente, #mesero{
    left: 100%;
}

.employee{
    width: 100%;
    height: 450px;
}

.employee-image{
    height: 100%;
    width: calc(50% + 145px);
    background-position: center;
    background-size: cover;
    float: left;
}

#restaurantero .employee-image{
    background-image: url(../../img/how/restaurantero.png);
}

#gerente .employee-image{
    background-image: url(../../img/how/gerente.png);
}

#mesero .employee-image{
    background-image: url(../../img/how/mesero.png);
}

.employee-text{
    width: calc(50% - 145px);
    height: 100%;
    float: left;
    color: white;
    background-color: #0A0A0A;
    display: flex;
    align-items: center;
}

.employee-text > div{
    width: 60%;
    margin: 0 auto;
    font-size: 23px;
    line-height: 32px;
}

.employee-text-comment{
    color: #A5A6A7;
    font-style: italic;
    font-size: 18px;
    line-height: 25px;
}

.report-title{
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    margin: 60px;
}

.report-metrics{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.metric{
    display: inline-block;
    width: 30%;
    height: 370px;
    border-radius: 8px;
    margin: 0px 20px;
    vertical-align: top;
    min-width: 365px;
}

.metric-one{
    background-color: #FAFAFA;
}

.metric-one-title{
    height: 50px;
    text-align: left;
    padding: 0px 15px;
    border-bottom: 1px solid #4b4b4b;
}

.metric-one-title h5{
    margin: 0;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 1px;
    /*font-family: 'WorkSansBold';*/
}

.metric-one > div{
    width: 100%;
    height: 100%;
    border: 1px solid #4B4B4B;
    border-radius: 8px;
    margin: 0;
}

.metric-one-body{
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    height: calc(100% - 50px);
}

.metric-one-body p{
    margin: 10px 0;
}

.metric-one-body .start{
    position: relative;
    top: 1px;
}

.metric-two{
    background-color: #0A0A0A;
    color: white;
}

.metric-two-title{
    height: 50px;
    text-align: left;
    padding: 15px 30px;
}

.metric-two-title h5{
    margin: 0;
    font-size: 26px;
    line-height: 50px;
}

.metric-two-body{
    text-align: left;
    padding: 0px 30px;
    display: flex;
    align-items: start;
    height: calc(100% - 80px);
    width: calc(100% - 60px);
}

.metric-two-body > div{
    width: 100%;
    text-align: center;
}

.metric-quantity{
    display: inline-flex;
    width: 47%;
    height: 78px;
    background-color: #FAFAFA;
    color: black;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin: 1%;
    vertical-align: top;
}

.metric-quantity b{
    font-size: 25px;
}

.metric-quantity p{
    font-size: 13px;
}

.metric-quantity .uppercase{
    width: 80%;
    display: block;
    margin: 0 auto;
}

.metric-total{
    width: 98%;
}

.metric-three{
    background-color: #0A0A0A;
    color: white;
    position: relative;
}

.metric-three-title{
    height: 50px;
    text-align: left;
    padding: 15px 30px;
}

.metric-three-title h5{
    margin: 0;
    font-size: 26px;
    line-height: 50px;
}

.metric-three-body{
    text-align: left;
    padding: 30px 30px;
    /*display: flex;
    align-items: start;
    height: calc(100% - 80px);*/
    width: calc(100% - 60px);
}

#mesero .report .metric-three-body{
    text-align: left;
    padding: 0px 30px;
    display: flex;
    align-items: start;
    height: calc(100% - 80px);
    width: calc(100% - 60px);
}

.top-three{
    font-size: 24px;
    margin-bottom: 30px;
}

.top-three b{
    font-size: 26px;
}

.top-three p{
    margin: 5px 0;
}


.modules{
    width: 100%;
    /*height: 200px;*/
    height: max-content;
}

.modules > div{
    width: 86%;
    text-align: right;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.module{
    padding: 15px 20px;
    border: 1px solid black;
    border-radius: 30px;
    margin-left: 30px;
}

#employee-get-demo{
    text-align: center;
    width: 100%;
    padding: 120px 0px 120px 0px;
    margin-top: 122px;
}

#ingresos-totales{
    height: 75%;
    padding: 0px 15px;
    width: 95%;
}

#best-days{
    position: absolute;
    top: 165px;
    width: calc(100% - 60px);
}

#days{
    margin: 30px 0px 10px 0px;
}

#days p{
    color: #FCFDFE;
    margin: 0;
    line-height: 7px;
}

.quantity-day{
    height: 14px;
    position: relative;
    border-radius: 15px;
    left: 80px;
    transition: width 1.0s ease; 
}

.quantity-thursday{
    width: 0;
    background-color: #C0DDFD;
    top: -17px;
}

.quantity-saturday{
    width: 0;
    background-color: #146EF4;
    top: -17px;
}

.quantity-monday{
    width: 0;
    background-color: #1F49BF;
    top: -17px;
}

.days-small-text{
    font-size: 12px;
    color: #FCFDFE;
}

#total-bono{
    height: 14px;
    position: relative;
    border-radius: 15px;
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
}

#bono-gain{
    height: 14px;
    position: relative;
    border-radius: 15px;
    width: 0;
    background-color: #146EF4;
    transition: width 1.0s ease; 
}

#total-bono-text{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#workers{
    position: relative;
    top: 122px;
    overflow: hidden;
}

@media only screen and (max-width: 599px) {
    .employee{
        height: auto;
    }

    .employee-image{
        float: initial;
        width: 100%;
        height: 255px;
    }

    .employee-text{
        float: initial;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .employee-text > div{
        font-size: 14px;
        width: 90%;
        line-height: 20px;
    }

    .employee-text-title{
        font-size: 22px;
        line-height: 32px;
    }

    .report-title{
        font-size: 16px;
        line-height: 18px;
        margin: 40px;
    }

    .metric-one-title h5{
        font-size: 22px;
    }

    .metric-one-body{
        font-size: 14px;
    }

    .metric{
        width: calc(100% - 50px);
        margin: 5px 0px;
        min-width: initial;
    }

    .metric-two-title h5{
        font-size: 22px;
        line-height: initial;
    }

    .metric-two-body{
        padding: 0px 15px;
        width: calc(100% - 30px);
    }

    .metric-quantity b {
        font-size: 22px;
    }

    .metric-quantity p {
        font-size: 11px;
    }

    .modules > div{
        font-size: 14px;
    }

    .module {
        padding: 7px 20px;
        margin-left: 0;
        display: block;
        width: fit-content;
        display: inline-block;
        margin-top: 5px;
    }

    .modules .uppercase{
        display: block;
    }

    .top-three, .top-three b{
        font-size: 16px;
    }

    .quantity-thursday{
        width: 62%;
    }

    .quantity-saturday{
        width: 55%;
    }

    .quantity-monday{
        width: 70%;
    }

    #bono-gain{
        width: 80%;
    }

    .metric-three-title h5{
        font-size: 18px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    .employee{
        height: auto;
    }

    .employee-image{
        float: initial;
        width: 100%;
        height: 270px;
    }

    .employee-text{
        float: initial;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .employee-text > div{
        font-size: 16px;
        width: 90%;
        line-height: 20px;
    }

    .employee-text-title{
        font-size: 23px;
        line-height: 32px;
    }

    .report-title{
        font-size: 16px;
        line-height: 17px;
    }

    .metric{
        margin: 5px 0px;
    }

    .modules > div{
        font-size: 16px;
    }

    .module {
        padding: 7px 20px;
        margin-left: 0;
        display: block;
        width: fit-content;
        display: inline-block;
        margin-top: 5px;
    }

    .modules .uppercase{
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .employee{
        height: auto;
    }

    .employee-image{
        float: initial;
        width: 100%;
        height: 320px;
    }

    .employee-text{
        float: initial;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .employee-text > div{
        font-size: 18px;
        width: 90%;
        line-height: 24px;
    }

    .employee-text-title{
        font-size: 23px;
        line-height: 32px;
    }

    .report-title{
        font-size: 18px;
        line-height: 24px;
    }

    .metric{
        margin: 5px 0px;
    }

    .modules > div{
        font-size: 18px;
    }

    .module {
        padding: 7px 20px;
        margin-left: 0;
        display: block;
        width: fit-content;
        display: inline-block;
        margin-top: 5px;
    }

    .modules .uppercase{
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .employee-text > div {
        width: 75%;
        font-size: 20px;
        line-height: 26px;
    }

    .metric{
        margin: 5px 0px;
    }

    .module {
        padding: 7px 20px;
        margin-left: 0;
        display: block;
        width: fit-content;
        display: inline-block;
        margin-top: 5px;
    }

    .modules .uppercase{
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1727px) {
    .employee-text > div {
        width: 75%;
    }

    .metric{
        margin: 5px;
    }
}
