.mms-publico {
	max-width: 40rem;
	font: inherit;
	color: inherit;
}

.mms-publico-form,
.mms-publico-aviso,
.mms-publico-ok,
.mms-publico-error {
	font: inherit;
}

.mms-campo {
	margin: 0 0 1rem;
}

.mms-publico label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3rem;
}

.mms-publico input[type="text"],
.mms-publico input[type="email"],
.mms-publico input[type="date"],
.mms-publico select,
.mms-publico textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.55rem 0.65rem;
	font: inherit;
	color: inherit;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 2px;
}

.mms-publico select {
	width: auto;
	min-width: 16rem;
	max-width: 100%;
	margin-bottom: 0.5rem;
}

.mms-publico textarea {
	min-height: 8rem;
	resize: vertical;
}

.mms-ayuda {
	display: block;
	margin: 0.35rem 0;
	font-size: 0.92em;
	opacity: 0.8;
}

.mms-plazo {
	margin-top: 0.6rem;
	padding: 0.6rem 0.75rem;
	border-left: 3px solid currentColor;
}

.mms-plazo:empty {
	display: none;
}

.mms-publico button {
	font: inherit;
	padding: 0.6rem 1.1rem;
	cursor: pointer;
}

.mms-publico-ok,
.mms-publico-error,
.mms-publico-aviso {
	padding: 0.7rem 0.8rem;
	margin: 0 0 1rem;
}

.mms-publico-ok {
	border-left: 3px solid currentColor;
}

.mms-publico-error {
	border-left: 3px solid currentColor;
	font-weight: 600;
}

.mms-hp {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	overflow: hidden;
}

.mms-publico-form {
	position: relative;
}
