#pg-editorial{
	}
#pg-editorial h2{
	display: block;
	text-transform: uppercase;
	font-size: 2.4em;
	font-family: var(--main-font-title) !important;
	font-weight: 500 !important;
	line-height: 120%;
	letter-spacing: -1px;
	color: #444;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: solid 1px var(--secondary-color);
	}
#pg-editorial p{
	color: #888888;
	font-family: var(--main-font-text);
	font-size: 0.9em;
	line-height: 160%;
	}
#pg-editorial p > strong{
	color: var(--secondary-color);
	}
#pg-editorial-video{
	aspect-ratio: 16 / 4;
	}
#pg-editorial-video > video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
#pg-editorial-titulo{
	background-color: var(--secondary-color);
    padding: 30px;
    text-align: center;
    margin-top: 2px;
    }
#pg-editorial-titulo > h1{
	font-family: var(--main-font-title);
	font-size: 2.6em;
	font-weight: 500;
    color: #FFF;
	}
#pg-editorial-texto{
	width: 100%;
	position: relative;
	}
#pg-editorial-texto > div{
	width: 1200px;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	gap: 30px;
	padding: 30px;
	margin: auto;
	}
#pg-editorial-texto > div > div:nth-child(1){
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	}
#pg-editorial-texto > div > div:nth-child(1) > img{
	max-width: 100%;
	max-height: 100%;
	}
@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 840px) {
	#pg-editorial-texto > div{
		grid-template-columns: 1fr;
		grid-gap: 10px;
		gap: 10px;
		}
	#pg-editorial-texto > div > div:nth-child(1) > img{
		max-width: 180px;
		max-height: 180px;
		}
}
@media (max-width: 720px) {

}
@media (max-width: 600px) {
	#pg-editorial-titulo > h1{
		font-size: 1.6em;
		}
	#pg-editorial h2{
		font-size: 1.2em;
		letter-spacing: 0px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		margin-top: 0px;
		}
}
@media (max-width: 480px) {

}
@media (max-width: 320px) {

}