.tabla {
	padding: 20px;
	width: 70%;
}

.tabla .blanco {
	background-color: #fcfcfc;
	margin-left: -2%;
	width: 50%;
	height: 260px;
	position: fixed;
	z-index: 1;
}

.tabla .header-inicio {
	margin-top: 150px;
	position: sticky;
	top: 180px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	display: flex;
	height: 100px;
	background-color: #3d3d3d;
	z-index: 2;
}

.tabla .header-inicio .titulo-inicio {
	position: fixed;
	overflow: hidden;
	top: 150px;
	left: 38%;
	text-align: center;
	width: 250px;
	height: 50px;
	font-size: 1.5rem;
	padding: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: linear-gradient(90deg, #00b3ff 0%, #0082ca 90%);
	color: #fcfcfc;
}

.tabla .header-inicio .fas {
	position: fixed;
	overflow: hidden;
	top: 120px;
	left: 53%;
	text-align: center;
	font-size: 5rem;
	padding: 30px 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: linear-gradient(90deg, #00b3ff 0%, #0082ca 90%);
	color: #fcfcfc;
}

.tabla .dentro {
	z-index: 1;
	background-color: #d3d3d3;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 40px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

.tabla .dentro h3 {
	text-align: center;
}

.tabla .dentro .toolbar {
	padding: 25px 0px;
}

.tabla .dentro .toolbar .breadcrumbs {
	padding-bottom: 25px;
	text-decoration: none;
}

.tabla .dentro .toolbar .breadcrumbs .root {
	text-decoration: none;
}

.tabla .dentro .toolbar .breadcrumbs .root::after {
	text-decoration: none;
	pointer-events: none;
	padding-left: 9px;
	content: ">";
}

.tabla .dentro .toolbar .breadcrumbs .active {
	pointer-events: none;
	color: #a3a3a3;
}

.tabla .dentro .toolbar .menu-interior {
	width: 100%;
	display: flex;
}

.tabla .dentro .toolbar .menu-interior ul {
	width: 95%;
	display: flex;
	justify-content: space-around;
}

.tabla .dentro .toolbar .menu-interior li {
	display: inline-block;
	padding: 5px 10px;
	background-color: #3d3d3d;
	text-align: center;
	color: #fcfcfc;
	cursor: pointer;
}

.tabla .dentro .toolbar .menu-interior a {
	color: #fcfcfc;
	text-decoration: none;
}

.tabla .dentro .conteo {
	text-align: center;
	margin-top: 30px;
}

.tabla .dentro .botones {
	margin-top: 5px;
	width: 100%;
	margin-bottom: 40px;
}

.tabla .dentro .botones form {
	width: 100%;
	display: flex;
	justify-content: center;
}

.tabla .dentro .vacio {
	padding-top: 50px;
	padding-bottom: 50px;
}

.tabla .dentro table {
	width: 100%;
}

.tabla .dentro .tabla {
	text-align: center;
	margin-bottom: 30px;
}

.tabla .dentro .pregunta {
	padding-top: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.tabla .dentro .pregunta span {
	padding-bottom: 15px;
}

.tabla .dentro #simple,
.tabla .dentro #varios,
.tabla .dentro .fecha {
	padding-bottom: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.tabla .dentro #simple .completo,
.tabla .dentro #varios .completo,
.tabla .dentro .fecha .completo {
	text-align: left;
	padding: 15px;
	margin: 0;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	border-radius: 15px;
	color: #0082ca;
}

.tabla .dentro #simple span,
.tabla .dentro #varios span,
.tabla .dentro .fecha span {
	padding: 15px;
	margin: 0;
	width: 100%;
}

.tabla .dentro .fecha {
	padding-bottom: 0px;
}

.tabla .dentro .botones {
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.tabla {
		width: 100%;
	}

	.tabla .header-inicio .titulo-inicio {
		position: fixed;
		overflow: hidden;
		top: 210px;
		left: 19%;
		text-align: center;
		width: 250px;
		height: 50px;
		font-size: 1.5rem;
		padding: 5px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: linear-gradient(90deg, #00b3ff 0%, #0082ca 90%);
		color: #fcfcfc;
	}

	.tabla .header-inicio .fas {
		position: fixed;
		overflow: hidden;
		top: 140px;
		left: 41%;
		text-align: center;
		font-size: 2rem;
		padding: 15px 15px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		background: linear-gradient(90deg, #00b3ff 0%, #0082ca 90%);
		color: #fcfcfc;
	}
}