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;
}
.bott {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}
.opciones>div {
	margin: 0 10px;
}

.opciones {
	display: flex;
	flex-direction: column;
	padding-top: 1em;
	min-width: 20vw;
	width: 20vw;
}
.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;
}
.menuy img{
	height: 2em;
}

.menuy a{
	display: flex;
	align-items: center;
	margin-right: 100px;
}

.intervalo label 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;
}

.list {
	justify-content: space-around!important;
}

.por textarea {
	width: 100%
}

textarea {
	font-family: Helvetica;
}

#imprimir .por textarea {
	width: 90%;
	text-align: center;
	font-size: 30px!important;
}

.firmas {
	display: flex;
	justify-content: space-around
}

.por {
	text-align: center;
}

.rec {
	font-size: 80px;
	text-align: center;
	margin: .3em;
	text-shadow: 4px 4px lightgrey;
	font-weight: bold;
}

.centrar {
	display: flex;
	justify-content: center;
}

.opciones>div>div {
	justify-content: center
}

h3,
.para {
	text-align: center;
}

.opciones h3 {
	margin: 0;
}

input[type=number] {
	text-align: center;
	width: 50px
}

textarea {
	font-family: Georgia
}



.files {
	justify-content: space-around!important;
}

.files>div:hover {
	background-color: lavender
}

.files>div {
	display: flex;
	flex-direction: column;
	align-items: center
}

.datosH {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.aquaImg,
.aquaImg img {
	max-height: 100%;
	max-width: 100%
}

.datosH,
.datosV {
	position: relative;
	padding: 2cm;
	display: flex;
	flex-direction: column
}

#imprimir {
	font-size: 30px;
	min-height: 50vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;overflow: auto;
}

#imprimir>div {
	display: inline-block;
	width: 27.9cm;
	height: 21.6cm;
	position: relative;
}

#imprimir input,
#imprimir textarea {
	background-color: transparent;
	text-align: center;
	font-size: 35px;
}

.ital {
	font-style: italic;
}

.aquaImg {
	position: absolute;
	z-index: -1;
	height:calc(100% - 4cm);
	width: calc(100% - 4cm);
	display: flex;
	justify-content: center;
	align-items: center;

}

.aquaImg img {
	object-fit: contain;
	opacity: .4
}

.datosPersona {
	display: flex;
	flex-grow: 1
}

.datosV .datosPersona {
	flex-direction: column
}

.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 {
	flex-grow: 1;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.foto {
	min-width: 2.5cm;
	height: 3cm;
	border: 1px solid #000;
	margin: auto 2mm
}

.datosH input,
.datosV input {
	border: none;
	width: 80%
}

.grado input,
.grupo input {
	width: 6cm
}

.line input {
	border-bottom: 1px solid #000
}

.line .firmas input {
	border-bottom: none;
	border-top: 1px solid #000;
	font-size: 20px!important
}

.schoolImg,
.schoolImg img,
.stateImg,
.stateImg img {
	width: 3cm;
	height: 3cm
}

@media print {
	@page {
		size: letter landscape;
		margin: 0;
	}
	body * {
		visibility: hidden
	}
	.menu,
	.opciones,
	.centrar,
	footer,
	nav {
		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
	}
	::placeholder{
		color: transparent;
	}
	#imprimir>div {
		width: 100vw;
		height: 100vh;
	}
}

@media screen and (max-width: 700px){
	.cont{
		flex-direction: column;
	}
	.opciones{
		width: auto;
		min-width: unset;
	}
}
.margen{
	position: absolute;
	z-index: -1;
	width: calc(100% - 1cm);
	height: calc(100% - 1cm);
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1cm ridge lightgrey;
	margin: .5cm;
}
.intervalo{
	align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}
.intervalo label:hover {
    background-color: whitesmoke;
    border: 3px solid lightblue;
}

.intervalo label {
    border-radius: 10px;
    padding: 3px;
    cursor: pointer;
    margin: .5em;
    font-size: 1.1em;
    box-sizing: border-box;
    border: 3px solid transparent;
}
.prodSel {
    /* background-color: cornflowerblue; */
    border: 3px solid cornflowerblue!important;
    background-color: white;
}