/* Formularios */
.form-propio {
	background: #090909;
	border: solid 2px #D10024;
	color: white;
	font-weight: normal !important;
	padding: 15px;
	border-radius: 10px;
}

.form-propio .copy-cir {
	position: relative;
	top: -75px;
	width: 130px;
	height: 130px;
	font-size: 80px !important;
	background: #D10024;
}

.form-propio .form-label {
	font-weight: normal !important;
}

.form-propio .form-control {
	background: #202020;
	border: 0px !important;	
	color: white;
}

.form-propio .form-control:hover, .form-propio .form-control:focus {
	border-color: red;
	box-shadow: none;
	border-bottom-width: 2px !important;
}

.form-propio .form-control:focus, .form-search:focus {
	box-shadow: 1px 0.5px 6px 0px red;
}

.form-propio-btn {
	width: 90% !important;
}

.form-propio-title {
	margin-top: -70px;
	font-weight: normal;
	color: #B9BABC
}

.form-propio-indicador p {
	color: #B9BABC
}

.art {
	color: red;
	font-weight: bold;
	font-size: 20px;
}

label.error {
	display: none;
	font-weight: normal;
	margin-bottom: 0 !important;
	color: #FE332C;
}
/* /Formularios */



/* Alerta */
.alerta-modal {
	width:40%;
	top: 70px !important
}

@media(max-width: 767px) {
	.alerta-modal {
		width: 90% !important
	}
}

.alerta-content {
	background: rgba(0,0,0, .95) !important;
	color: white
}

.alerta-cerrar {
	color: white !important
}

.alerta-icon {
	color: red;
	font-size: 100px
}

.alerta-mensaje {
	color: #f1f1f1
}

.alerta-cancelar {
	margin-right: 15px !important
}
/* /Alerta */



/* Modal */
.modal-header-propio {
	background: #D10024;
	color: white
}

.modal-close-propio {
	color: white !important
}

.modal-icon-propio {
	float: left;
	font-size: 30px;
	color: red;
	margin-right: 10px
}
/* / Modal */



/* Notificacion */
.notific-content {
	box-shadow: 0px 0px 2px 2px;
	background: #f9f9f9
}

.notific-active {
	position: absolute;
}

.notific-active:hover {
	cursor: pointer !important;
	color: #D10024
}

.notific-btn {
	width: 100%
}

.notific-click {
	color: red !important
}

.notific-img {
	top: -19px !important;
}

.notific-icon {
	font-size: 30px
}
/* / Notificacion */



/* Otros */
.cursor-auto {
	cursor: auto !important;
}
.underline:hover {
	text-decoration: underline;
}
.copy-cir {
	font-size: 50px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	border-radius: 50%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);;
	background: #D10024e6;
}

.copy-cir span {
	color: #B9BABC
}
.nweight {
	font-weight: normal !important;
}
.margen {
	text-indent: 15px;
}
.module-title {
	color: white;
	font-weight: normal;
	margin-top: 20px
}
.a-red {
	font-weight: bold;
	color: red
}
.a-red:hover {
	text-decoration: underline;
}
/* /Otros */