span.error{
  color:red;
  font-size:12px;
}

input[type="text"].error, select.error{
    border:solid 1px red;
}

textarea.error{
    border:solid 1px red;
}

select {
    width: 100%!important;
}

select{
		color:#747474!important;
	}

.card{
    border:none!important;
}    

.textForm {
    padding-top: 15px!important;
    padding-right:0px;
    padding-left:0px;
}



.form-label {
    margin-bottom: 0 !important;
}

.form-control{
    padding: .675rem!important;
}
h3{
    color: #171f5e;
    font-weight: 600;
    text-transform: uppercase;
    
}

h3, h5{
    margin-bottom: 0;
}

.breadcrumb {
    font-size: 14px;
}

.breadcrumb-item a {
    color:#0d6efd;
}

.textoB{
    font-weight: 450;
}

.pequenio{
    margin-top: 0;
    margin-bottom: 0;
}

div#img {
    border: none;
}

.filepond--drop-label {
    background-color: #fff;
    border: 1px dashed #ced4da;
    border-radius: 5px;
    
}

label#descripcion-error,#upload-error {
    margin-top: 0px;
}

.movilePath{
    margin-top:25px;
}

 .movilePath {
    visibility: hidden !important;
  }


  livesearcher
     {
       position: relative;
       display: block;
       #lista
       {
         position: absolute;
         z-index: 9999;
         background-color: #FFFFFF;
         overflow-y: auto;
         max-height: 450px;


         .live-search-option {
           width: 100%;
         padding: 10px;
         cursor: pointer;
         border-bottom: 1px solid #eee;
         transition: background 0.2s ease;
         font-family: 'Museo Sans', 'Nunito Sans', sans-serif;
         font-size: 13px;
         text-align: left;
         }
   
         .live-search-option:last-child {
         background-color: #FFFFFF;
         border-bottom: none;
         }
   
         .live-search-option:hover {
         background-color: #f0f0f0;
         }
       }
     }