.columns-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
}

.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
}

.columns-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
}

.columns-6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: center;
}

.content-formulario-pobreza {
	max-width: 1000px!important;
	margin: 30px auto;
}

.content-formulario-pobreza h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 26px;
    font-weight: 700;
    padding: 5px;
}

.bloque-1 {
	color: #d36666;
	background: #ffcfcf;
}

div[class^="show-"] {
	display: none;
}


.list-checkbox {
	list-style: none;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.list-checkbox li {
	position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

.content-formulario-pobreza p {
	background: #f5f5f5;
    padding: 3px;
	font-size: 18px;
	margin: 0;
}

/* CHECKBOXES */

.check-content input[type="checkbox"] {
	position: absolute!important;
	opacity: 0;
	cursor: pointer;
	height: 0!important;
	width: 0!important;
}

.check-content .checkmark {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
    border: 1px solid #2196f3;
}

.check-content:hover input ~ .checkmark {
  	background-color: #ccc;
}

.check-content input:checked ~ .checkmark {
  	background-color: #2196F3;
}

.check-content .checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}

.check-content input:checked ~ .checkmark:after {
  	display: block;
}

.check-content .checkmark:after {
  	left: 8px;
    top: 4px;
    width: 7px;
    height: 11px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

/* RADIO BUTTONS */

label.radio-content, label.check-content {
	display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    padding-left: 28px;
    margin-right: 4px;
}

.radio-content input[type="radio"] {
	position: absolute!important;
	opacity: 0;
	cursor: pointer;
	height: 0!important;
	width: 0!important;
	border: none!important;
}

.radio-content .checkmark {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border: 1px solid #2196f3;
	border-radius: 50%;
}

.radio-content:hover input ~ .checkmark {
 	background-color: #ccc;
}

.radio-content input:checked ~ .checkmark {
  	background-color: #2196F3;
}

.radio-content .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-content input:checked ~ .checkmark:after {
  	display: block;
}

.radio-content .checkmark:after {
	top: 7px;
    left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.radio-content input:disabled ~ .checkmark {
	background-color: #fff;
	border-color: #fff;
}

.radio-content input:checked:disabled ~ .checkmark {
	background-color: #ddd;
	border-color: #ddd;
}

/* INPUTS, SELECTS Y TEXTAREAS */

.content-formulario-pobreza textarea {
	border: 1px solid #2196f3!important;
}

.content-formulario-pobreza input[type="text"], .content-formulario-pobreza input[type="number"], .content-formulario-pobreza input[type="email"] {
	padding: 0;
	border: 1px solid #2196f3!important;
	line-height: 1.7em;
	font-size: 16px;
}

.content-formulario-pobreza input[type="number"] {
	margin-top: 10px;
	margin-bottom: 20px;
}

.content-formulario-pobreza table {
	width: auto;
	margin-left: 20px;
	margin-top: 15px;
    margin-bottom: 25px;
}

.content-formulario-pobreza table td {
	border: none;
	padding: 5px 8px;
	font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

#send-form {
	margin: 50px auto;
    display: block;
    width: 140px;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: #c43744;
    color: #fff;
    font-size: 18px;
}

.resultado-form {
	width: 100%;
    max-width: 1000px!important;
    text-align: center;
    border: 2px solid green;
    padding: 10px;
    margin: 40px auto;
	font-size: 15px;
    line-height: 1.2em;
}

.resultado-form h4 {
	color: green;
	margin-bottom: 20px;
	font-size: 18px;
}
