* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body {
	font-family: "Aref Ruqaa";
	color: black;
	font-size: 17px;
	height: 1200px;
	height: auto;
	overflow-x: hidden;
}

header {
	background: white;
	height: 100px;
	height: auto;
}

.nav {
	width: calc(100vw);
	height: 50px;
	height: auto;
	background: green;
	opacity: 0.8;
}

img {
	width: 100px;
	height: 50px;
	display: flex;
	margin: 0 auto;
}



.enlaces {
	font-family: candara, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	color: #fff;
	border: 1px solid black;
	padding: 2px 4px;
	margin: 4px;
	border-radius: 3px;
	display: inline-block;
	transition: .8s ease-in-out;
}

.enlaces:hover {
	color: black;
	background-color: gray;
	text-decoration: none;
	border: 1px solid #fff;
	transition: .8s ease-in-out;
}

.contenedorTexto {
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	background: blanchedalmond;
	width: 80%;
	margin: auto;
	height: 180px;
	height: auto;
	padding: 10px 10px 0px 10px;
	text-align: justify;
	box-shadow: 1px 1px 8px 4px black;
	opacity: 0.8;
}

.contenedorImagen {
	margin-top: 0px;
	background-image: url(../nuevo/technology-7111799_1280.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 100px);
	display: flex;
	justify-content: center;
	align-items: center;
}



.flex {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

p a {
	color: white;
}

p a:hover {
	color: red;
	text-decoration-line: none;
}

.color {
	border: 2px solid green;
	font-family: "courier new";
	background: white;
	padding: 18px;
	box-shadow: 4px 2px 3px green;
	border-radius: 10px;
	color: green;
	font-size: 16px;
	width: 180px;
	height: 180px;
	margin: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	line-height: 20px;
}

.color:hover {
	background: green;
	box-shadow: 2px 1px 1px green;
	border: 2px solid white;
	color: white;
	transition: .3s ease-in;
}

.final {
	background-image: url(../nuevo/white-1866105_1280.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 120px);
}

.final2 {
	display: none;
}


.DW {
	float: left;
	width: 120px;
	height: 100px;
	margin: auto;
	margin-right: 10px;
	border: 2px solid black;
	border-radius: 10px;
}


h3 {
	text-align: center;
	color: green;
}


.nuevo {
	color: #fff;
}

.nuevo:hover {
	color: #11e611;
}



footer {
	height: 120px;
	padding: 20px;
	text-align: center;
	font-size: 15px;
	color: yellow;
	background-color: black;
	height: auto;
}

.fa-whatsapp {
	font-size: 28px;
	color: #04fc04;
}

/* @media screen and (max-width: 1000px) {
	.color {
		width: 100%;
		width: calc(50vw - 15px);
	}
} */

@media screen and (max-width: 1000px) {

	/* .color {
		display: none;
	}
	h3{
		display: none;
	} */
	.final {
		display: none;
	}

	.final2 {
		display: block;
		color: green;
		background-color: #f2f2f2;
		width: 100%;
		height: auto;
	}

	.textoFinal2 {
		border: 1px solid green;
		border-radius: 5px;
		margin: 20px;
		text-align: center;
		font-size: 18px;
		background-image: url(../nuevo/white-1866105_1280.jpg);
	}
	h3{
		font-size: 22px;
	}

}