/* + GENERALES */
.error {
	color: #F00;
}

.title_enc {
	font-weight: bold;
	margin-bottom: 10px;
}
.card_encuesta .card-header {
	background-color: #272966;
    color: #FFF;
}

.required_enc {
	color: #F00;
	font-size: 20px;
	font-weight: bold;
}

.btn_encuesta {
	background: #FFF;
    color: #272966;
    border: 1px solid #272966;
    box-shadow: 0px 0px 0px 1px #272966;
    font-weight: bold;
}

.btn_encuesta:hover {
	background: #272966;
    color: #FFF;
}

table, tr, td{
	border: none !important;
}
/* - GENERALES */

.numbers {
	padding-right: 11px !important;
	text-align: center;
}

.r_buttons {
	text-align: center;
}


.btn_finalizar {
	background: #272966;
    color: #FFF;
    border: 1px solid #272966;
    box-shadow: 0px 0px 0px 1px #272966;
    font-weight: bold;
}

.btn_finalizar:hover {
	
	
	background: #FFF;
    color: #272966;
}



@media all and (max-width: 990px) {
	
	.title_enc {
		font-size:12px;	
	}
	
	body{
		font-size:12px;	
		
	}
	
	.mb-5{
		margin-bottom:0px!important;
	}
		
	.table{
		margin-bottom: 10px;
		}
	
	.table-sm td, .table-sm th {
		padding: 1px;
	}
	
	.r_buttons .icheck-primary > label {
		padding-left: 20px!important;
	}
	
	.r_buttons .icheck-primary > label::before {
		width: 10px !important;
		height: 10px !important;
		margin-left: -21px !important;
	}
}

@media all and (max-width: 337px) {

	.btn_finalizar {
	 margin-top: 10px;
	}
	
}