* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}

body {
	padding: 0px 0px 10px 10px;

}

.content-cabecera {
	width: 100%;
	padding: 0px 40px 0px 40px;
	height: 200px;
	margin: auto;
	background: url(../img1/banner7.jpg);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	background: rgb(15, 40, 127);
}

.content-logo {
	width: 350px;
	line-height: 10px;
	overflow: hidden;
	padding-left: 30px;
}

.content-logo img {
	width: 100%;
}

h4.vi {
	font-size: 5rem;
	color: red;
	font-weight: bolder;
}

nav {
	max-width: 100%;
	padding: 0px 40px 0px 40px;
	margin: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	background-color:cornsilk;
}

nav ul {

	overflow: hidden;
	list-style: none;
}

nav ul li {
	line-height: 15px;
	margin-top: 4px;
	display: inline-block;
}

nav ul li a {
	color: black;
	padding: 15px;
	display: block;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 14px;
}



li a:hover {
	color: red;
}


/*........... Submenu   ......... */


.submenu {
	position: absolute;
	width: 140px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1.5s;
	text-align: left;
}

.submenu li a {
	display: block;
	padding: 15px;
	color: black;
	font-family: 'Open sans';
	text-decoration: none;
	font-weight: 900;
}

.men li:hover .submenu {
	visibility: visible;
	opacity: 1;
	background-color: silver;

}

.submenu li a:hover {
	color: white;
	opacity: 50%;
}



.principal {

	max-width: 1100px;
	/* background: rgb(213,229,238); */
	background: url(../img1/c7.png);
	background-size: 100% 80%;
	padding: 40px;
	margin: auto;

}

/*Content 1*/

.content1 {
	width: 100%;

}


.principal h1 {
	margin-top: 40px;
	font-weight: 100;
	text-align: center;
}

.principal hr {
	width: 100px;
	height: 3px;
	margin: auto;
	border-style: none;
	background: -webkit-linear-gradient(left, red, blue, skyblue);
	margin-top: 20px;
}


.texm {
	text-align: justify;
	margin-right: 7%;
	margin-left: 7%
}

.texv {
	text-align: justify;
	padding: 0px 30px 0px 30px;
}

.texm {
	text-align: justify;
	margin-right: 7%;
	margin-left: 7%
}

.ll {
	padding: 20px 0px 0px 0px;
	margin-top: 3
}

.ll li {
	text-align: left;
	margin-left: 50px;
}

.text-content1 p {
	margin-top: 40px;
	color: #212121;
	letter-spacing: 1px;
	padding: 0% 2% 0% 2%;
	text-align: justify;
	font-size: 1.1rem;
	line-height: 30px;

}

.button1{
	width: 120px;
	border: 4px solid #dddddd;
	border-radius: 50px;
	border: 1px solid black;
	cursor: pointer;
	text-align: center;
	background: rgb(0, 0, 100, .02);
}

.button-leer {
	width: 120px;
	border: 1px solid #fff;
	border-radius: 50px;
	margin: auto;
	margin-top: 20px;
	cursor: pointer;
	text-align: center;
	background: rgb(0, 0, 100, .02);
}

/* Content2*/

.content2 {
	width: 100%;
	text-align: center;
	padding-top: 100px;
}

.content2 h1 {
	margin-top: 20px;
	font-weight: 100;
}

.content2 hr {
	width: 100px;
	height: 3px;
	margin: auto;
	border-style: none;
	background: -webkit-linear-gradient(left, red, blue, skyblue);
	margin-top: 20px;
}

.content-details {
	width: 100%;
}

.item-details {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.icon-details {
	width: 200px;
	height: 200px;
	border: 2px solid orange;
	border-radius: 50%;
	display: flex;
	margin: auto;
	margin-top: 40px;
}

.icon-details span {
	font-size: 80px;
	border: 2px solid #dddddd;
	border-radius: 50%;
	padding: 46px;
	margin: auto;
	color: purple;
}

.content-details h4 {
	font-weight: 100;
	font-size: 18px;
	margin-top: 40px;
}

.content-details p {
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 1px;
	color: #212121;
}



.content4 {
	width: 100%;
	text-align: center;

}

.content4 h1 {
	font-weight: 100;
	margin-top: 20px;
	margin-top: 50px;
}

.content4 hr {
	width: 120px;
	height: 3px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	border-style: none;
	background: -webkit-linear-gradient(left, red, blue, skyblue)
}

.content4 p {
	margin-top: 40px;
	font-size: 20px;
	color: #212121;
}

.button-content4 {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.button-content4{
	width: 120px;
	height: 20px;
	background: rgb(0, 0, 100, .02);;
	border-style: none;
	border-radius: 10px;
	font-size: 16px;
	margin: auto;
	cursor: pointer;
	transition: opacity 10ms;
	padding-top: 20px
}

.button-content4 button:hover {
	opacity: 0.8;
}

.leer-content4 {
	width: 120px;
	margin: auto;
	cursor: pointer;
	border: 1px solid white;
}

.content4 {
	margin-top: 60px;
}

.content4 h1 {
	margin-top: 15%;
}


.experiencia {
	text-align: left;
}



.pie {
	display: flex;
	width: 100%;
	color: white;

	height: 150px;
	line-height: 150px;
	margin: auto;
	border-bottom: 2px solid #000;

}


footer {
	border-top: 2px solid rgb(329, 139, 33);
	justify-content: center;

}




/*Media Queries*/

@media screen and (min-width: 800px) {


	.content-details {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}



	.principal {

		max-width: 100%;
		font-family: "montserrat", sans-serif;
	}


	.button1 {
		float: left;
	}

	.content-details {
		display: flex;
	}



	.text-content1 p {
		text-align: justify;
	}

	.content4 {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
}

.pie {
	display: flex;
	background: rgb(20, 57, 96);
	width: 100%;
	color: white;
	height: 150px;
	line-height: 150px;
	border-bottom: 2px solid #000;
}


@media screen and (min-width: 1260px) {


	footer.pie{

		width: 100%;


	}




