* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

/* cuadro del formulario*/
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.modal-header {
     padding: 0px; 
     border-bottom: 0px; 
}
.modaltitulo
{
    padding: 15px;
    border-bottom: 15px;
    text-align: center;
}

.modaltitulo h2
{
    padding-top: 30px;
}

.modaltitulo p
{
    color:grey;
    font-size: 20px;
}

.fs-title,fieldset h5
{
    text-align: center;
}


#msform fieldset:not(:first-of-type) {
    display: none;
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    
}

.form-card
{
    float: left;
}


/* formato contenido formulario*/
#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 15px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #fdbe8a;
    outline-width: 0;
}

#msform .action-button {
    width: 100px;
    background: #fa913c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
    width: 100px;
    background:  #fa913c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

.action-button-previous {
    background: #fa913c; 
}




/*efecto al poner el raton sobre el boton
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}*/

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

/*
select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}*/

#progressbar {
    width: 100%;
    /*margin-bottom: 30px;*/
    overflow: hidden;
    color: lightgrey;
    text-align: center;
}

#progressbar .active {
    color: white;
    background: #f77a14;
}

#progressbar li {
    list-style-type: none;
/*    font-size: 12px;*/
    width: 33.333%;
    float: left;
    position: relative;
    background: grey;
    padding:10px 10px 10px;
}


/*
#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
}*/

#msform .action-button:hover, #msform .action-button:focus, #msform .action-button-previous:hover, #msform .action-button-previous:focus {
     box-shadow: 0 0 0 0px white, 0 0 0 0px #f77a14; 
     background:  #f77a14;
}


.modal-footer {
    padding: 0px;
    text-align: right;
     border-top: 0px solid #e5e5e5; 
}


td.espacio
{
    margin-right:200px; 

}

#imagen{
    height:270px;
    max-width: 200px;
    margin-bottom: 12px;
    display: flex;
    background:white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 5px rgb(7, 7, 7);
  }