/* compatible_utf8:0 */
input, select, textarea, button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font: inherit;
}
* {
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
    color: #acb1b3;
    display: block;
    font-weight: 500;
    padding: 2.1em 0;
    position: relative;
    width: 100%;
}
.li-normal.total {
    margin-top: 20px;
}
label.labelcheck {
    background-image: url(../img/bg_input_check.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.labelcheck {
	padding-left: 25px;
	height: 20px;
	display: inline-block;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.labelcheck {
	background-position: 0 -100px;
}

/* Hoshi */
.input--hoshi {
	overflow: hidden;
}
.input__field--hoshi {
	margin-top: 1em;
	padding: 0.85em 0;
	width: 100%;
	background: transparent;
	color: #2b3741;
	font-size: 20px;
}
.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}
.input__label-content--hoshi {
	position: absolute;
}
.input__label--hoshi::before,.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}
.input__label--hoshi::after {
	margin-top: 0;
	border-bottom: 1px solid #2b3741;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input__label-content.textarea {
  padding-bottom: 12em;
  padding-top: 8.7em;
}
.input__label--hoshi-color-1::after {
	border-color: hsl(200, 100%, 50%);
}

.input__label--hoshi-color-2::after {
	border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
	border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

.contenido_texto_form {
	font-family: Roboto,"Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #979797;
}
.contenido_texto_form {
	padding-top:14px;
	padding-left: 6px;
}
.contenido_texto_form_titulo {
	
}
.contenido_texto_form_valor {
	font-size: 1.5em;
    padding: 1.1em 0;
}
@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

label {
    color: #acb1b3;
    font-family: Roboto,"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 0.95em;
}
textarea {
    border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #D6D6D6;
    display: block;
    width: 100%;
	height: 8em;
	color: #2b3741;
    font-size: 1.25em;
	font-weight: 400;
}
.menor {
    color: #acb1b3;
    font-size: 0.7em;
    font-style: italic;
    text-align: right;
	margin-top: 10px;
}
.boton {
    background-color: #109500;
    border: 3px solid #109500;
    color: #fff;
    cursor: pointer;
    font-family: Roboto slab;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin-top: 20px;
    padding: 1.15em 0;
    width: 100%;
	border-radius: 6px;
	transition: all 0.5s ease 0s;
}
.boton:hover {
    background-color: #0e8600;
    border: 3px solid #0e8600;
    color: #fff;
    cursor: pointer;
	transition: all 0.5s ease 0s;
}
.boton:focus, .boton:active {
    background-color: #0e8600;
    border: 3px solid #0e8600
    color: #fff;
    cursor: pointer;
	transition: all 0.5s ease 0s;
}
#boton_bizum {
  background-color: #05c0c7;
  border-color: #05c0c7;
  color: #fff;
  background-image: url(../img/bizumw.svg);
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: center center;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 40px;
  letter-spacing: 1px;
}
#boton_bizum:hover, #boton_bizum:focus {
  border-color: #02a4aa;
  background-color: #02a4aa;
  color: #ffffff;
  background-image: url(../img/bizumw.svg);
  background-repeat: no-repeat;
}
.w60 {
	width: 60px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
.total {
	width: 100%;
}
.right {
	text-align:right;
}

.input__field--hoshi.importe {
    font-size: 2.5em;
    padding: 0.2em 0;
}
.input__label-content.importe {
    font-size: 1.2em;
    padding-top: 3em;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     ESTILOS HASTA 480W
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 480px) {
.cuadro {
  padding-inline: 30px;
  padding-bottom: 10px;
}
#boton_bizum {
  font-size: 12px;
}
.boton {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 1.3em 0;
  font-weight: 600;
}
}