.bg-autogestion{
	background-image: url("/assets/images/fondo-autogestion.png");
	background-position: center;
	height: 750px;
}

.bg-autogestion-nuevo{
	background-color: #030616;
}

.bg-autogestion-user{
	background-image: url("/assets/images/fondo-autogestion.png");
	background-position: center;
}

.title-autogestion {
	font-family: 'Bitter', serif;
	color: #FFFFFF;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 5px !important;
	margin-left: -2px;
	text-align: center;
}

.title-autogestion-page {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 5px !important;
	margin-left: -2px;
	margin-top:5%;
	text-align: center;
}

.subtitle-autogestion {
	font-family: 'Bitter', serif;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px !important;
	margin-left: -2px;
	text-align: center;
}

.subtitle-autogestion-page {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 5px !important;
	margin-left: -2px;
	text-align: center;
}

.text-autogestion-page {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px !important;
	margin-left: -2px;
	text-align: center;
}

.text-nuevo{
	margin-top:2%;
	padding-bottom: 100px;
}

.bold{
	font-weight: 600 !important;
}

.white{
	color: #FFFFFF;
}

.boton-formulario-3 {
	border: none;
	background-color: #FFFFFF;
	color: #2C2C2C;
	font-weight: bolder;
	font-size: 17px;
	width: 70%;
	padding: 8px 45px 8px 45px;
	margin: 0px;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 20px;
	border-radius: 25px;
}
.autogestion-form-1,.autogestion-form-2,.autogestion-form-3,.autogestion-form-4{
	margin-top: 20px;
	margin-right: 10%;
	margin-left: 10%;
}

.boton-formulario-4 {
	border: none;
	background-color: #2C2C2C;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 17px;
	text-transform: uppercase;
	padding: 8px 45px 8px 45px;
	margin: 0px;
	margin-top: 20px;
	margin-right: 5px;
}

.boton-formulario-2 {
	border: none;
	color: #6eafe5;
	font-weight: bolder;
	font-size: 23px !important;
	text-transform: uppercase;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	margin-top: 5px;
	margin-right: 30px;
	background-color: transparent;
}

.campo-formulario{
	border-radius: 25px;
}

.btn-radius{
	border-radius: 25px;
}

.img-autogestion{
	margin-top: 10%;
	margin-left: auto;
  	margin-right: auto;
} 

.errorTxt{
    color: red !important;
	/*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}

.maxfiles{
	text-align: center;
	font-size: 17px;
	color: white !important;
	background-color: firebrick;
	border-radius: 15px;
}
.maxfiles a{
	color: white !important;
	/*text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000;*/
}

.campo-formulario .campoFile {
	overflow: hidden;
	display: contents;
	padding: 0 4px 0 10px;
	font-size: 15px;
	font-weight: 400;
}

img.box-info {
	position: absolute;
	height: 16px;
	/*
	right: 10px;
	top: 10px;
	*/
	z-index: 1;
}

ul.list-ag li::marker {
	color: white;
	font-size: 1.4em;
}

input#file-upload-button {
border-radius: 24px;
padding: 6px 16px 6px 24px;
background-color: #030616;
color: #fff;
font-size: 16px;
}
