/*Colores global */
:root {
	--colorPrincipal: white;
	--colorSecundario: #e31d1a;
	--colorSecundarioOscuro: #7a1311;
	--colorSecundarioClaro: #a8a8a8;
	--colorTitulos: #3e3e3c;
	--colorTextos: #595959;
	--colorFondo: #ffffff;
	--colorFondoCv: #f1f1f1;
	--colorColumna: #dddcdc;
	--colorFondoFooter: #fcfcfd;
}
header.header-comunidad.d-flex.align-items-center.w-100.flex-wrap.flex-xl-nowrap.color-principal.justify-content-between {
	position: sticky;
	top: 0;
	z-index: 999;
}
/*******Cambiar logo******/
/* header.header-comunidad a.d-block.w-100.tag-manager-ir-home::before{
	content: '';
    background-image: url(https://repo-diseno.s3.amazonaws.com/comunidad/trewhelaschool_trabajando_cl/logo1.png);
    width: 200px;
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
header.header-comunidad a.d-block.w-100.tag-manager-ir-home img{
	display: none !important;
} */
