label {
	color : darkslateblue
}

.text-box
{
	border-radius : 15px !important;
  width: 100%;
}

.numero
{
	text-align: right;
}

.obligatorio
{
	color: red
}

.overlay {
    background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */ 
    filter: alpha(opacity=50); /* in IE */
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 13000;
  height: 100%;
}

.loading_image {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
  margin: -50px 0 0 -50px;
}


.parsley-required {
	color: red;
	font-size: small;
  list-style-type: none;
}

.parsley-type {
	color: red;
	font-size: small;
  list-style-type: none;
}
.parsley-pattern
{
	color: red;
	font-size: small;
  list-style-type: none;
}

.parsley-errors-list {
  padding-left: 5px;
}


.veinte{

  width : 20%!important;

}

.cincuenta{

  width : 50%!important;

}

.treinta{

  width : 30%!important;

}


.cuarenta{

  width : 40%!important;

}

.diez{

  width : 10%!important;

}

.cinco {

  width : 5%!important;

}

.tres {

  width : 3%!important;

}

.uno {
    width : 1%!important;
}

.dos {
    width: 2%!important;
}

.ochenta{

  width : 80%!important;

}

.noventa{

  width : 90%!important;

}

.texto-justificado p{
    text-align: justify !important;
}

.alinear-derecha {
    text-align: right;
}

.texto-grande
{
	font-size: x-large;
}

.historial {
  font-size:small;
  margin-left: 20px;
  color:darkred;

}

#cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d1b5b8;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}

#accept-cookies {
    background-color: #a12626; !important;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}

.btn-grid
{
  width: 40px;
  height: 40px;
  padding: 0 0;
  border-radius: 10px;
}


h2 {
  color: #2f2c2c;
  font-weight: 200;
}
    

.dz-image img {
    width: 100%;
    height: 100%;
}
.dropzone.dz-started .dz-message {
  display: block !important;
}
.dropzone {
  border: 2px dashed #028AF4 !important;;
}
.dropzone .dz-preview.dz-complete .dz-success-mark {
    opacity: 1;
}
.dropzone .dz-preview.dz-error .dz-success-mark {
    opacity: 0;
}
.dropzone .dz-preview .dz-error-message{
  top: 144px;
}

/*
.dz-filename
{
  display: none;
}
*/

.dz-size
{
  display: none;
}

.dz-progress {
  display: none;
}


.elementor-section
{
  padding: 10px 0;
}
