#header-bloquetfno a {
    line-height: 16px;
    padding: 8px 16px;
    font-size: 20px;
}
#modulo-cabecera-2 #header-bloquetfno a {
    background-color: black;
    color: white;
    border-radius: 6px;
    padding: 8px 10px;
}

.slider-botonAnterior,
.slider-botonSiguiente {
    display: none;
}
#confirmaPush_botonesCont button {
    margin-left: 10px;
    border-radius: 5px;
    border: 0;
    padding: 7px 12px;
    color: #000000;
    cursor: pointer;
}
#confirmaPush_botonesCont button#confirmaPush_aceptar {
    color: #000000;
}
#confirmaPush_botonesCont button#confirmaPush_cancelar {
    color: #fff;
}
#header-bloquetfno a::before {
  content: "✆";
   font-size: xx-large;
    margin-right: 5px;
}
#modulo-cabecera-2 {
    background-color: #f2f2f2c7;
}

.bloque-checkbox.enviarPostHog {
    background: #fff;
}