@import 'https://fonts.googleapis.com/css?family=Raleway:400,700,900|Ubuntu:700';

/* detalhe importante */
/* o código path da lista são diferentes em cada etapa, devem ser intercalados
(1,2 > 3,4 > 5,6 ...) para ficar posicionado corretamente */


/* FIX */
.steps{
  font-weight: 400;
}
.steps path{
  fill: black;
}
.steps .col{
    -ms-flex-preferred-size: auto;
    flex-basis: auto !important;
    -ms-flex-positive: auto;
    flex-grow: 0 !important;
    max-width: 100%;
}

/* THEME */
.steps.tree .list-title,.steps.tree .list-title span,.steps.tree .list-title span{
    color:#BF8738;
}
.steps.tree .number .border-bullet{
    border-color:#BF8738;
}

.steps.tree{
    padding:50px 10px;
    position:relative;
    background-position:center 0;
    -webkit-background-size:cover;
    background-size:cover;
    overflow:hidden;
    font-family:raleway,sans-serif;
}
.steps.tree .container{
    z-index:1;
    text-align:center
}
.steps.tree .title{
    font-size:36px;
    color:#a1a1a1;
    text-align:center;
    margin-bottom:70px;
    line-height:1.2;
    position:relative
}
.steps.tree .title b{
    font-weight:900
}
.steps.tree .list-container{
    max-width:730px;
    margin:0 auto
}
.steps.tree .list-item{
    position:relative;
    display:flex;
    align-items:center;
    padding:5px 0
}
.steps.tree .list-item:nth-child(even){
    flex-direction:row-reverse
}
.steps.tree .list-item:last-child{
    padding-bottom:45px
}
.steps.tree .col{
    width:50%;
    color:#fff
}
.steps.tree .line{
    width:0;
    height:100%;
    border-left:2px dashed #d5d5d5;
    position:absolute;
    left:50%;
    top:50%
}
.steps.tree .image-combo{
    width:100px;
    height:92px;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    z-index:99999
}
.steps.tree .number{
    font-family:ubuntu,sans-serif;
    font-size:26px;
    width:100px;
    height:92px;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:50%;
    color:#fff;
    z-index:55;
    padding:7px;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%)
}
.steps.tree .list-item .number svg{
    position:relative;
    z-index:2
}
.steps.tree .number .border-bullet{
    display:block;
    width:80%;
    height:85%;
    position:absolute;
    top:50%;
    border-width: 2px;
    border-style: solid;
    border-radius:100%;
    transform:translate(-50%,-50%);
    left:55%;
    z-index:1
}
.steps.tree .list-item:nth-child(even) .number .border-bullet{
    left:45%
}
.steps.tree .number .number-item{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:40px;
    z-index:3
}
.steps.tree .list-title{
    font-size:26px;
    color:#a1a1a1;
    margin-bottom:8px
}
.steps.tree .list-text{
    font-size:18px;
    color:#000;
    line-height:1.2
}
.steps.tree .list-item:nth-child(odd) .text{
    padding-right:70px;
    text-align:right
}
.steps.tree .list-item:nth-child(even) .text{
    padding-left:70px;
    text-align:left
}
@media(max-width:767px){
    .steps.tree .list-container{
        max-width:430px
    }
    .steps.tree .title{
        margin-bottom:20px
    }
    .steps.tree .title,.steps.tree .title span,.steps.tree .title span{
        font-size:26px!important
    }
    .steps.tree .line{
        left:30px
    }
    .steps.tree .number{
        left:30px;
        width:70px;
        height:64px
    }
    .steps.tree .number .number-item,.steps.tree .number .number-item span,.steps.tree .number .number-item span{
        font-size:25px!important
    }
    .steps.tree .col{
        width:100%
    }
    .steps.tree .list-item{
        padding:35px 0 35px 75px
    }
    .steps.tree .list-item:nth-child(odd) svg{
        transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        -ms-transform:rotate(180deg)
    }
    .steps.tree .image-combo{
        width:70px;
        height:64px;
        left:0;
        transform:translate(0)
    }
    .steps.tree .list-item .number .border-bullet{
        left:45%
    }
    .steps.tree .list-item .col.text{
        text-align:left;
        padding:0
    }
    .steps.tree .list-title,.steps.tree .list-title span,.steps.tree .list-title span{
        font-size:22px!important;
    }
    .steps.tree .list-text,.steps.tree .list-text span,.steps.tree .list-text span{
        font-size:18px!important
    }
    .steps.tree .list-item:last-child{
        padding-bottom:20px
    }
}
