@font-face {
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Lato', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family:'Lato', sans-serif;
}

.P_Medios {
    width: 100%;
    height: auto;
	margin: 0 auto;
}

.P_cabezal {
	width: 100%;
	height: 430px;
	background: #0075fd;
	position: relative;
}

.cont_P_cabezal {
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.P_titulo {
	width: 60%;
	height: auto;
	margin: 20% 0 0 5%;
}

.P_titulo h2 {
	width: 100%;
	font-family: 'Merriweather', serif;
	font-size: 1.8em;
	margin: 0 0 5%;
	color: #fff;
}

.P_titulo h3 {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	margin: 5% 0 5%;
	color: #ccc;;
}

.banner_P {
	width: 40%;
	margin-top: 80px;
}

.banner_P img {
	width: 350px;
	float: right;
}

.P_texto {
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
}

.P_texto h3 {
	width: 100%;
	height: 40px;
	font-size: 1.6em;
	margin: 0 auto;
	text-align: center;
	background: #ffd906;
	color: rgba(0,0,0,0.8);
	line-height: 35px;
}

.P_texto p {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 1em auto;
	text-align: justify;
}

.P_texto h4 {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 1em auto;
	text-align: center;
}

.P_texto ul {
	width: 65%;
	max-width: 800px;
	height: auto;
	margin: 5px auto 20px;
}

.P_texto li {
	font-size: 1em;
	font-style: italic;
	list-style: none;
}

.titulo_segmento h3 {
	width: 100%;
	height: 40px;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0 auto;
	text-align: center;
	background: #0075fd;
	color: #fff;
	line-height: 35px;
}

.cuerpo_P {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 2% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.P_Articulo {
	width: 45%;
	height: auto;
}

.P_Articulo .pieza {
	width: 100%;
	margin: 0 auto;
}

.P_Articulo img {
	width: 100%;
	height: auto;
	margin: 0;
}

.P_Articulo p {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 0.9em;
	color: #333;
}

@media (max-width:1024px) {
	
	.P_cabezal {
		width: 100%;
		height: 390px;
	}
	
	.P_titulo {
		width: 55%;
		height: auto;
		margin: 20% 0 0 4%;
	}
	
	.P_titulo h2 {
		font-size: 1.6em;
	}

	.P_titulo h3 {
		font-size: 1.4em;
	}

	.P_texto {
		width: 92%;
	}

	.P_texto h3 {
		font-size: 1.4em;
	}
	
	.P_texto p {
		width: 95%;
	}
	
	.P_texto ul {
	width: 75%;
	}
	
	.banner_P {
		width: 40%;
	}

	.banner_P img {
		width: 310px;
	}
}

@media (max-width:768px) {
	
	.P_cabezal {
		width: 100%;
		height: 390px;
	}
	
	.P_titulo {
		width: 50%;
		height: auto;
		margin: 20% 0 0 4%;
	}
	
	.P_titulo h2 {
		font-size: 1.6em;
	}

	.P_titulo h3 {
		font-size: 1.4em;
	}

	.P_texto {
		width: 92%;
	}
	
	.P_texto ul {
		width: 90%;
		
	}
	
	.P_Articulo h3 {
		font-size: 1.2em;
	}

	.P_Articulo p {
		font-size: 0.9em;
	}

}

@media (max-width:450px) {
	
	.P_cabezal {
		width: 100%;
		height: 500px;
	}
	
	.cont_P_cabezal {
		width: 100%;
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 25px;
	}
	
	.P_titulo {
		width: 100%;
		margin: 20% 0 0;
	}
	
	.P_titulo h2 {
		width: 70%;
		font-size: 1.3em;
		margin: 0 auto;
		text-align: center;
	}

	.P_titulo h3 {
		font-size: 1.2em;
		text-align: center;
		margin-top: 0;
	}
	
	.banner_P {
		width: 75%;
		float: none;
		margin: 0 auto;
	}
	
	.banner_P img {
		width: 100%;
		margin: 0 auto;
	}

	.P_texto {
		width: 92%;
		font-size: 0.9em;
	}
	
	.P_texto ul {
		width: 95%;
	}

	.P_texto h3 {
		font-size: 1.3em;
	}
	
	.P_Articulo {
		width:90%;
		margin: 0.5%;
	}

	.P_Articulo p {
		font-size: 0.8em;
	}


}