.chosen-container {
    min-width: 250px;
    width: 98%!important;
}


#divHideForm{
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: .5;
    z-index: 99999;
    background: #427468;
}

#divMenssage{                
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 40vh;
    margin-bottom: auto;
    color: #284740;
    background: #FFFFFF;
    text-transform: uppercase;

}

#divImgloading{                  
    background: #FFFFFF url(img/cargando_1.gif) no-repeat;
    background-position: center;
    width: 100%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}

.panel panel-default{
    background: #427468;
    color: #ebf3f1;
}

.panel-heading{
    background: #427468;
    color: #ebf3f1;
}

.panel-group .panel-heading{
    background: #427468;
    color: #ebf3f1;
}
.panel-default > .panel-heading{
    background: #427468;        
    color: #ebf3f1;
}

.steps {
    padding: 1px 0;
    overflow: hidden;
}
.steps ul, .steps li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.steps ul { 
    float: left; 
    width: 100% 
}
.steps li {
    float: left;
    width: 14%;
    padding: 1px;
}
.steps li a {
    display: block;
    padding: 15px 20px;
    background: #881518;
    color: #fff;
    line-height: 1.5em;
    text-decoration: none;
}
.steps li a strong {
    font-size:20px; 
    font-family: Arial;
}
.steps li a:hover {
    background: #df3338;
}
.steps li a.active { 
    background: #df3338; 
}
.steps li.step, .steps li.step a {
    position: relative;
    z-index: 3;
    height: 84px;
}

.steps li > a {
    background: #881518;   
}

.steps li.step-3 a {

    background-position: center left;
}
.steps li.step a:hover { 
    background: #df3338; 
}
.subtitulo{
    font-family: Arial;
    font-size: 12px;
}

@media (max-width: 768px) {
    .steps li a {
        display: block;
    }
    .steps li {
        display:block;
        float: left;
        width: 100%;
    }
    .steps li.step, .steps li.step a {
        position: relative;
        z-index: 3;
        height: 60px;
    }
    .steps ul, .steps li {
        margin: 1px;
        padding: 1px;
        list-style: none;
    }
}
.requerido {
    color: darkred;
}
 .needed::before{
            color:darkred;
            content: "(*) ";
            float: start;
}
radio-inline{
    font-weight: black;
}
.pointer{
    cursor: pointer;
}

table th{
    /*width: 350px!important;*/
}
 .container{
        padding-top: 15px;
}
.alert{
    font-size: 1.3em;
    padding: 5px;
}
.green-alert{
    color:#8BC34A;
}
.yellow-alert{
    color:#FFAB40;
}
.blue-alert{
    color: #039BE5;
}
.red-alert{
    color: #B71C1C;
}
  .div-margin{
        margin-left: 5%;
        margin-right: 5%;
    }
    @media screen and (max-width: 1200px) {
        .div-margin{
            margin-left: 0%;
            margin-right: 0%;
        }
    }