﻿
 body {
    margin-top:30px;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#808080;
    font-weight:normal !important;
}
.stepwizard-row {
       display: flex;
    width: 100%;
    justify-content: center;
}
.stepwizard {
        display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
     background: #ececec;
}
.stepwizard-step.disabled {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    background: #cecece;
    border-radius: 15px;
    margin: 5px;
    width: 18% !important;height: 100px;padding: 0;
}

.btn-circle {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 6px 0;
    /*font-size: 12px;*/
    line-height: 1.428571429;
    border-radius: 15px;
    background:#ececec;
}

.btn-circle[disabled]{
    color:#373636 !important;
}


.container h1 {
    color: #6A1B31;
    margin: 0px;
    font-style: normal;
    font-weight: bold!important;
    font-size: 24px!important;
    line-height: 29px!important;
    display: flex;
    align-items: center;
    border-left: 6px solid #A07545;
    padding-left: 12px;
    margin-bottom: 25px;
}


.btn-success {
    color: #fff !important;
    background-color: #762c41!important ;
    border-color: #762c41!important;  
}

.btn-success p{
    color: #fff !important;
    /*background-color: #762c41!important ;
    border-color: #762c41!important;*/  
}

hr.separador:before {
    width: 35px;
    height: 5px;
    background-color: #b2945e; /*#2275d7;*/
    position: absolute
}

 hr.separador {
    margin: 10px 0 40px;
    border-top-color: #808080;
}

 .btn-success {
     display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding:0;
 }

  .btn-circle {
     display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding:0;
 }

  /*.btn a{
      text-size-adjust:auto;
  }*/
  @media (max-width: 600px) {
        .stepwizard-row{
        display: block;
        }
        .stepwizard-step{
            width: 100% !important
        }
    }

  @media screen and (min-width: 1889px) {

      .btn-circle p{
       font-size: 18px !important;
    }
       
}

 
       
