.bloque {
	float: left;
	margin-top: var(--form-block-margin-top);
	margin-right: 1%;
}
.bloque-medio {
	width: 49%;
}
.bloque-entero {
	width: 100%;
}
.bloque-3-3 {
	width: 69%;
}
.bloque-1-3 {
	width: 29%;
}
.ultimo {
	margin-right: 0;
	margin-left: 1%;
}
.encuesta label {
    margin-right: 20px;
}
.encuesta input {
    vertical-align: middle;
}
.encuesta .enlinea {
    display: inline;
    max-width: 300px;
    height: 30px;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
}
select {
	display: block;
    width: 100%;
    height: 45px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
select:focus {
    outline: 0;
}
.button--style1 {
    background-color: var(--button-bg);
}
.button--style1:hover {
    background-color: var(--form-button-bg-hover);
}
input[type="file"] {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 12px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="file" i]::-webkit-file-upload-button {
    color: #fff;
    background: var(--button-bg);
    font-size: 1.067em;
    font-family: Oxygen;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    white-space: nowrap;
}