.banner {
	background: rgba(33, 41, 52, .85);
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	display: none;
	position: fixed;
	z-index: 999;
}

.banner .contenido-banner {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	margin: auto;
	max-width: 600px;
	min-width: 320px !important;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 2rem;
}

.banner .contenido-botones {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: flex-end;
	justify-content: space-between;
}

#titulo {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 10px;
}

#texto {
	font-size: 0.9em;
	text-align: justify;
	padding-left: 10px;
	padding-right: 15px;
}

.contenido-botones input {
	width: 20%;
	height: 20%;
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px;
}

.input.campoTextoExp {
	width:100%;
}
