/* Grupo total*/

.cover-grupo{
    height: 445px;
    background: linear-gradient(180deg, #F7F7F9 50.33%, rgba(247, 247, 249, 0) 100%);
}

.circle-dashed{
    width: 152px !important;
    height: 152px;
    border: 1px dashed #A9A9A9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: white;
}


.md-stepper-horizontal .md-step {
    display:table-cell;
    position:relative;
    padding:24px;
    background: white;
}


.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display:none;
}




.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
    position:absolute;
    top:50%;
    height:1px;
    border-top:1px dashed #A9A9A9;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
    right: 0;
    left: 90px;
    margin-left: 0px;
    width: 185%;
    z-index: -1;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
    left:0;
    right:50%;
    margin-right:20px;
}


/*.circle-dashed img{
    width: 90px;
}*/

.circle-date{
    width: 74px;
    height: 37px;
    background: #00AFDC;
    border-radius: 39px;
    position: absolute;
    top: 5px;
    right: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-date h3{
    color:white;
    position: relative;
    margin:0;
}

    
.grid-grupo-total-1{
    display: grid;
    grid-template-columns: 70% auto;
    column-gap: 80px;
}


.grid-grupo-total-2{
    display: grid;
    grid-template-columns: auto 55%;
    column-gap: 20px;
}

.img-water.tubo{
    right: -40px;
}

.img-water.edificio{
    left: -60px;
}

.grid-grupo-total-1{
    column-gap: 10px;
}



/* lg */ @media (max-width: 1199px) {}
/* md */ @media (max-width: 991px) {
    .width-70{
        width: 100% !important;
    }

    .min-height-300px{
        min-height: 250px!important
    }


}
/* sm */ @media (max-width: 767px) {
    .img-water.tubo{
        right: -40px !important;
    }

    .img-water.edificio{
        left: -60px !important;
    }

    .md-step-bar-right{
        border-top: 0px dashed #A9A9A9 !important;
    }
}
/* xs */ @media (max-width: 575px) {
    .grid-grupo-total-1{
        grid-template-columns: 100%;
    }

    .grid-grupo-total-2{
        grid-template-columns: 100%;
    }

    .grid-grupo-total-2 div:nth-of-type(1) {
        order: 2;
    }
      
    .grid-grupo-total-2 div:nth-of-type(2) {
        order: 1;
    }

    

}
/* xxs */ @media (max-width: 430px) {}


