*{
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: tahoma;
	}

/*-------------------NAV NAV ----------------------*/
nav {
	background: #fff;
	height: 65px;
	width: 100%;
	}
	.enlace{
	position: absolute;
	margin: 2px 0 0 30px;
	padding: 0px 0px;
	}

	.logo{
	height: 40px;
	margin-top: 7px;
	}

	nav ul{
	height: 66px;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	justify-content: center;
	justify-content: end;
	}

	nav ul li{
	display: inline-block;
	margin: 0 5px;

	}

	nav ul li a{
	color: black;
	font-size: 20px;
	padding: 7px 0px;
	border-radius: 3px;
	margin: 15px;
	}

	li a.active, li a:hover{
	color: #0089ff;
	border-bottom: 3px solid #0089ff;
	transition: 0.5;
	}

	.checkbtn{
	font-size: 30px;
	color: #fff;
	line-height: 0px;
	margin-right: 0px;
	cursor: pointer;
	display: none;
	}

	#check{
	display: none;
	}

	.textologo{
	display: none;
	}

	i{
		margin-right: 10px;
		margin-top: 5px;
	}

/*---------------SECTIÓN DE INICIO-----------------------


section{
	margin: auto;;
	display: flex;
	flex-flow: row wrap;
	flex-direction: column;
	align-items: center;
	justify-items: center;
}

section i{
	font-size: 200px;
	color: orangered;
	padding-top: 40px;

}

section h3{
	font-size: 25px;
	color: #4631a8;
	padding: 40px;
	text-align: center;
	line-height: 30px;

}
*/
/* ENCABAZADO H1*/



/* PARRAFO Y IMAGEN*/

/*---------------------------------*/
.header-blog{
	clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
	background: #002f69;
	padding: 0 0 50px 0;
	z-index: 100;
}


.header-blog h1{
	margin: 0 20px;
	padding: 30px 10px 10px 10px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	letter-spacing: 0.1rem;
}

.header-blog h4{
	margin: 0px 20px;
	padding: 5px 0 ;
	text-align: center;
	font-size: 24px;
	color: #0089ff;
}

.header-blog p{
	margin: 10px 20px 0px 20px;
	padding: 7px 10px 10px 10px;
	text-align: center;
	font-size: 18px;
	color: #eeeef2;
	line-height: 23px;
}
.header-blog h3{
	text-align: center;
	color: #0089ff;
	margin: 7px 20px 0px 20px;

}

.header-blog div{
	text-align: center;
	padding: 5px 10px;
	margin: 0px 20px;
}
.header-blog a{
	justify-content: center;
	margin: 0 auto;
	color: #fff;
}

.header-blog a:hover{
	color: #0089ff;
}

.text-contain{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
	gap: 20px;
	margin-top: 20px;
	padding: 20px;
}

.text-contain article{
height: 450px;
margin-top: 10px;
}

/*--------------------------------art 1-----------------*/
.article1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.article1:hover{
	box-shadow: 2px 2px 8px gray;
}
.article1 figure{
	width: 100%;
	height: 70%;

}
.article1 div{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/epps2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid #002f69;
}
.article1 h2{
	margin-top: 15px;
	color: #002f69;
	padding: 0px 7px;
}
.article1 p{
	margin: 10px 0;
	padding: 0px 7px;
}
.article1 a{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #002f69;
	margin: 10px;
}

.article1 a:hover{
	color: #002f69;
	background: #fff;
	border: 2px solid #002f69;
	transition: 0.5s;
}

/*--------------------------------art 1-----------------*/
.article2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;


}

.article2:hover{
	box-shadow: 2px 2px 8px gray;
}
.article2 figure{
	width: 100%;
	height: 70%;
}
.article2 div{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/pelectrica.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid #002f69;
}
.article2 h2{
	margin-top: 15px;
	color: #002f69;
	padding: 0 7px;
	
}
.article2 p{
	margin: 10px 0;
	padding: 0 7px;
}
.article2 a{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #002f69;
	margin: 10px;
}

.article2 a:hover{
	color: #002f69;
	background: #fff;
	border: 2px solid #002f69;
	transition: 0.5s;
}

/*--------------------------------art 1-----------------*/
.article3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.article3:hover{
	box-shadow: 2px 2px 8px gray;
}
.article3 figure{
	width: 100%;
	height: 70%;
}
.article3 div{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/res5018.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid #002f69;
}
.article3 h2{
	margin-top: 15px;
	color: #002f69;
	padding: 0 7px;
	
}
.article3 p{
	margin: 10px 0;
	padding: 0 7px;
}
.article3 a{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #002f69;
	margin: 10px;
}

.article3 a:hover{
	color: #002f69;
	background: #fff;
	border: 2px solid #002f69;
	transition: 0.5s;
}

