#login{
  width:400px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
}
form.login{
  background:#f0f0f0;
  padding:6% 4%;
  border-radius: 5px;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
  }

.card {
    word-wrap: break-word;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
    margin: 20px 10px 0px 15px;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: rgba(0, 0, 0, 0.125);
        border-left-color: rgba(0, 0, 0, 0.125);
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mr-3 {
    margin-right: 1rem !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.rounded-circle {
    border-radius: 50%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
.add_button{
    cursor: pointer;
    margin-top: 20px;
    width: 30%
}
.selected_image{
    -webkit-box-shadow: 0px 0px 0px 3px rgba(29,143,204,1) !important;
    -moz-box-shadow: 0px 0px 0px 3px rgba(29,143,204,1) !important;
    box-shadow: 0px 0px 0px 3px rgba(29,143,204,1) !important;
}
.custom-modal{
    width: 800px;
}
.thumb-cust{overflow: hidden;
max-height: 150px;
}
.navbar-nav > li > a{
    padding-top: 10px;
    padding-bottom: 10px;
}
.thumbnail{
    overflow: hidden;
    height: 150px;
    box-shadow: 0px 0px 2px #656565;
    border: 4px solid #fff;
    padding: 0;
    margin-bottom: 20px;
}
.thumbnail img{
    max-height: 100%;
    max-width: none !important;
}
.caption{
    text-align: center;
    height: 40px;
}
.caption .btn{
    width: 40px;
    float: left;
}
#btn_guardar{
    width: 200px;
    margin-bottom: 30px;
}
.container-fluid{
    min-height: 900px;
}
.seccion1-box{
    margin-top: 50px;
}
.padding-0{
    padding: 0 !important;
}
label{width: 100%}
.in-line input{
    width: 20% !important;
    margin-right: 50px;
}
.in-line label{
    width: 20%;
}
.btn_guardar{
    margin-right: 0 !important;
}
.padding-0 .col-sm-4{
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-bot-50{
    margin-bottom: 50px;
}

.lista .card{
    font-size: 16px;
}