@media screen and (min-width: 992px) {
	.altura {
		height: 100vh;
	}

	.altura80 {
		height: 90vh;
	}
	.altura90 {
		height: 80vh;
	}

	.altura70 {
		height: 70vh;
	}

	.alturamedia {
		height: 80vh;
	}

	.alterp {
		height: auto;
	}

	.pos-h {
		height: 100vh;
	}

	.recuadro {
		display: flex;
		align-items: center;
		height: 90vh;
	}

	.mar-row {
		margin-left: 0px;
		margin-right: 0px;
	}

	/* 2 imagenes una sobre otra */
	/* ESTILO 1 */
	/* ESTILO 1 */
	.cont-img{
		min-height: 410px;
		max-height: 410px;
		max-width: 650px;
		width: 100%;
		position: relative;
	}
	.img-s-01 {
		position: absolute;
		width: 300px;
		top: 0px;
		right: 0px;
	}

	.img-s-02 {
		position: absolute;
		width: 400px;
		bottom: 0px;
		left: 0px;
	}

	.back-edu{
		background: rgba(38, 38, 38, 0.82) !important;
	}
	.h-demo {
		height: 90px;
	}
}

@media screen and (max-width: 991px) {
	.altura {
		height: 80vh;
	}

	.altura90 {
		height: 80vh;
	}

	.altura60 {
		height: 60vh;
	}

	.alturamedia {
		height: 75vh;
	}

	.alterp {
		height: 70vh !important;
	}

	.ruc {
		height: 60px;
	}

	.errorh2 {
		font-size: 145px !important;
		line-height: 180px !important;
	}

	.rec-m {
		margin: 30px 0px;
	}

	.tab-m-0 {
		margin-left: 0px !important;
	}

	.alt-ico span {
		font-size: 30px !important;
	}

	.alt-ico h5 {
		font-size: 13px !important;
	}

	/* 2 imagenes una sobre otra */
	/* ESTILO 1 */
	/* ESTILO 1 */
	.cont-img{
		min-height: 410px;
		max-height: 410px;
		max-width: 650px;
		width: 100%;
		position: relative;
	}
	.img-s-01 {
		position: absolute;
		width: 320px;
		top: 0px;
		right: 0px;
	}

	.img-s-02 {
		position: absolute;
		width: 410px;
		bottom: 0px;
		left: 0px;
	}
	.h-demo {
		height: 60px;
	}

}


@media screen and (max-width: 767px) {
	.altura {
		height: 70vh;
	}

	.altura90 {
		height: 75vh;
	}

	.alturamedia {
		height: 75vh;
	}

	.alterp {
		height: 70vh !important;
	}

	.centro {
		text-align: center;
	}
	.h-demo {
		height: 60px;
	}

}

@media screen and (max-width: 480px) {
	.altura {
		height: 70vh;
	}

	.altura90 {
		height: 70vh;
	}

	.alturamedia {
		height: 70vh;
	}

	.alturamed {
		height: 70vh !important;
	}

	.alterp {
		height: 70vh;
	}

	/* 2 imagenes una sobre otra */
	/* ESTILO 1 */
	/* ESTILO 1 */
	.cont-img{
		min-height: 410px;
		max-height: 410px;
		max-width: 650px;
		position: relative;
	}
	.img-s-01 {
		position: absolute;
		width: 280px;
		top: 0px;
		right: 0px;
	}

	.img-s-02 {
		position: absolute;
		width: 250px;
		bottom: 0px;
		left: 0px;
	}
	.h-demo {
		height: 60px;
	}
}

@media screen and (min-width: 768px) {
	.llamada {
		margin-top: -69px;
	}

	.llamada2 {
		margin-top: -109px;
	}

	.derecha {
		text-align: right;
	}
	.h-demo {
		height: 60px;
	}

	/* 2 imagenes una sobre otra */
	/* ESTILO 1 */
	/* ESTILO 1 */
}

.fuente {
	font-family: 'Montserrat', sans-serif !important;
	;
}

.h1-ads {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
}

/* Estilo Tab */

.tab-18 {
	font-size: 18px;
}

.tab-height {
	min-height: 449px;
}

/* Estilo Tab */

.contenedor {
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 18px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.contenedor input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #7BF2B1;
}

/* On mouse-over, add a grey background color */
.contenedor:hover input~.checkmark {
	background-color: #2BD95F;
}

/* When the checkbox is checked, add a blue background */
.contenedor input:checked~.checkmark {
	background-color: #2BD95F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.contenedor input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.contenedor .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Imagen como Background */

.bg-img-pa {
	height: 100%;
	position: relative;
}

.bg-img-hi {
	background-size: cover !important;
	background-position: center !important;
	height: 100%;
	min-height: 350px;
}

.info-pr {
	min-height: 227px;
}

.bg-img-hi-2 {
	background-size: cover !important;
	background-position: center !important;
	height: 100%;
	min-height: 220px;
}

.bg-img-pa3 {
	height: 470px;
	position: relative;
}

.bg-img-hi3 {
	min-height: 400px;
	background-size: cover !important;
	background-position: center;
	height: 100%;

}

.alt-ico {
	display: flex;
	align-items: center;
	min-height: 60px;
}


.tit-aco {
	text-transform: none !important;
	font-size: 18px !important;
	margin-bottom: 5px !important;
}

.fondo-light::before{
	background: #ffffff !important;
}