/*Colores global */
:root {
    --colorPrincipal: white;
    --colorSecundario: #005cb9;
    --colorSecundarioOscuro: #013d79;
    --colorSecundarioClaro: #1784f2;
    --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/implementos_trabajando_cl/img/logo-header.png);
    width: 200px;
    height: 60px;
    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;
}
