/*Colores global */
:root {
	--colorPrincipal: white;
	--colorSecundario: #5c9b26;
	--colorSecundarioOscuro: #e72a4f;
	--colorSecundarioClaro: #89c88d;
	--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/surfrut_trabajando_cl/logo-amazon.png);
	width: 220px;
	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;
}
