input[type=text]{
	outline: none;
	box-sizing: border-box;
}
.cont{
	display: flex;
}
.opt {
	flex-direction: row;
	display: flex;
	flex-grow: 1;
}
.menu{
	flex-grow: 1;
}
.inst {
	font-size: 1.2em;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
	box-shadow: 0 3px 5px black;
	background-color: #EDC8FF;
}

.opciones>div {
	margin: 0 10px;
}

.opciones {
	display: flex;
	flex-direction: column;
	padding-top: 1em;
	min-width: 20vw;
	width: 20vw;
}


#imprimir {
	min-height: 80vh;
	flex-grow: 1;
	border:20px solid #13BBAF;
	margin: 20px 40px;
	padding: 20px;
	box-shadow: 0 0 10px black;
}

.menuy{
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuy img{
	height: 2em;
}

.menuy>span:hover{
	transform: scale(1.1);
}
.menuy>span{
	transition: all .5s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	margin-bottom: .5em;
}
.bott{
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 10px 10px;
}
.vert {
	display: flex;
	flex-direction: row;
}

.falthor {
	display: flex;
	flex-direction: row;
}


.intervalo input,
.loader input {
	display: none;
}

.intervalo label:hover {
	background-color: whitesmoke;
	border: 3px solid lightblue;
}

.intervalo label {
	border-radius: 10px;
	padding: 3px;
	cursor: pointer;
	margin: 0 10px;
	font-size: 1.1em;
}

.prodSel {
	/*background-color: cornflowerblue;*/
	border: 3px solid cornflowerblue;
	background-color: white;
}

.loader {
	align-items: center;
}

.loader img:hover {
	border-color: #13bbaf;
}

.loader img {
	border: 2px solid transparent;
	max-height: 2em;
	max-width: 2em;
	cursor: pointer;
}

.switch input {
	display: none;
}

.switch input:checked+.bola {
	right: 1px;
	left: unset;
	background-color: cornflowerblue;
}

.switch .bola {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: lightgrey;
}

.switch:hover {
	background-color: lavender;
}

.switch {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 40px;
	border: 1px solid lightblue;
	border-radius: 10px;
	height: 20px;
	background-color: white;
}

.files>div:hover {
	background-color: lavender;
}

.files {
	width: 100%;
	flex-wrap: wrap;
}

.files>div {
	margin: 1em;
	align-items: center;
}

.centrar {
	display: flex;
	justify-content: center;
	flex-direction: column
}

h3 {
	text-align: center;
}

.opciones h3 {
	margin: 0;
}

input[type=number] {
	text-align: center;
	width: 50px
}

textarea {
	font-family: Georgia
}

.files {
	display: flex;
	justify-content: space-around!important;
}

.files>div {
	display: flex;
	flex-direction: column
}

.datosH {
	width: 8.6cm;
	height: 5.4cm
}

.datosV {
	width: 5.4cm;
	height: 8.6cm
}

.aquaImg,
.aquaImg img {
	height: 100%;
	width: 100%
}

.datosH,
.datosV {
	position: relative;
	border: 1px solid #000;
	border-radius: .2cm;
	display: flex;
	flex-direction: column
}


#imprimir>div {
	display: inline-block
}

#imprimir input,
#imprimir textarea {
	background-color: transparent;
	text-align: center
}

.aquaImg {
	position: absolute;
	z-index: -1
}

.aquaImg img {
	object-fit: contain;
	opacity: .4
}

.datosPersona {
	display: flex;
	flex-grow: 1
}

.datosV .datosPersona {
	flex-direction: column;
	align-items:center;
}

.datosEscuela {
	height: 1.5cm;
	width: 100%;
	display: flex
}

.infoEscuela {
	flex-grow: 1
}

.infoEscuela textarea {
	width: 100%;
	height: 1.5cm;
	box-sizing: border-box;
	resize: none
}

.info {
	margin: auto 3px;
	flex-grow: 1
}

.foto {
	width: 2.5cm;
	min-width: 2.5cm;
	height: 3cm;
	border: 1px solid #000;
	margin: auto 2mm
}

.datosH input,
.datosV input {
	border: none;
	width: 100%
}

.grado input,
.grupo input {
	width: 3em
}

.line input {
	border-bottom: 1px solid #000
}

.schoolImg,
.schoolImg img,
.stateImg,
.stateImg img {
	width: 1cm;
	height: 1cm
}

@media print {
	@page {
		size: letter
	}
	body {
		background-color: white
	}
	body * {
		visibility: hidden
	}
	.menu,
	.opciones,
	nav,
	.centrar {
		display: none!important
	}
	input,
	textarea {
		background-color: transparent;
		outline: 0;
		border: none
	}
	#imprimir>div {
		page-break-inside: avoid;
		page-break-after: auto
	}
	#imprimir * {
		visibility: visible
	}
	#imprimir {
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		overflow: visible;
		margin: 0;
		border:none;
		padding:0;
	}
}

@media screen and (max-width: 700px){
	.cont{
		flex-direction: column;
	}
	.opciones{
		width: auto;
		min-width: unset;
	}
}