.titulo{
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  color: #426086;
  font-weight: 600;
  text-align: center;
}

.subtitulo{
  display: inline-block;
  width: 100%;
  color: #A56C0B;
  font-weight: 700;
  font-size: 1.5rem;
}

.dropzone {
    min-height: 85px;
    border: 2px dotted rgba(0, 0, 0, 0.3);
    background: white;
    padding: 10px;
}

.dropzone .dz-message {
    text-align: center;
    margin: 0.1em 0;
}

.form-sitio label {
    color: #a1a1a1;
    display: none;
}

.form-sitio label.error{
  display: inline-block;
  color: #dc3545;
}

.form-sitio .form-control{
  border-radius: 0px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffbf;
    z-index: 9999999;
}

.preloader .info {
    position: absolute;
    text-align: center;
    left: 38%;
    color: #000000;
    top: 53%;
    margin: -20px 0 0 -20px;
}

.preloader .status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    position: absolute;
    width: 78px;
    height: 78px;
    left: 50%;
    margin-left: -39px;
    margin-top: -39px;
}

.spinner:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    margin-top: -23px;
    left: 50%;
    margin-left: -23px;
    border-width: 2px 1px;
    border-style: solid;
    border-color: #655be6 rgba(101, 91, 230, 0.3);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    animation: spin 3.45s infinite;
    -o-animation: spin 3.45s infinite;
    -ms-animation: spin 3.45s infinite;
    -webkit-animation: spin 3.45s infinite;
    -moz-animation: spin 3.45s infinite;
}

.spinner:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
    background-color: #655be6;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
    -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
    -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
    -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
    -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}

