/*Colores global */
:root {
	--colorPrincipal: #ffffff;
	--colorSecundario: #ff6c64;
	--colorSecundarioOscuro: #1b68b6;
	--colorSecundarioClaro: #eee4aa;
	--colorTitulos: #3e3e3c;
	--colorTextos: #595959;
	--colorFondo: #ffffff;
	--colorFondoCv: #f1f1f1;
	--colorColumna: #dddcdc;
	--colorFondoFooter: #fcfcfd;
}
/*******Cambiar logo******/
a.d-block.w-100.tag-manager-ir-home::before {
	content: '';
	background-image: url(https://repo-diseno.s3.amazonaws.com/comunidad/metrica_trabajando_cl/logo-amazon.png);
	width: 280px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
a.d-block.w-100.tag-manager-ir-home img {
	display: none !important;
}

.primary-home {
	min-height: 47vh !important;
}
