/* ===== VARIABLES GLOBALES PMA ===== */
:root {
	/* Colores */
	--pma-azul-principal: #004583;
	--pma-azul-boton: #06c;
	--pma-amarillo-acento: #eeb91b;
	--pma-negro: #000;
	--pma-blanco: #fff;
	--pma-gris-texto: #666;
	--pma-gris-claro: #f5f5f5;
	--pma-azul-claro: #92c0e0;
	--pma-azul-claro-2: #e3f2fd;
	--pma-azul-oscuro: #3366cc;
	--pma-azul-circulo: #0057a8;
	--pma-rosa: #e91e8c;
	--pma-naranja: #F0572D;
	--pma-verde-oscuro: #3d9970;
	--pma-verde-claro: #26a69a;
	--metric-teal: #35c6cb;
	--metric-pink: #f35696;
	--metric-blue: #5070cf;
	--metric-orange: #ef9135;
	--metric-dark-overlay: rgba(0, 0, 0, 0.4);
	--metric-light-overlay: rgba(0, 0, 0, 0.2);

	/* Fuentes */
	--pma-font-principal: "Montserrat", sans-serif;
	--pma-font-secundaria: "Work Sans", sans-serif;

	/* Otros */
	--pma-spacing: 1rem;
	--pma-homeHero-bg-image: url("https://sinergia.dnp.gov.co/pma/PublishingImages/los-pares-jovenes-del-granjero-cosechan-los-esparragos-frescos-con-la-mano-juntos-puesta-en-la-cesta.jpg");

	/* Anchos */
	--pma-max-width: 100%;
	--pma-full-width: 100vw;
}

/* ===== ESTILOS COMPARTIDOS ===== */
.ms-rte-embedcode.ms-rte-embedwp {
	width: var(--pma-full-width);
	height: 100%;
}

@media (min-width: 576px) {
	:root {
		--pma-max-width: 540px;
	}
}
@media (min-width: 768px) {
	:root {
		--pma-max-width: 720px;
	}
}
@media (min-width: 992px) {
	:root {
		--pma-max-width: 960px;
	}
}
@media (min-width: 1200px) {
	:root {
		--pma-max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	:root {
		--pma-max-width: 1320px;
	}
}