/*--------------------------------art 1-----------------*/
.article4{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.article4:hover{
	box-shadow: 2px 2px 8px gray;
}

.article4 figure{
	width: 100%;
	height: 70%;
}
.article4 div{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/rignifuga.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid #002f69;
}
.article4 h2{
	margin-top: 15px;
	color: #002f69;
	padding: 0px 7px;
	
}
.article4 p{
	margin: 10px 0;
	padding: 0px 7px;
}
.article4 a{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #002f69;
	margin: 10px;
}

.article4 a:hover{
	color: #002f69;
	background: #fff;
	border: 2px solid #002f69;
	transition: 0.5s;
}

/*--------------------------------art 1-----------------*/
.article5{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.article5:hover{
	box-shadow: 2px 2px 8px gray;
}
.article5 figure{
	width: 100%;
	height: 70%;
}
.article5 div{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/cascose.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid #002f69;
}
.article5 h2{
	margin-top: 15px;
	color: #002f69;
	padding: 0 7px;
	
}
.article5 p{
	margin: 10px 0;
	padding: 0 7px;
}
.article5 a{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #002f69;
	margin: 10px;
}

.article5 a:hover{
	color: #002f69;
	background: #fff;
	border: 2px solid #002f69;
	transition: 0.5s;
}

/*---------------------art 1 ---------------------*/
.article6{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.article6:hover{
	box-shadow: 2px 2px 8px gray;
}
.article6 figure{
	width: 100%;
	height: 70%;
}
.article6 div{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/electrocusion.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid #002f69;
}
.article6 h2{
	margin-top: 15px;
	color: #002f69;
	padding: 0 7px;
	
}
.article6 p{
	margin: 10px 0;
	padding: 0 7px;
}
.article6 a{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #002f69;
	margin: 10px;
}

.article6 a:hover{
	color: #002f69;
	background: #fff;
	border: 2px solid #002f69;
	transition: 0.5s;
}

/*-------------------------------------------------------*/
.article7{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.article7:hover{
	box-shadow: 2px 2px 8px gray;
}
.article7 figure{
	width: 100%;
	height: 70%;
}
.article7 div{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/corazon.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid #002f69;
}
.article7 h2{
	margin-top: 15px;
	color: #002f69;
	padding: 0 7px;
	
}
.article7 p{
	margin: 10px 0;
	padding: 0 7px;
}
.article7 a{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #002f69;
	margin: 10px;
}

.article7 a:hover{
	color: #002f69;
	background: #fff;
	border: 2px solid #002f69;
	transition: 0.5s;
}

/*---------------------art 1 ---------------------*/
.article8{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.article8:hover{
	box-shadow: 2px 2px 8px gray;
}
.article8 figure{
	width: 100%;
	height: 70%;
}
.article8 div{
	width: 100%;
	height: 100%;
	background-image: url(../imagenes/codensa.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 4px solid #002f69;
}
.article8 h2{
	margin-top: 15px;
	color: #002f69;
	padding: 0 7px;
	
}
.article8 p{
	margin: 10px 0;
	padding: 0 7px;
}
.article8 a{
	display: inline-block;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #002f69;
	margin: 10px;
}

.article8 a:hover{
	color: #002f69;
	background: #fff;
	border: 2px solid #002f69;
	transition: 0.5s;
}

/*---------------------art 1 ---------------------*/
.btn-wsp{
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom:25px;
	right: 25px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;
	padding-left: 10px;

}

.btn-wsp:hover{

	color: #0df053;
	background: #fff;


}


/*--------------FOOTER---------------------*/

.contenedor-footer{
	background-color: #000;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: center;

}

.contenedor-footer div{
	width: 200px;
	height: 230px;
	margin-top: 10px;
}

.contenedor-footer div h3{
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #0089ff;
	color: #fff;
	margin-top: 3px;
}

.contenedor-footer div a{
	display: block;
	text-align: center;
	padding: 7px;
	color: #fff;
}

.contenedor-footer div a:hover{
	color: #0089ff;
}

.contenedor-footer div p{
	color: #fff;
	text-align: center;
	padding: 2px;
	padding-top: 5px;

}

.copyright{
	background: #ccc;
	color: #000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	gap: 5px;
	flex-flow: row wrap;
}

.copyright a{
	color: #002f69;
	text-decoration: underline;
}


@media screen and (max-width: 952px) {
	.enlace{
			padding-left: 20px;
				}
				nav ul li a{
			font-size: 16px;
				}

}


@media screen and (max-width: 858px) {
	.checkbtn{
		display: inline-block;
		color: black;
		float: right;
		margin: 10px 10px 0 0;
		}

		ul{
		position: fixed;
		width: 100%;
		height: 50vh;
		background-color: #ccc;
		top: 60px;
		left: -100%;
		text-align: center;
		transition: all .05s;
		display: flex;
		justify-content: center;
		z-index: 1;
		}
		nav ul li a{
			font-size: 12px;
		}

		nav ul li{
		margin: auto;
		line-height: 27px;
			}
		nav ul li{
		font-size: 0px;
			}
		li a:hover, li a.active{
		background: none;
		color: darkblue;
			}
		#check:checked ~ ul{
		left: 0;
		}
	}


	
